File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
src/main/java/net/sourceforge/pmd/util/fxdesigner/util/reactfx Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 5252 <openjfx .version>17.0.10</openjfx .version>
5353 <java .version>8</java .version>
5454
55- <pmd .langtest.version>7.17 .0</pmd .langtest.version>
55+ <pmd .langtest.version>7.18 .0</pmd .langtest.version>
5656 <kotlin .compiler.apiVersion>1.9</kotlin .compiler.apiVersion>
5757 <kotlin .compiler.languageVersion>1.9</kotlin .compiler.languageVersion>
5858 <kotlin .compiler.jvmTarget>1.${java.version} </kotlin .compiler.jvmTarget>
7878
7979 <pmd .build-tools.version>35</pmd .build-tools.version>
8080 <pmd .plugin.version>3.28.0</pmd .plugin.version>
81- <pmd .check.version>7.17 .0</pmd .check.version>
81+ <pmd .check.version>7.18 .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 @@ -33,7 +33,6 @@ public final class DistinctBetweenStream<I> extends EventStreamBase<I> {
3333 private final Timer timer ;
3434 private Object previous = NONE ;
3535
36- @ SuppressWarnings ("PMD.AssignmentInOperand" ) // https://github.com/pmd/pmd/issues/6075
3736 private DistinctBetweenStream (EventStream <I > input , Function <Runnable , Timer > timerFactory ) {
3837 this .input = input ;
3938 this .timer = timerFactory .apply (() -> previous = NONE );
You can’t perform that action at this time.
0 commit comments