Skip to content

[maven-release-plugin] prepare for next development iteration #464

[maven-release-plugin] prepare for next development iteration

[maven-release-plugin] prepare for next development iteration #464

GitHub Actions / Quality Monitor succeeded Jun 11, 2024 in 1s

Quality Monitor

   🚦   Tests: 100 % successful (✔️ 277 passed)
   〰️   Line Coverage: 79% (631 missed lines)
   ➰   Branch Coverage: 68% (288 missed branches)
   PIT   Mutation Coverage: 44% (970 survived mutations)
   CheckStyle   CheckStyle: No warnings
   PMD   PMD: 20 warnings (0 error, 4 high, 16 normal, 0 low)
   SpotBugs   SpotBugs: No warnings

Created by Quality Monitor v1.9.0 (#00b9b1a)

Details

☀️   Quality Monitor

🚦   Tests

Name Reports Passed Skipped Failed Total
Tests 38 277 0 0 277

❗   Style

Name Reports Errors High Normal Low Total
CheckStyle 4 0 0 0 0 0
PMD 6 0 4 16 0 20
Total 10 0 4 16 0 20

🐛   Bugs

Name Reports Errors High Normal Low Total
SpotBugs 2 0 0 0 0 0

👣   Code Coverage

Code Coverage: 73%

Name Covered % Missed %
Line Coverage 79 21
Branch Coverage 68 32
Total Ø 73 27

🔬   Mutation Coverage

Mutation Coverage: 44%

Name Killed % Survived %
Mutation Coverage 44 56

Annotations

Check warning on line 55 in plugin/src/main/java/io/jenkins/plugins/coverage/metrics/source/VectorCastSourcePrinter.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

PMD: UnnecessaryFullyQualifiedName

Unnecessary qualifier 'CoverageSourcePrinter': 'UNDEFINED' is already in scope because it is inherited by an enclosing type.

Check warning on line 181 in plugin/src/main/java/io/jenkins/plugins/coverage/metrics/source/VectorCastSourcePrinter.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

PMD: UnnecessaryFullyQualifiedName

Unnecessary qualifier 'CoverageSourcePrinter': 'UNDEFINED' is already in scope because it is inherited by an enclosing type.

Check warning on line 217 in plugin/src/main/java/io/jenkins/plugins/coverage/metrics/source/VectorCastSourcePrinter.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

PMD: UnnecessaryFullyQualifiedName

Unnecessary qualifier 'CoverageSourcePrinter': 'UNDEFINED' is already in scope because it is inherited by an enclosing type.

Check warning on line 223 in ui-tests/src/main/java/io/jenkins/plugins/coverage/CoverageReport.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

PMD: UnnecessaryFullyQualifiedName

Unnecessary qualifier 'Tab': 'values' is already in scope.

Check warning on line 37 in ui-tests/src/main/java/io/jenkins/plugins/coverage/CoverageSummary.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

PMD: ConstructorCallsOverridableMethod

Overridable method called during object construction: CapybaraPortingLayerImpl.getElement(By).

Check warning on line 38 in ui-tests/src/main/java/io/jenkins/plugins/coverage/CoverageSummary.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

PMD: ConstructorCallsOverridableMethod

Overridable method called during object construction: CapybaraPortingLayerImpl.getElement(By).

Check warning on line 39 in ui-tests/src/main/java/io/jenkins/plugins/coverage/CoverageSummary.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

PMD: ConstructorCallsOverridableMethod

Overridable method called during object construction: CapybaraPortingLayerImpl.getElement(By).

Check warning on line 41 in ui-tests/src/main/java/io/jenkins/plugins/coverage/CoverageSummary.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

PMD: ConstructorCallsOverridableMethod

Overridable method called during object construction: CapybaraPortingLayerImpl.getElement(By).

Check warning on line 60 in ui-tests/src/main/java/io/jenkins/plugins/coverage/publisher/Adapter.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

PMD: LambdaCanBeMethodReference

Lambda expression could be written as a method reference: `this.threshold::click`.

Check warning on line 75 in ui-tests/src/main/java/io/jenkins/plugins/coverage/publisher/Adapter.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

PMD: LambdaCanBeMethodReference

Lambda expression could be written as a method reference: `this.threshold::click`.

Check warning on line 58 in ui-tests/src/test/java/io/jenkins/plugins/coverage/CoverageReportTest.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

PMD: UnnecessaryFullyQualifiedName

Unnecessary qualifier 'CoverageReportTest': 'verifyFileCoverageTableContent' is already in scope.

Check warning on line 65 in ui-tests/src/test/java/io/jenkins/plugins/coverage/CoverageReportTest.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

PMD: UnnecessaryFullyQualifiedName

Unnecessary qualifier 'CoverageReportTest': 'verifyCoverageTreeAfterSomeBuildsWithReports' is already in scope.

Check warning on line 68 in ui-tests/src/test/java/io/jenkins/plugins/coverage/CoverageReportTest.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

PMD: UnnecessaryFullyQualifiedName

Unnecessary qualifier 'CoverageReportTest': 'verifyCoverageOverviewAfterSomeBuildsWithReports' is already in scope.

Check warning on line 83 in ui-tests/src/test/java/io/jenkins/plugins/coverage/CoverageReportTest.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

PMD: UnnecessaryFullyQualifiedName

Unnecessary qualifier 'CoverageReportTest': 'verifyFileCoverageTableNumberOfMaxEntries' is already in scope.

Check warning on line 86 in ui-tests/src/test/java/io/jenkins/plugins/coverage/CoverageReportTest.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

PMD: UnnecessaryFullyQualifiedName

Unnecessary qualifier 'CoverageReportTest': 'verifyCoverageTreeAfterOneBuildWithReport' is already in scope.

Check warning on line 89 in ui-tests/src/test/java/io/jenkins/plugins/coverage/CoverageReportTest.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

PMD: UnnecessaryFullyQualifiedName

Unnecessary qualifier 'CoverageReportTest': 'verifyCoverageOverviewAfterOneBuildWithReport' is already in scope.

Check warning on line 104 in ui-tests/src/test/java/io/jenkins/plugins/coverage/CoverageReportTest.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

PMD: UnnecessaryFullyQualifiedName

Unnecessary qualifier 'CoverageReportTest': 'verifyFileCoverageTableContent' is already in scope.

Check warning on line 110 in ui-tests/src/test/java/io/jenkins/plugins/coverage/CoverageReportTest.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

PMD: UnnecessaryFullyQualifiedName

Unnecessary qualifier 'CoverageReportTest': 'verifyFileCoverageTableContent' is already in scope.

Check warning on line 116 in ui-tests/src/test/java/io/jenkins/plugins/coverage/CoverageReportTest.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

PMD: UnnecessaryFullyQualifiedName

Unnecessary qualifier 'CoverageReportTest': 'verifyFileCoverageTableContent' is already in scope.

Check warning on line 25 in ui-tests/src/test/java/io/jenkins/plugins/coverage/MainPanelTest.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

PMD: UnnecessaryFullyQualifiedName

Unnecessary qualifier 'MainPanelTest': 'verifyTrendChartWithTwoReports' is already in scope.

Check warning on line 71 in io/jenkins/plugins/coverage/metrics/charts/TreeMapNodeConverter.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

Not covered line

Line 71 is not covered by tests

Check warning on line 85 in io/jenkins/plugins/coverage/metrics/charts/TreeMapNodeConverter.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

Not covered lines

Lines 82-85 are not covered by tests

Check warning on line 145 in io/jenkins/plugins/coverage/metrics/charts/TreeMapNodeConverter.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

Not covered lines

Lines 124-145 are not covered by tests

Check warning on line 41 in io/jenkins/plugins/coverage/metrics/charts/CoverageTrendChart.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

Not covered line

Line 41 is not covered by tests

Check warning on line 98 in io/jenkins/plugins/coverage/metrics/source/SourceCodePainter.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

Not covered line

Line 98 is not covered by tests