Quality Monitor
🚦 Tests: 100 % successful (✔️ 155 passed)
〰️ Line Coverage: 88% (153 missed lines)
➰ Branch Coverage: 83% (57 missed branches)
Mutation Coverage: 77% (161 survived mutations)
CheckStyle: No warnings
PMD: 4 warnings (high: 1, normal: 2, low: 1)
SpotBugs: No bugs
🐛 Error Prone: No bugs
OWASP Dependency Check: 1 vulnerability (normal: 1)
Created by Quality Monitor v1.11.0 (#99404b7)
Details
☀️ Quality Monitor
🚦 Tests
Name | Reports | Passed | Skipped | Failed | Total |
---|---|---|---|---|---|
Tests | 20 | 155 | 0 | 0 | 155 |
⚠️ Style
Name | Reports | Errors | High | Normal | Low | Total |
---|---|---|---|---|---|---|
CheckStyle | 2 | 0 | 0 | 0 | 0 | 0 |
PMD | 4 | 0 | 1 | 2 | 1 | 4 |
Total | 6 | 0 | 1 | 2 | 1 | 4 |
🐛 Bugs
Name | Reports | Errors | High | Normal | Low | Total |
---|---|---|---|---|---|---|
SpotBugs | 1 | 0 | 0 | 0 | 0 | 0 |
Error Prone | 0 | 0 | 0 | 0 | 0 | 0 |
Total | 1 | 0 | 0 | 0 | 0 | 0 |
🛡️ Vulnerabilities
Name | Reports | Errors | High | Normal | Low | Total |
---|---|---|---|---|---|---|
OWASP Dependency Check | 1 | 0 | 0 | 1 | 0 | 1 |
👣 Code Coverage
Name | Covered % | Missed % |
---|---|---|
Line Coverage | 88 | 12 |
Branch Coverage | 83 | 17 |
Total Ø | 85 | 15 |
🔬 Mutation Coverage
Name | Killed % | Survived % |
---|---|---|
Mutation Coverage | 77 | 23 |
Annotations
github-actions / Quality Monitor
PMD: CollapsibleIfStatements
These nested if statements could be combined.
github-actions / Quality Monitor
PMD: UnusedImports
Avoid unused imports such as 'org.eclipse.ui.IWorkbenchPart'.
github-actions / Quality Monitor
PMD: EmptyCatchBlock
Avoid empty catch blocks.
github-actions / Quality Monitor
PMD: EmptyCatchBlock
Avoid empty catch blocks.
Check warning on line 0 in xercesImpl-2.12.2.jar
github-actions / Quality Monitor
OWASP Dependency Check: CVE-2017-10355
sonatype-2017-0348 - xerces:xercesImpl - Denial of Service (DoS)
The software contains multiple threads or executable segments that are waiting for each other to release a necessary lock, resulting in deadlock.
Check warning on line 104 in src/main/java/edu/hm/hafner/grading/CoverageScore.java
github-actions / Quality Monitor
Not covered lines
Lines 101-104 are not covered by tests
Check warning on line 178 in src/main/java/edu/hm/hafner/grading/CoverageScore.java
github-actions / Quality Monitor
Not covered lines
Lines 175-178 are not covered by tests
Check warning on line 184 in src/main/java/edu/hm/hafner/grading/CoverageScore.java
github-actions / Quality Monitor
Not covered line
Line 184 is not covered by tests
Check warning on line 52 in src/main/java/edu/hm/hafner/grading/TruncatedString.java
github-actions / Quality Monitor
Not covered line
Line 52 is not covered by tests
Check warning on line 221 in src/main/java/edu/hm/hafner/grading/TruncatedString.java
github-actions / Quality Monitor
Not covered line
Line 221 is not covered by tests
Check warning on line 276 in src/main/java/edu/hm/hafner/grading/TruncatedString.java
github-actions / Quality Monitor
Not covered lines
Lines 275-276 are not covered by tests
Check warning on line 118 in src/main/java/edu/hm/hafner/grading/AnalysisScore.java
github-actions / Quality Monitor
Not covered line
Line 118 is not covered by tests
Check warning on line 176 in src/main/java/edu/hm/hafner/grading/AnalysisScore.java
github-actions / Quality Monitor
Not covered lines
Lines 175-176 are not covered by tests
Check warning on line 203 in src/main/java/edu/hm/hafner/grading/CommentBuilder.java
github-actions / Quality Monitor
Not covered lines
Lines 200-203 are not covered by tests
Check warning on line 265 in src/main/java/edu/hm/hafner/grading/CommentBuilder.java
github-actions / Quality Monitor
Not covered lines
Lines 248-265 are not covered by tests
Check warning on line 271 in src/main/java/edu/hm/hafner/grading/CommentBuilder.java
github-actions / Quality Monitor
Not covered line
Line 271 is not covered by tests
Check warning on line 276 in src/main/java/edu/hm/hafner/grading/CommentBuilder.java
github-actions / Quality Monitor
Not covered line
Line 276 is not covered by tests
Check warning on line 321 in src/main/java/edu/hm/hafner/grading/CommentBuilder.java
github-actions / Quality Monitor
Not covered lines
Lines 298-321 are not covered by tests
Check warning on line 46 in src/main/java/edu/hm/hafner/grading/ReportFinder.java
github-actions / Quality Monitor
Not covered line
Line 46 is not covered by tests
Check warning on line 64 in src/main/java/edu/hm/hafner/grading/ReportFinder.java
github-actions / Quality Monitor
Not covered lines
Lines 61-64 are not covered by tests
Check warning on line 79 in src/main/java/edu/hm/hafner/grading/ReportFinder.java
github-actions / Quality Monitor
Not covered lines
Lines 78-79 are not covered by tests
Check warning on line 210 in src/main/java/edu/hm/hafner/grading/TestScore.java
github-actions / Quality Monitor
Not covered line
Line 210 is not covered by tests
Check warning on line 118 in src/main/java/edu/hm/hafner/grading/Configuration.java
github-actions / Quality Monitor
Not covered line
Line 118 is not covered by tests
Check warning on line 121 in src/main/java/edu/hm/hafner/grading/Configuration.java
github-actions / Quality Monitor
Not covered line
Line 121 is not covered by tests
Check warning on line 124 in src/main/java/edu/hm/hafner/grading/Configuration.java
github-actions / Quality Monitor
Not covered line
Line 124 is not covered by tests