|
Change Variable Type list : LinkedHashSet<String> to list : Set<String> in method public testPackagesWithDots() : void in class com.puppycrawl.tools.checkstyle.PackageNamesLoaderTest |
From |
To |
|
Change Variable Type msgs : TreeSet<LocalizedMessage> to msgs : SortedSet<LocalizedMessage> in method public testAddFilter() : void in class com.puppycrawl.tools.checkstyle.CheckerTest |
From |
To |
|
Change Variable Type msgs : TreeSet<LocalizedMessage> to msgs : SortedSet<LocalizedMessage> in method public testAddListener() : void in class com.puppycrawl.tools.checkstyle.CheckerTest |
From |
To |
|
Change Variable Type msgs : TreeSet<LocalizedMessage> to msgs : SortedSet<LocalizedMessage> in method public testRemoveListener() : void in class com.puppycrawl.tools.checkstyle.CheckerTest |
From |
To |
|
Change Variable Type msgs : TreeSet<LocalizedMessage> to msgs : SortedSet<LocalizedMessage> in method public testDestroy() : void in class com.puppycrawl.tools.checkstyle.CheckerTest |
From |
To |
|
Change Variable Type msgs : TreeSet<LocalizedMessage> to msgs : SortedSet<LocalizedMessage> in method public testRemoveFilter() : void in class com.puppycrawl.tools.checkstyle.CheckerTest |
From |
To |