|
Change Variable Type errors : TreeSet<LocalizedMessage> to errors : SortedSet<LocalizedMessage> in method protected fireErrors(fileName String) : void in class com.puppycrawl.tools.checkstyle.api.AbstractFileSetCheck |
From |
To |
|
Change Variable Type messages : TreeSet<LocalizedMessage> to messages : SortedSet<LocalizedMessage> in method private logIOException(ex IOException, file File) : void in class com.puppycrawl.tools.checkstyle.checks.TranslationCheck |
From |
To |
|
Change Variable Type messages : TreeSet<LocalizedMessage> to messages : SortedSet<LocalizedMessage> in method public testCustomMessageWithParametersNegative() : void in class com.puppycrawl.tools.checkstyle.api.AbstractViolationReporterTest |
From |
To |
|
Change Variable Type messages : TreeSet<LocalizedMessage> to messages : SortedSet<LocalizedMessage> in method public testCustomMessageWithParameters() : void in class com.puppycrawl.tools.checkstyle.api.AbstractViolationReporterTest |
From |
To |
|
Change Variable Type messages : TreeSet<LocalizedMessage> to messages : SortedSet<LocalizedMessage> in method public testIOException() : void in class com.puppycrawl.tools.checkstyle.checks.UniquePropertiesCheckTest |
From |
To |
|
Change Variable Type messages : TreeSet<LocalizedMessage> to messages : SortedSet<LocalizedMessage> in method public testCustomMessage() : void in class com.puppycrawl.tools.checkstyle.api.AbstractViolationReporterTest |
From |
To |
|
Change Attribute Type counts : EnumMap<Scope,Integer> to counts : Map<Scope,Integer> in class com.puppycrawl.tools.checkstyle.checks.sizes.MethodCountCheck.MethodCounter |
From |
To |
|
Change Attribute Type lineNumberTypeMap : TreeMap<Integer,String> to lineNumberTypeMap : SortedMap<Integer,String> in class com.puppycrawl.tools.checkstyle.checks.design.OneTopLevelClassCheck |
From |
To |
|
Change Attribute Type messages : TreeSet<LocalizedMessage> to messages : Set<LocalizedMessage> in class com.puppycrawl.tools.checkstyle.api.LocalizedMessages |
From |
To |
|
Change Attribute Type guards : LinkedList<Guard> to guards : Deque<Guard> in class com.puppycrawl.tools.checkstyle.checks.imports.PkgControl |
From |
To |
|
Change Attribute Type methodStack : LinkedList<MethodNode> to methodStack : Deque<MethodNode> in class com.puppycrawl.tools.checkstyle.checks.coding.AbstractSuperCheck |
From |
To |