File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/main/java/net/sourceforge/pmd/util/fxdesigner/util/codearea Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7777 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
7878
7979 <pmd .build-tools.version>18</pmd .build-tools.version>
80- <pmd .plugin.version>3.15 .0</pmd .plugin.version>
81- <pmd .check.version>6.40 .0</pmd .check.version>
80+ <pmd .plugin.version>3.17 .0</pmd .plugin.version>
81+ <pmd .check.version>6.47 .0</pmd .check.version>
8282
8383 <jflex-output >${project.build.directory} /generated-sources/jflex</jflex-output >
8484
Original file line number Diff line number Diff line change 2121 * @author Clément Fournier
2222 * @since 6.5.0
2323 */
24- class NodeStyleSpan {
24+ final class NodeStyleSpan {
2525
2626 private static final Comparator <NodeStyleSpan > COMPARATOR = Comparator .comparing (NodeStyleSpan ::getNode , Comparator .comparingInt (Node ::getBeginLine ).thenComparing (Node ::getBeginColumn ));
2727 private final Node node ;
You can’t perform that action at this time.
0 commit comments