Skip to content

Commit f75b9c0

Browse files
committed
Bump maven-pmd-plugin from 3.15.0 to 3.17.0
Bump pmd (for check) from 6.40.0 to 6.47.0
1 parent defeb34 commit f75b9c0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@
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

src/main/java/net/sourceforge/pmd/util/fxdesigner/util/codearea/NodeStyleSpan.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
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;

0 commit comments

Comments
 (0)