Skip to content

Merge pull request #796 from uhafner/dependabot/maven/net.bytebuddy-b… #358

Merge pull request #796 from uhafner/dependabot/maven/net.bytebuddy-b…

Merge pull request #796 from uhafner/dependabot/maven/net.bytebuddy-b… #358

GitHub Actions / Autograding results succeeded Sep 4, 2023 in 0s

Autograding results

Total score: 334/400 (unit tests: 100/100, code coverage: 87/100, mutation coverage: 53/100, analysis: 94/100)

Details

Total score: 334/400

🚦 Unit Tests Score: 100 of 100 🚦

Name Passed Skipped Failed Impact
💰 - -1 -5 📒
edu.hm.hafner.util.ArchitectureRulesTest 7 0 0 0
edu.hm.hafner.util.ArchitectureTest 9 0 0 0
edu.hm.hafner.util.EnsureTest 5 0 0 0
edu.hm.hafner.util.FilteredLogTest 9 0 0 0
edu.hm.hafner.util.LookaheadStreamTest 5 0 0 0
edu.hm.hafner.util.PackageArchitectureTest 1 0 0 0
edu.hm.hafner.util.PathUtilTest 22 0 0 0
edu.hm.hafner.util.PrefixLoggerTest 1 0 0 0
edu.hm.hafner.util.ResourceExtractorTest 9 0 0 0
edu.hm.hafner.util.SecureXmlParserFactoryTest 7 0 0 0
edu.hm.hafner.util.StringComparableTest 2 0 0 0
edu.hm.hafner.util.StringEqualsTest 2 0 0 0
edu.hm.hafner.util.TreeStringBuilderTest 5 0 0 0
Total 84 0 0 0

⚠️ Static Analysis Warnings Score: 94 of 100 ⚠️

Name Errors Warning High Warning Normal Warning Low Impact
💰 -5 -2 -1 -1 📒
Error Prone 0 0 6 0 -6
Java Compiler 0 0 0 0 0
JavaDoc 0 0 0 0 0
CheckStyle 0 0 0 0 0
PMD 0 0 0 0 0
SpotBugs 0 0 0 0 0
Total 0 0 6 0 -6

🐾 Code Coverage Score: 87 of 100 🐾

Name Covered % Missed % Impact
💰 - -1 📒
Branch 94 6 -6
Line 93 7 -7
Total 93 6 -13

🦠 PIT Mutation Coverage Score: 53 of 100 🦠

Name Detected Undetected Detected % Undetected % Impact
💰 - -1 - - 📒
PIT 206 47 82 18 -47

Annotations

Check warning on line 107 in src/main/java/edu/hm/hafner/util/Ensure.java

See this annotation in the file changed.

@github-actions github-actions / Autograding results

AvoidObjectArrays

Avoid accepting a Object[]; consider an Iterable<Object> instead.

Check warning on line 359 in src/main/java/edu/hm/hafner/util/Ensure.java

See this annotation in the file changed.

@github-actions github-actions / Autograding results

AvoidObjectArrays

Avoid accepting a Object[]; consider an Iterable<Object> instead.

Check warning on line 133 in src/test/java/edu/hm/hafner/util/ArchitectureRulesTest.java

See this annotation in the file changed.

@github-actions github-actions / Autograding results

NotJavadoc

Avoid using `/**` for comments which aren't actually Javadoc.

Check warning on line 147 in src/test/java/edu/hm/hafner/util/ArchitectureRulesTest.java

See this annotation in the file changed.

@github-actions github-actions / Autograding results

NotJavadoc

Avoid using `/**` for comments which aren't actually Javadoc.

Check warning on line 165 in src/test/java/edu/hm/hafner/util/ArchitectureRulesTest.java

See this annotation in the file changed.

@github-actions github-actions / Autograding results

NotJavadoc

Avoid using `/**` for comments which aren't actually Javadoc.

Check warning on line 17 in src/test/java/edu/hm/hafner/util/EnsureTest.java

See this annotation in the file changed.

@github-actions github-actions / Autograding results

InlineTrivialConstant

Consider inlining this constant.