|
Change Return Type ImmutableCollection<String> to Collection<String> in method public getAttributeNames() : Collection<String> in class com.puppycrawl.tools.checkstyle.api.Context |
From |
To |
|
Change Return Type ImmutableMap<Integer,TextBlock> to Map<Integer,TextBlock> in method public getCppComments() : Map<Integer,TextBlock> in class com.puppycrawl.tools.checkstyle.api.FileContents |
From |
To |
|
Change Return Type ImmutableMap<String,String> to Map<String,String> in method public getMessages() : Map<String,String> in class com.puppycrawl.tools.checkstyle.api.Configuration |
From |
To |
|
Change Return Type ImmutableMap<Integer,List<TextBlock>> to Map<Integer,List<TextBlock>> in method public getBlockComments() : Map<Integer,List<TextBlock>> in class com.puppycrawl.tools.checkstyle.api.FileContents |
From |
To |
|
Change Return Type ImmutableMap<Integer,List<TextBlock>> to Map<Integer,List<TextBlock>> in method public getCComments() : Map<Integer,List<TextBlock>> in class com.puppycrawl.tools.checkstyle.api.FileContents |
From |
To |
|
Change Return Type ImmutableMap<Integer,TextBlock> to Map<Integer,TextBlock> in method public getSingleLineComments() : Map<Integer,TextBlock> in class com.puppycrawl.tools.checkstyle.api.FileContents |
From |
To |