|
Change Parameter Type lines2position : List<Integer> to lines2position : ImmutableList<Integer> in method public CodeSelectorPresentation(ast DetailAST, lines2position ImmutableList<Integer>) in class com.puppycrawl.tools.checkstyle.gui.CodeSelectorPresentation |
From |
To |
|
Change Parameter Type lines2position : List<Integer> to lines2position : ImmutableList<Integer> in method public CodeSelectorPresentation(node DetailNode, lines2position ImmutableList<Integer>) in class com.puppycrawl.tools.checkstyle.gui.CodeSelectorPresentation |
From |
To |
|
Change Parameter Type linePositionMap : List<Integer> to linePositionMap : ImmutableList<Integer> in method public setLinePositionMap(linePositionMap ImmutableList<Integer>) : void in class com.puppycrawl.tools.checkstyle.gui.TreeTable |
From |
To |