Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump edu.hm.hafner:codingstyle-pom from 4.16.0 to 5.2.0 #263

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 28, 2024

Bumps edu.hm.hafner:codingstyle-pom from 4.16.0 to 5.2.0.

Release notes

Sourced from edu.hm.hafner:codingstyle-pom's releases.

v5.2.0 🎁

✨ Improvements

  • Upgrade PMD to 7.7.0 and combine metrics into same plugin executions (#1036) @​uhafner

v5.1.0 🎁

💥 Breaking Changes

📦 Dependency Updates

Commits
  • e8c81d6 [maven-release-plugin] prepare release v5.2.0
  • 8444cdc Merge pull request #1036 from uhafner/pmd-metrics
  • 0d63758 Upgrade PMD to 7.7.0 and combine metrics into same plugin executions.
  • 1dcc517 Update dependency graph to latest versions from POM
  • cf84cf3 [maven-release-plugin] prepare for next development iteration
  • 11f5848 [maven-release-plugin] prepare release v5.1.0
  • 3560982 Update dependency graph to latest versions from POM
  • 885ce10 [maven-release-plugin] prepare for next development iteration
  • 6881d38 Update dependency graph to latest versions from POM
  • c7a5df4 Add metrics calculation.
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [edu.hm.hafner:codingstyle-pom](https://github.com/uhafner/codingstyle-pom) from 4.16.0 to 5.2.0.
- [Release notes](https://github.com/uhafner/codingstyle-pom/releases)
- [Changelog](https://github.com/uhafner/codingstyle-pom/blob/main/CHANGELOG.md)
- [Commits](uhafner/codingstyle-pom@v4.16.0...v5.2.0)

---
updated-dependencies:
- dependency-name: edu.hm.hafner:codingstyle-pom
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Update of dependencies java Pull requests that update Maven Java dependencies labels Oct 28, 2024
Copy link

Looks good. No mutations were possible for these changes.
See https://pitest.org/

Copy link

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:392)
	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:392)
	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.11.0 (#99404b7)                     
--------------------------------------------------------------------------------
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",
    "pattern" : "**/target/*-reports/TEST*.xml",
    "sourcePath" : "",
    "metric" : "",
    "displayName" : "Tests"
  } ],
  "failureImpact" : 0,
  "passedImpact" : 0,
  "skippedImpact" : 0
}
Searching for Tests results matching file name pattern **/target/*-reports/TEST*.xml
- plugin/target/failsafe-reports/TEST-io.jenkins.plugins.coverage.InjectedTest.xml: TESTS: 31
- plugin/target/failsafe-reports/TEST-io.jenkins.plugins.coverage.metrics.restapi.CoverageApiITest.xml: TESTS: 3
- plugin/target/failsafe-reports/TEST-io.jenkins.plugins.coverage.metrics.source.DockerAgentSourceCodeITest.xml: TESTS: 6
- plugin/target/failsafe-reports/TEST-io.jenkins.plugins.coverage.metrics.source.LocalAgentSourceCodeITest.xml: TESTS: 6
- plugin/target/failsafe-reports/TEST-io.jenkins.plugins.coverage.metrics.steps.CoveragePluginITest.xml: TESTS: 63
- plugin/target/failsafe-reports/TEST-io.jenkins.plugins.coverage.metrics.steps.CoverageTokenMacroITest.xml: TESTS: 1
- plugin/target/failsafe-reports/TEST-io.jenkins.plugins.coverage.metrics.steps.CoverageXmlStreamITest.xml: TESTS: 9
- plugin/target/failsafe-reports/TEST-io.jenkins.plugins.coverage.metrics.steps.DeltaComputationITest.xml: TESTS: 3
- plugin/target/failsafe-reports/TEST-io.jenkins.plugins.coverage.metrics.steps.GitForensicsITest.xml: TESTS: 9
- plugin/target/failsafe-reports/TEST-io.jenkins.plugins.coverage.metrics.steps.JobDslITest.xml: TESTS: 2
- plugin/target/failsafe-reports/TEST-io.jenkins.plugins.coverage.metrics.steps.QualityGateITest.xml: TESTS: 7
- plugin/target/surefire-reports/TEST-io.jenkins.plugins.coverage.metrics.PackageArchitectureTest.xml: TESTS: 1
- plugin/target/surefire-reports/TEST-io.jenkins.plugins.coverage.metrics.PluginArchitectureTest.xml: TESTS: 14
- plugin/target/surefire-reports/TEST-io.jenkins.plugins.coverage.metrics.charts.CoverageSeriesBuilderTest.xml: TESTS: 7
- plugin/target/surefire-reports/TEST-io.jenkins.plugins.coverage.metrics.charts.TreeMapNodeConverterTest.xml: TESTS: 2
- plugin/target/surefire-reports/TEST-io.jenkins.plugins.coverage.metrics.color.ColorProviderFactoryTest.xml: TESTS: 4
- plugin/target/surefire-reports/TEST-io.jenkins.plugins.coverage.metrics.color.ColorProviderTest.xml: TESTS: 8
- plugin/target/surefire-reports/TEST-io.jenkins.plugins.coverage.metrics.color.CoverageChangeLevelTest.xml: TESTS: 2
- plugin/target/surefire-reports/TEST-io.jenkins.plugins.coverage.metrics.color.CoverageChangeTendencyTest.xml: TESTS: 2
- plugin/target/surefire-reports/TEST-io.jenkins.plugins.coverage.metrics.color.CoverageColorJenkinsIdTest.xml: TESTS: 2
- plugin/target/surefire-reports/TEST-io.jenkins.plugins.coverage.metrics.color.CoverageLevelTest.xml: TESTS: 2
- plugin/target/surefire-reports/TEST-io.jenkins.plugins.coverage.metrics.model.ElementFormatterTest.xml: TESTS: 25
- plugin/target/surefire-reports/TEST-io.jenkins.plugins.coverage.metrics.restapi.FileWithModifiedLinesTest.xml: TESTS: 1
- plugin/target/surefire-reports/TEST-io.jenkins.plugins.coverage.metrics.restapi.ModifiedLinesBlockTest.xml: TESTS: 2
- plugin/target/surefire-reports/TEST-io.jenkins.plugins.coverage.metrics.restapi.ModifiedLinesCoverageApiTest.xml: TESTS: 3
- plugin/target/surefire-reports/TEST-io.jenkins.plugins.coverage.metrics.source.CoverageSourcePrinterTest.xml: TESTS: 3
- plugin/target/surefire-reports/TEST-io.jenkins.plugins.coverage.metrics.source.MutationSourcePrinterTest.xml: TESTS: 2
- plugin/target/surefire-reports/TEST-io.jenkins.plugins.coverage.metrics.source.SourceCodeFacadeTest.xml: TESTS: 2
- plugin/target/surefire-reports/TEST-io.jenkins.plugins.coverage.metrics.steps.CodeDeltaCalculatorTest.xml: TESTS: 7
- plugin/target/surefire-reports/TEST-io.jenkins.plugins.coverage.metrics.steps.CoverageBuildActionTest.xml: TESTS: 6
- plugin/target/surefire-reports/TEST-io.jenkins.plugins.coverage.metrics.steps.CoverageChecksPublisherTest.xml: TESTS: 20
- plugin/target/surefire-reports/TEST-io.jenkins.plugins.coverage.metrics.steps.CoverageJobActionTest.xml: TESTS: 3
- plugin/target/surefire-reports/TEST-io.jenkins.plugins.coverage.metrics.steps.CoverageMetricColumnTest.xml: TESTS: 9
- plugin/target/surefire-reports/TEST-io.jenkins.plugins.coverage.metrics.steps.CoverageQualityGateEvaluatorTest.xml: TESTS: 24
- plugin/target/surefire-reports/TEST-io.jenkins.plugins.coverage.metrics.steps.CoverageTokenMacroTest.xml: TESTS: 2
- plugin/target/surefire-reports/TEST-io.jenkins.plugins.coverage.metrics.steps.CoverageViewModelTest.xml: TESTS: 4
- plugin/target/surefire-reports/TEST-io.jenkins.plugins.coverage.metrics.steps.FileChangesProcessorTest.xml: TESTS: 3
-> Tests Total: TESTS: 300
-> Tests Total: TESTS: 300 tests
=> Tests: 300 tests passed
=> Tests: 300 tests passed
================================================================================
Processing 2 coverage configuration(s)
Code Coverage Configuration:
{
  "id" : "coverage",
  "name" : "Code Coverage",
  "icon" : "",
  "maxScore" : 0,
  "tools" : [ {
    "id" : "jacoco",
    "name" : "Line Coverage",
    "pattern" : "**/target/site/jacoco/jacoco.xml",
    "sourcePath" : "src/main/java",
    "metric" : "line",
    "displayName" : "Line Coverage"
  }, {
    "id" : "jacoco",
    "name" : "Branch Coverage",
    "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
- plugin/target/site/jacoco/jacoco.xml: LINE: 79.66% (2397/3009)
-> Line Coverage Total: LINE: 79.66% (2397/3009)
=> Line Coverage: 80% (612 missed lines)
Searching for Branch Coverage results matching file name pattern **/target/site/jacoco/jacoco.xml
- plugin/target/site/jacoco/jacoco.xml: BRANCH: 69.43% (629/906)
-> Branch Coverage Total: BRANCH: 69.43% (629/906)
=> Branch Coverage: 69% (277 missed branches)
=> Code Coverage: 74% (889 missed items)
Mutation Coverage Configuration:
{
  "id" : "coverage",
  "name" : "Mutation Coverage",
  "icon" : "",
  "maxScore" : 0,
  "tools" : [ {
    "id" : "pit",
    "name" : "Mutation Coverage",
    "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
- plugin/target/pit-reports/mutations.xml: MUTATION: 46.19% (812/1758)
-> Mutation Coverage Total: MUTATION: 46.19% (812/1758)
=> Mutation Coverage: 46% (946 survived mutations)
=> Mutation Coverage: 46% (946 survived mutations)
================================================================================
Processing 2 static analysis configuration(s)
Style Configuration:
{
  "id" : "style",
  "name" : "Style",
  "icon" : "",
  "maxScore" : 0,
  "tools" : [ {
    "id" : "checkstyle",
    "name" : "CheckStyle",
    "pattern" : "**/target/**checkstyle-result.xml",
    "sourcePath" : "",
    "metric" : "",
    "displayName" : "CheckStyle"
  }, {
    "id" : "pmd",
    "name" : "PMD",
    "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
- plugin/target/checkstyle-java/checkstyle-result.xml: 0 warnings
- plugin/target/checkstyle-tests/checkstyle-result.xml: 0 warnings
- ui-tests/target/checkstyle-java/checkstyle-result.xml: 0 warnings
- ui-tests/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
- plugin/target/pmd-java/pmd.xml: 0 warnings
- plugin/target/pmd-javascript/pmd.xml: 0 warnings
- plugin/target/pmd-tests/pmd.xml: 0 warnings
================================================================================
================================================================================

Created by Quality Monitor v1.11.0 (#99404b7). More details are shown in the GitHub Checks Result.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Update of dependencies java Pull requests that update Maven Java dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant