pages build and deployment #26
4 new problems found by Qodana Community for JVM
Qodana Community for JVM
4 new problems were found
Inspection name | Severity | Problems |
---|---|---|
Field may be 'final' |
🔶 Warning | 1 |
Minimum 'switch' branches |
🔶 Warning | 1 |
Unused import |
🔶 Warning | 1 |
Non-constant string concatenation as argument to logging call |
◽️ Notice | 1 |
☁️ View the detailed Qodana report
Contact Qodana team
Contact us at [email protected]
- Or via our issue tracker: https://jb.gg/qodana-issue
- Or share your feedback: https://jb.gg/qodana-discussions
Details
This result was published with Qodana GitHub Action
Annotations
Check warning on line 42 in src/main/java/fr/softsf/sudofx2024/view/FullMenuView.java
github-actions / Qodana Community for JVM
Field may be 'final'
Field `text2` may be 'final'
Check notice on line 142 in src/main/java/fr/softsf/sudofx2024/SudoMain.java
github-actions / Qodana Community for JVM
Non-constant string concatenation as argument to logging call
Non-constant string as argument to `info()` logging call
Check warning on line 35 in src/main/java/fr/softsf/sudofx2024/utils/I18n.java
github-actions / Qodana Community for JVM
Minimum 'switch' branches
'switch' expression has too few case labels (1), and should probably be replaced with an 'if' statement or conditional operator
Check warning on line 5 in src/main/java/fr/softsf/sudofx2024/view/FullMenuView.java
github-actions / Qodana Community for JVM
Unused import
Unused import `import javafx.scene.Cursor;`
Check warning on line 42 in src/main/java/fr/softsf/sudofx2024/view/FullMenuView.java
github-actions / Qodana Community for JVM
Field may be 'final'
Field `text2` may be 'final'
Check notice on line 142 in src/main/java/fr/softsf/sudofx2024/SudoMain.java
github-actions / Qodana Community for JVM
Non-constant string concatenation as argument to logging call
Non-constant string as argument to `info()` logging call
Check warning on line 35 in src/main/java/fr/softsf/sudofx2024/utils/I18n.java
github-actions / Qodana Community for JVM
Minimum 'switch' branches
'switch' expression has too few case labels (1), and should probably be replaced with an 'if' statement or conditional operator
Check warning on line 5 in src/main/java/fr/softsf/sudofx2024/view/FullMenuView.java
github-actions / Qodana Community for JVM
Unused import
Unused import `import javafx.scene.Cursor;`