Skip to content

Fix for #3501: Decrease log level of duplicate sort warnings (#3505) #50

Fix for #3501: Decrease log level of duplicate sort warnings (#3505)

Fix for #3501: Decrease log level of duplicate sort warnings (#3505) #50

Triggered via push August 29, 2024 05:25
Status Failure
Total duration 8m 20s
Artifacts

code_quality.yml

on: push

Annotations

4 errors, 19 warnings, and 10 notices
checkerFramework
Process completed with exit code 1.
pmd
Resource not accessible by integration
checkstyle_new
Resource not accessible by integration
qodana
Resource not accessible by integration
pmd
Resource not accessible by integration
pmd
Resource not accessible by integration
pmd
Resource not accessible by integration
checkstyle_new
Resource not accessible by integration
checkstyle_new
Resource not accessible by integration
checkstyle_new
Resource not accessible by integration
qodana
Resource not accessible by integration
qodana
Resource not accessible by integration
qodana
Resource not accessible by integration
Enum 'switch' statement that misses case: key.core/src/main/java/de/uka/ilkd/key/smt/newsmt2/MasterHandler.java#L151
`switch (response) { case YES_THIS_INSTANCE -> { // handle this b...` statement on enum type 'de.uka.ilkd.key.smt.newsmt2.SMTHandler.Capability' misses case 'UNABLE'
Duplicate branches in 'switch': recoder/src/main/java/recoder/bytecode/ByteCodeParser.java#L1064
Branch in 'switch' is a duplicate of the default branch
Duplicate branches in 'switch': recoder/src/main/java/recoder/bytecode/ByteCodeParser.java#L1136
Branch in 'switch' is a duplicate of the default branch
Multiple occurrences of the same expression: key.ui/src/test/java/de/uka/ilkd/key/gui/ShortUniqueFileNamesTest.java#L20
Multiple occurrences of `Paths.get("z", "a", "b", "c").toString()`