PMD Warnings
Overview
Severities Distribution
Reference Comparison
Modified vs. Unchanged
History
Details
| Module | Total | New | Distribution |
|---|---|---|---|
| IP Spieltheorie 2022 Rock, Paper, Scissors Game | 22 | 22 | |
| IP Spieltheorie 2022 Connect Four game | 5 | 0 | |
| IP Spieltheorie 2022 | 5 | 5 | |
| Total | 32 | 27 |
| Package | Total | New | Distribution |
|---|---|---|---|
| de.fhdw.gaming.ipspiel22.vierGewinnt.strategy | 4 | 2 | |
| de.fhdw.gaming.ipspiel22.vierGewinnt.domain.impl | 6 | 3 | |
| de.schereSteinPapier.domain.impl | 22 | 22 | |
| Total | 32 | 27 |
| File | Total | New | Distribution |
|---|---|---|---|
| VGFieldImplTest.java | 1 | 1 | |
| VGStateImpl.java | 2 | 0 | |
| SSPGameBuilderImplTest.java | 14 | 14 | |
| MinMaxViergewinnt.java | 2 | 0 | |
| MinMaxViergewinnt.java | 2 | 2 | |
| SSPPlayerBuilderImplTest.java | 8 | 8 | |
| VGStateImpl.java | 2 | 2 | |
| VGFieldImplTest.java | 1 | 0 | |
| Total | 32 | 27 |
| Category | Total | New | Distribution |
|---|---|---|---|
| Design | 10 | 6 | |
| Documentation | 1 | 1 | |
| Code Style | 21 | 20 | |
| Total | 32 | 27 |
| Type | Total | New | Distribution |
|---|---|---|---|
| UselessParentheses | 2 | 1 | |
| CognitiveComplexity | 2 | 1 | |
| LocalVariableCouldBeFinal | 15 | 15 | |
| CyclomaticComplexity | 2 | 1 | |
| GodClass | 4 | 2 | |
| MethodArgumentCouldBeFinal | 2 | 2 | |
| CommentRequired | 1 | 1 | |
| FieldDeclarationsShouldBeAtStartOfClass | 1 | 1 | |
| AvoidThrowingRawExceptionTypes | 2 | 2 | |
| UnnecessaryImport | 1 | 1 | |
| Total | 32 | 27 |
| Details | File | Package | Category | Type | Severity | Age | Hiddendetails |
|---|