Merge pull request #338 from jenkinsci/dependabot/npm_and_yarn/npm-ru… #399
Quality Monitor
Partial score: 0/0
🚧 The grading has been aborted due to an error.
Exception
edu.hm.hafner.analysis.ParsingException: Input stream is not a PMD file.
at edu.hm.hafner.analysis.parser.pmd.PmdParser.parseIssues(PmdParser.java:58)
at edu.hm.hafner.analysis.parser.pmd.PmdParser.parse(PmdParser.java:32)
at edu.hm.hafner.analysis.IssueParser.parseFile(IssueParser.java:69)
at edu.hm.hafner.grading.FileSystemAnalysisReportFactory.create(FileSystemAnalysisReportFactory.java:32)
at edu.hm.hafner.grading.AggregatedScore.gradeAnalysis(AggregatedScore.java:424)
at edu.hm.hafner.grading.AutoGradingRunner.run(AutoGradingRunner.java:95)
at edu.hm.hafner.grading.github.QualityMonitor.main(QualityMonitor.java:42)
Error Messages
Quality Monitor Errors:
An error occurred while grading
edu.hm.hafner.analysis.ParsingException: Input stream is not a PMD file.
at edu.hm.hafner.analysis.parser.pmd.PmdParser.parseIssues(PmdParser.java:58)
at edu.hm.hafner.analysis.parser.pmd.PmdParser.parse(PmdParser.java:32)
at edu.hm.hafner.analysis.IssueParser.parseFile(IssueParser.java:69)
at edu.hm.hafner.grading.FileSystemAnalysisReportFactory.create(FileSystemAnalysisReportFactory.java:32)
at edu.hm.hafner.grading.AggregatedScore.gradeAnalysis(AggregatedScore.java:424)
at edu.hm.hafner.grading.AutoGradingRunner.run(AutoGradingRunner.java:95)
at edu.hm.hafner.grading.github.QualityMonitor.main(QualityMonitor.java:42)
Information Messages
--------------------------------------------------------------------------------
Start Quality Monitor 1.14.0 (#f3859fd)
--------------------------------------------------------------------------------
No configuration provided (environment variable CONFIG not set), using default configuration
================================================================================
Processing 1 test configuration(s)
Tests Configuration:
{
"id" : "tests",
"name" : "Tests",
"icon" : "",
"maxScore" : 0,
"tools" : [ {
"id" : "test",
"name" : "Tests",
"icon" : "",
"pattern" : "**/target/*-reports/TEST*.xml",
"sourcePath" : "",
"metric" : "",
"displayName" : "Tests"
} ],
"failureImpact" : 0,
"passedImpact" : 0,
"skippedImpact" : 0,
"successRateImpact" : 0,
"failureRateImpact" : 0
}
Searching for Tests results matching file name pattern **/target/*-reports/TEST*.xml
- target/failsafe-reports/TEST-io.jenkins.plugins.bootstrap5_api.InjectedTest.xml: TESTS: 11
- target/surefire-reports/TEST-io.jenkins.plugins.bootstrap5.MessagesViewModelTest.xml: TESTS: 2
-> Tests Total: TESTS: 13
-> Tests Total: TESTS: 13 tests
=> Tests: 13 tests passed
=> Tests: 13 tests passed
================================================================================
Processing 2 coverage configuration(s)
Code Coverage Configuration:
{
"id" : "coverage",
"name" : "Code Coverage",
"icon" : "",
"maxScore" : 0,
"tools" : [ {
"id" : "jacoco",
"name" : "Line Coverage",
"icon" : "",
"pattern" : "**/target/site/jacoco/jacoco.xml",
"sourcePath" : "src/main/java",
"metric" : "line",
"displayName" : "Line Coverage"
}, {
"id" : "jacoco",
"name" : "Branch Coverage",
"icon" : "",
"pattern" : "**/target/site/jacoco/jacoco.xml",
"sourcePath" : "src/main/java",
"metric" : "branch",
"displayName" : "Branch Coverage"
} ],
"coveredPercentageImpact" : 0,
"missedPercentageImpact" : 0,
"mutationCoverage" : false
}
Searching for Line Coverage results matching file name pattern **/target/site/jacoco/jacoco.xml
- target/site/jacoco/jacoco.xml: LINE: 84.21% (16/19)
-> Line Coverage Total: LINE: 84.21% (16/19)
=> Line Coverage: 84% (3 missed lines)
Searching for Branch Coverage results matching file name pattern **/target/site/jacoco/jacoco.xml
- target/site/jacoco/jacoco.xml: BRANCH: 100.00% (2/2)
-> Branch Coverage Total: BRANCH: 100.00% (2/2)
=> Branch Coverage: 100% (0 missed branches)
=> Code Coverage: 92% (3 missed items)
Mutation Coverage Configuration:
{
"id" : "coverage",
"name" : "Mutation Coverage",
"icon" : "",
"maxScore" : 0,
"tools" : [ {
"id" : "pit",
"name" : "Mutation Coverage",
"icon" : "",
"pattern" : "**/target/pit-reports/mutations.xml",
"sourcePath" : "src/main/java",
"metric" : "mutation",
"displayName" : "Mutation Coverage"
} ],
"coveredPercentageImpact" : 0,
"missedPercentageImpact" : 0,
"mutationCoverage" : true
}
Searching for Mutation Coverage results matching file name pattern **/target/pit-reports/mutations.xml
- target/pit-reports/mutations.xml: MUTATION: 88.89% (8/9)
-> Mutation Coverage Total: MUTATION: 88.89% (8/9)
=> Mutation Coverage: 89% (1 survived mutations)
=> Mutation Coverage: 89% (1 survived mutations)
================================================================================
Processing 2 static analysis configuration(s)
Style Configuration:
{
"id" : "style",
"name" : "Style",
"icon" : "",
"maxScore" : 0,
"tools" : [ {
"id" : "checkstyle",
"name" : "CheckStyle",
"icon" : "",
"pattern" : "**/target/**checkstyle-result.xml",
"sourcePath" : "",
"metric" : "",
"displayName" : "CheckStyle"
}, {
"id" : "pmd",
"name" : "PMD",
"icon" : "",
"pattern" : "**/target/**pmd.xml",
"sourcePath" : "",
"metric" : "",
"displayName" : "PMD"
} ],
"errorImpact" : 0,
"highImpact" : 0,
"normalImpact" : 0,
"lowImpact" : 0
}
Searching for CheckStyle results matching file name pattern **/target/**checkstyle-result.xml
- target/checkstyle-java/checkstyle-result.xml: 0 warnings
- target/checkstyle-tests/checkstyle-result.xml: 0 warnings
-> CheckStyle Total: 0 warnings
=> CheckStyle: No warnings
Searching for PMD results matching file name pattern **/target/**pmd.xml
================================================================================
================================================================================
Created by Quality Monitor v1.14.0 (#f3859fd)
Details
Partial score: 0/0
🚧 The grading has been aborted due to an error.
Exception
edu.hm.hafner.analysis.ParsingException: Input stream is not a PMD file.
at edu.hm.hafner.analysis.parser.pmd.PmdParser.parseIssues(PmdParser.java:58)
at edu.hm.hafner.analysis.parser.pmd.PmdParser.parse(PmdParser.java:32)
at edu.hm.hafner.analysis.IssueParser.parseFile(IssueParser.java:69)
at edu.hm.hafner.grading.FileSystemAnalysisReportFactory.create(FileSystemAnalysisReportFactory.java:32)
at edu.hm.hafner.grading.AggregatedScore.gradeAnalysis(AggregatedScore.java:424)
at edu.hm.hafner.grading.AutoGradingRunner.run(AutoGradingRunner.java:95)
at edu.hm.hafner.grading.github.QualityMonitor.main(QualityMonitor.java:42)
Error Messages
Quality Monitor Errors:
An error occurred while grading
edu.hm.hafner.analysis.ParsingException: Input stream is not a PMD file.
at edu.hm.hafner.analysis.parser.pmd.PmdParser.parseIssues(PmdParser.java:58)
at edu.hm.hafner.analysis.parser.pmd.PmdParser.parse(PmdParser.java:32)
at edu.hm.hafner.analysis.IssueParser.parseFile(IssueParser.java:69)
at edu.hm.hafner.grading.FileSystemAnalysisReportFactory.create(FileSystemAnalysisReportFactory.java:32)
at edu.hm.hafner.grading.AggregatedScore.gradeAnalysis(AggregatedScore.java:424)
at edu.hm.hafner.grading.AutoGradingRunner.run(AutoGradingRunner.java:95)
at edu.hm.hafner.grading.github.QualityMonitor.main(QualityMonitor.java:42)
Information Messages
--------------------------------------------------------------------------------
Start Quality Monitor 1.14.0 (#f3859fd)
--------------------------------------------------------------------------------
No configuration provided (environment variable CONFIG not set), using default configuration
================================================================================
Processing 1 test configuration(s)
Tests Configuration:
{
"id" : "tests",
"name" : "Tests",
"icon" : "",
"maxScore" : 0,
"tools" : [ {
"id" : "test",
"name" : "Tests",
"icon" : "",
"pattern" : "**/target/*-reports/TEST*.xml",
"sourcePath" : "",
"metric" : "",
"displayName" : "Tests"
} ],
"failureImpact" : 0,
"passedImpact" : 0,
"skippedImpact" : 0,
"successRateImpact" : 0,
"failureRateImpact" : 0
}
Searching for Tests results matching file name pattern **/target/*-reports/TEST*.xml
- target/failsafe-reports/TEST-io.jenkins.plugins.bootstrap5_api.InjectedTest.xml: TESTS: 11
- target/surefire-reports/TEST-io.jenkins.plugins.bootstrap5.MessagesViewModelTest.xml: TESTS: 2
-> Tests Total: TESTS: 13
-> Tests Total: TESTS: 13 tests
=> Tests: 13 tests passed
=> Tests: 13 tests passed
================================================================================
Processing 2 coverage configuration(s)
Code Coverage Configuration:
{
"id" : "coverage",
"name" : "Code Coverage",
"icon" : "",
"maxScore" : 0,
"tools" : [ {
"id" : "jacoco",
"name" : "Line Coverage",
"icon" : "",
"pattern" : "**/target/site/jacoco/jacoco.xml",
"sourcePath" : "src/main/java",
"metric" : "line",
"displayName" : "Line Coverage"
}, {
"id" : "jacoco",
"name" : "Branch Coverage",
"icon" : "",
"pattern" : "**/target/site/jacoco/jacoco.xml",
"sourcePath" : "src/main/java",
"metric" : "branch",
"displayName" : "Branch Coverage"
} ],
"coveredPercentageImpact" : 0,
"missedPercentageImpact" : 0,
"mutationCoverage" : false
}
Searching for Line Coverage results matching file name pattern **/target/site/jacoco/jacoco.xml
- target/site/jacoco/jacoco.xml: LINE: 84.21% (16/19)
-> Line Coverage Total: LINE: 84.21% (16/19)
=> Line Coverage: 84% (3 missed lines)
Searching for Branch Coverage results matching file name pattern **/target/site/jacoco/jacoco.xml
- target/site/jacoco/jacoco.xml: BRANCH: 100.00% (2/2)
-> Branch Coverage Total: BRANCH: 100.00% (2/2)
=> Branch Coverage: 100% (0 missed branches)
=> Code Coverage: 92% (3 missed items)
Mutation Coverage Configuration:
{
"id" : "coverage",
"name" : "Mutation Coverage",
"icon" : "",
"maxScore" : 0,
"tools" : [ {
"id" : "pit",
"name" : "Mutation Coverage",
"icon" : "",
"pattern" : "**/target/pit-reports/mutations.xml",
"sourcePath" : "src/main/java",
"metric" : "mutation",
"displayName" : "Mutation Coverage"
} ],
"coveredPercentageImpact" : 0,
"missedPercentageImpact" : 0,
"mutationCoverage" : true
}
Searching for Mutation Coverage results matching file name pattern **/target/pit-reports/mutations.xml
- target/pit-reports/mutations.xml: MUTATION: 88.89% (8/9)
-> Mutation Coverage Total: MUTATION: 88.89% (8/9)
=> Mutation Coverage: 89% (1 survived mutations)
=> Mutation Coverage: 89% (1 survived mutations)
================================================================================
Processing 2 static analysis configuration(s)
Style Configuration:
{
"id" : "style",
"name" : "Style",
"icon" : "",
"maxScore" : 0,
"tools" : [ {
"id" : "checkstyle",
"name" : "CheckStyle",
"icon" : "",
"pattern" : "**/target/**checkstyle-result.xml",
"sourcePath" : "",
"metric" : "",
"displayName" : "CheckStyle"
}, {
"id" : "pmd",
"name" : "PMD",
"icon" : "",
"pattern" : "**/target/**pmd.xml",
"sourcePath" : "",
"metric" : "",
"displayName" : "PMD"
} ],
"errorImpact" : 0,
"highImpact" : 0,
"normalImpact" : 0,
"lowImpact" : 0
}
Searching for CheckStyle results matching file name pattern **/target/**checkstyle-result.xml
- target/checkstyle-java/checkstyle-result.xml: 0 warnings
- target/checkstyle-tests/checkstyle-result.xml: 0 warnings
-> CheckStyle Total: 0 warnings
=> CheckStyle: No warnings
Searching for PMD results matching file name pattern **/target/**pmd.xml
================================================================================
================================================================================
Annotations
Check warning on line 20 in io/jenkins/plugins/bootstrap5/Messages.java
github-actions / Quality Monitor
Not covered line
Line 20 is not covered by tests
Check warning on line 45 in io/jenkins/plugins/bootstrap5/Messages.java
github-actions / Quality Monitor
Not covered line
Line 45 is not covered by tests
Check warning on line 9 in src/main/java/io/jenkins/plugins/bootstrap5/api/BootStrap5Api.java
github-actions / Quality Monitor
Not covered line
Line 9 is not covered by tests
Check warning on line 45 in io/jenkins/plugins/bootstrap5/Messages.java
github-actions / Quality Monitor
Not covered line
Line 45 is not covered by tests