Skip to content

Bump edu.hm.hafner:codingstyle from 5.9.0 to 5.10.0 #426

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

Merged
merged 2 commits into from
Apr 2, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 2, 2025

Bumps edu.hm.hafner:codingstyle from 5.9.0 to 5.10.0.

Release notes

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

v5.10.0 🎁

📦 Dependency Updates

Commits
  • 90ba3e8 [maven-release-plugin] prepare release v5.10.0
  • 98bcacf Merge pull request #1394 from uhafner/dependabot/maven/org.apache.maven.plugi...
  • 5755a7f Merge pull request #1392 from uhafner/dependabot/maven/com.puppycrawl.tools-c...
  • 671b816 Replace scope with accessModifiers in JavadocVariable check
  • 3dec970 Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.2 to 3.5.3
  • 845995f Merge pull request #1393 from uhafner/dependabot/maven/org.apache.maven.plugi...
  • aedb5ef Merge pull request #1395 from uhafner/dependabot/maven/net.bytebuddy-byte-bud...
  • 67899c0 Bump net.bytebuddy:byte-buddy from 1.17.4 to 1.17.5
  • e9de7fc Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.5.2 to 3.5.3
  • 9b5e11b Bump com.puppycrawl.tools:checkstyle from 10.21.4 to 10.22.0
  • 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](https://github.com/uhafner/codingstyle) from 5.9.0 to 5.10.0.
- [Release notes](https://github.com/uhafner/codingstyle/releases)
- [Changelog](https://github.com/uhafner/codingstyle/blob/main/CHANGELOG.md)
- [Commits](uhafner/codingstyle@v5.9.0...v5.10.0)

---
updated-dependencies:
- dependency-name: edu.hm.hafner:codingstyle
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Update of dependencies java Pull requests that update Maven Java dependencies labels Apr 2, 2025
Copy link

github-actions bot commented Apr 2, 2025

Partial score: 0/0

🚧 The grading has been aborted due to an error.

Exception

java.lang.IllegalArgumentException: Unknown parser name: TEST
	at edu.hm.hafner.coverage.registry.ParserRegistry.get(ParserRegistry.java:51)
	at edu.hm.hafner.grading.FileSystemToolParser.readNode(FileSystemToolParser.java:51)
	at edu.hm.hafner.grading.ScoreBuilder.readNode(ScoreBuilder.java:153)
	at edu.hm.hafner.grading.TestScore$TestScoreBuilder.read(TestScore.java:261)
	at edu.hm.hafner.grading.AggregatedScore.grade(AggregatedScore.java:385)
	at edu.hm.hafner.grading.AggregatedScore.gradeTests(AggregatedScore.java:360)
	at edu.hm.hafner.grading.AutoGradingRunner.run(AutoGradingRunner.java:85)
	at edu.hm.hafner.grading.github.QualityMonitor.main(QualityMonitor.java:43)
Caused by: java.lang.IllegalArgumentException: No enum constant edu.hm.hafner.coverage.registry.ParserRegistry.CoverageParserType.TEST
	at java.base/java.lang.Enum.valueOf(Enum.java:293)
	at edu.hm.hafner.coverage.registry.ParserRegistry$CoverageParserType.valueOf(ParserRegistry.java:24)
	at edu.hm.hafner.coverage.registry.ParserRegistry.get(ParserRegistry.java:48)
	... 7 more

Error Messages

Quality Monitor Errors:
An error occurred while grading
java.lang.IllegalArgumentException: No enum constant edu.hm.hafner.coverage.registry.ParserRegistry.CoverageParserType.TEST
	at java.base/java.lang.Enum.valueOf(Enum.java:293)
	at edu.hm.hafner.coverage.registry.ParserRegistry$CoverageParserType.valueOf(ParserRegistry.java:24)
	at edu.hm.hafner.coverage.registry.ParserRegistry.get(ParserRegistry.java:48)
 [wrapped] java.lang.IllegalArgumentException: Unknown parser name: TEST
	at edu.hm.hafner.coverage.registry.ParserRegistry.get(ParserRegistry.java:51)
	at edu.hm.hafner.grading.FileSystemToolParser.readNode(FileSystemToolParser.java:51)
	at edu.hm.hafner.grading.ScoreBuilder.readNode(ScoreBuilder.java:153)
	at edu.hm.hafner.grading.TestScore$TestScoreBuilder.read(TestScore.java:261)
	at edu.hm.hafner.grading.AggregatedScore.grade(AggregatedScore.java:385)
	at edu.hm.hafner.grading.AggregatedScore.gradeTests(AggregatedScore.java:360)
	at edu.hm.hafner.grading.AutoGradingRunner.run(AutoGradingRunner.java:85)
	at edu.hm.hafner.grading.github.QualityMonitor.main(QualityMonitor.java:43)

Information Messages

--------------------------------------------------------------------------------
                     Start Quality Monitor 2.5.3 (#8fa0834)                     
--------------------------------------------------------------------------------
Obtaining configuration from environment variable CONFIG
================================================================================
Processing 1 test configuration(s)
Tests Configuration:
{
  "name" : "Tests",
  "icon" : "",
  "sourcePath" : "",
  "maxScore" : 0,
  "tools" : [ {
    "id" : "test",
    "name" : "Unit Tests",
    "icon" : "",
    "pattern" : "**/target/surefire-reports/TEST*util*.xml",
    "metric" : ""
  }, {
    "id" : "junit",
    "name" : "Integration tests",
    "icon" : "rocket",
    "pattern" : "**/target/failsafe-reports/TEST*.xml",
    "metric" : ""
  }, {
    "id" : "junit",
    "name" : "Architecture tests",
    "icon" : "no_entry",
    "pattern" : "**/target/surefire-reports/TEST*archunit*.xml",
    "metric" : ""
  } ],
  "failureImpact" : 0,
  "passedImpact" : 0,
  "skippedImpact" : 0,
  "successRateImpact" : 0,
  "failureRateImpact" : 0,
  "defaultMetric" : "TESTS"
}
================================================================================
================================================================================

Created by Quality Monitor v2.5.3 (#8fa0834). More details are shown in the GitHub Checks Result.

Copy link

github-actions bot commented Apr 2, 2025

☀️   Quality Monitor

Tests

   JUnit   Unit Tests: 100% successful (71 passed)
   🚀   Integration tests: 100% successful (12 passed)
   ⛔   Architecture tests: 100% successful (15 passed)

Code Coverage

   〰️   Line Coverage: 40% (326 missed lines)
   ➰   Branch Coverage: 47% (85 missed branches)

Style

   CheckStyle   CheckStyle: No warnings
   PMD   PMD: No warnings

Bugs

   SpotBugs   SpotBugs: No bugs
   🐛   Error Prone: No bugs

API Problems

   🚫   Revapi: No warnings

Vulnerabilities

   OWASP Dependency Check   OWASP Dependency Check: 170 vulnerabilities (error: 15, high: 45, normal: 106, low: 4)

Software Metrics

   🌀   Cyclomatic Complexity: 275 (total)
   💭   Cognitive Complexity: 103 (total)
   ➿   N-Path Complexity: 283 (total)
   📏   Lines of Code: 2667 (total)
   📝   Non Commenting Source Statements: 825 (total)
   🔗   Class Cohesion: 100.00% (maximum)
   ⚖️   Weight of Class: 100.00% (maximum)


Created by Quality Monitor v2.5.3 (#8fa0834). More details are shown in the GitHub Checks Result.

@uhafner uhafner merged commit 94b97dc into main Apr 2, 2025
31 checks passed
@uhafner uhafner deleted the dependabot/maven/edu.hm.hafner-codingstyle-5.10.0 branch April 2, 2025 11:05
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