Skip to content

Update dependency graph to latest versions from POM

Sign in for the full log view
GitHub Actions / Quality Monitor succeeded Oct 15, 2024 in 1s

Quality Monitor

   🚦   Tests: 100 % successful (✔️ 155 passed)
   〰️   Line Coverage: 88% (153 missed lines)
   ➰   Branch Coverage: 83% (57 missed branches)
   PIT   Mutation Coverage: 77% (161 survived mutations)
   CheckStyle   CheckStyle: No warnings
   PMD   PMD: 4 warnings (high: 1, normal: 2, low: 1)
   SpotBugs   SpotBugs: No bugs
   🐛   Error Prone: No bugs
   OWASP Dependency Check   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

Code Coverage: 85%

Name Covered % Missed %
Line Coverage 88 12
Branch Coverage 83 17
Total Ø 85 15

🔬   Mutation Coverage

Mutation Coverage: 77%

Name Killed % Survived %
Mutation Coverage 77 23

Annotations

Check warning on line 61 in C:/Build/Results/jobs/ADT-Base/workspace/com.avaloq.adt.ui/src/main/java/com/avaloq/adt/env/internal/ui/actions/CopyToClipboard.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

PMD: CollapsibleIfStatements

These nested if statements could be combined.

Check warning on line 14 in C:/Build/Results/jobs/ADT-Base/workspace/com.avaloq.adt.ui/src/main/java/com/avaloq/adt/env/internal/ui/actions/change/ChangeSelectionAction.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

PMD: UnusedImports

Avoid unused imports such as 'org.eclipse.ui.IWorkbenchPart'.

Check warning on line 940 in C:/Build/Results/jobs/ADT-Base/workspace/com.avaloq.adt.ui/src/main/java/com/avaloq/adt/env/internal/ui/dialogs/SelectSourceDialog.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

PMD: EmptyCatchBlock

Avoid empty catch blocks.

Check warning on line 982 in C:/Build/Results/jobs/ADT-Base/workspace/com.avaloq.adt.ui/src/main/java/com/avaloq/adt/env/internal/ui/dialogs/SelectSourceDialog.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

PMD: EmptyCatchBlock

Avoid empty catch blocks.

Check warning on line 0 in xercesImpl-2.12.2.jar

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

Not covered line

Line 124 is not covered by tests