PMD Results
The following document contains the results of PMD 7.6.0.
Violations By Priority
Priority 1
io/github/olyutorskii/quetexj/SwingLogHandler.java
Priority 3
io/github/olyutorskii/quetexj/HeightKeeper.java
io/github/olyutorskii/quetexj/MaxTracker.java
Rule |
Violation |
Line |
TooManyMethods |
This class has too many methods, consider refactoring it. |
24–268 |
io/github/olyutorskii/quetexj/MvcFacade.java
Rule |
Violation |
Line |
DataClass |
The class 'MvcFacade' is suspected to be a Data Class (WOC=14.286%, NOPA=0, NOAM=6, WMC=10) |
20 |
LongVariable |
Avoid excessively long variable names like trackSwitchButtonModel |
24 |
LongVariable |
Avoid excessively long variable names like trackSwitchButtonModel |
58 |
io/github/olyutorskii/quetexj/SwingLogHandler.java
Files
io/github/olyutorskii/quetexj/HeightKeeper.java
io/github/olyutorskii/quetexj/MaxTracker.java
Rule |
Violation |
Priority |
Line |
TooManyMethods |
This class has too many methods, consider refactoring it. |
3 |
24–268 |
io/github/olyutorskii/quetexj/MvcFacade.java
Rule |
Violation |
Priority |
Line |
DataClass |
The class 'MvcFacade' is suspected to be a Data Class (WOC=14.286%, NOPA=0, NOAM=6, WMC=10) |
3 |
20 |
LongVariable |
Avoid excessively long variable names like trackSwitchButtonModel |
3 |
24 |
LongVariable |
Avoid excessively long variable names like trackSwitchButtonModel |
3 |
58 |
io/github/olyutorskii/quetexj/SwingLogHandler.java
Suppressed Violations
Filename |
Rule message |
Suppression type |
Reason |
io/github/olyutorskii/quetexj/ClearDocumentAction.java |
Classes implementing Serializable should set a serialVersionUID |
@suppresswarnings |
|