Enable PMD rule SingularField and fix violations

This commit is contained in:
Manuel Fuhr 2022-11-13 15:43:38 +01:00
parent 3b77f93c00
commit a07fc132d2
5 changed files with 3 additions and 9 deletions

View file

@ -39,7 +39,7 @@ public final class NodesCache {
private long cacheSum = 0;
private long maxmemtiles;
private boolean detailed;
private boolean detailed; // NOPMD used in constructor
private boolean garbageCollectionEnabled = false;
private boolean ghostCleaningDone = false;