MixFix Parsing - An idea #2113
code_quality.yml
on: pull_request
qodana
3m 16s
formatting
1m 9s
checkstyle_new
1m 55s
pmd
1m 46s
Annotations
2 errors and 17 warnings
formatting
Gradle build failed: see console output for details
|
Wrong package statement:
java-mixfix/src/test/java/edu/kit/kastel/formal/mixfix/ExampleParser.java#L1
Package name 'de.uka.iti.mixfix.test' does not correspond to the file path 'edu.kit.kastel.formal.mixfix'
|
formatting
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v3, gradle/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
pmd
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v3, gradle/[email protected], github/codeql-action/upload-sarif@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
pmd
CodeQL Action v2 will be deprecated on December 5th, 2024. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/
|
checkstyle_new
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v3, gradle/[email protected], github/codeql-action/upload-sarif@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
checkstyle_new
CodeQL Action v2 will be deprecated on December 5th, 2024. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/
|
qodana
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, JetBrains/[email protected], github/codeql-action/upload-sarif@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
qodana
CodeQL Action v2 will be deprecated on December 5th, 2024. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/
|
'equals()' called on itself:
java-mixfix/src/test/java/edu/kit/kastel/formal/mixfix/TestADTList.java#L26
`equals()` called on itself
|
'equals()' and 'hashCode()' not paired:
java-mixfix/src/main/java/edu/kit/kastel/formal/mixfix/ADTList.java#L27
Class has `equals()` defined but does not define `hashCode()`
|
Non-serializable field in a 'Serializable' class:
java-mixfix/src/main/java/edu/kit/kastel/formal/mixfix/MixFixException.java#L27
Non-serializable field 'token' in a Serializable class
|
|
|
|
Concatenation with empty string:
java-mixfix/src/test/java/edu/kit/kastel/formal/mixfix/TestMixFixParser.java#L227
Empty string used in concatenation
|
'@Serial' annotation could be used:
java-mixfix/src/main/java/edu/kit/kastel/formal/mixfix/MixFixException.java#L25
`serialVersionUID` can be annotated with '@serial' annotation
|
String concatenation in loop:
java-mixfix/src/test/java/edu/kit/kastel/formal/mixfix/TestADTList.java#L47
String concatenation `+` in loop
|
Use of obsolete collection type:
java-mixfix/src/main/java/edu/kit/kastel/formal/mixfix/DebugLog.java#L33
Obsolete collection type `Stack` used
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
qodana-report
Expired
|
14.1 MB |
|