pages build and deployment #2
pages-build-deployment
on: dynamic
build
18s
report-build-status
3s
deploy
9s
Annotations
3 warnings and 1 notice
Field may be 'final':
src/main/java/fr/softsf/sudofx2024/view/FullMenuView.java#L42
Field `text2` may be 'final'
|
Minimum 'switch' branches:
src/main/java/fr/softsf/sudofx2024/utils/I18n.java#L35
'switch' expression has too few case labels (1), and should probably be replaced with an 'if' statement or conditional operator
|
Unused import:
src/main/java/fr/softsf/sudofx2024/view/FullMenuView.java#L5
Unused import `import javafx.scene.Cursor;`
|
Non-constant string concatenation as argument to logging call:
src/main/java/fr/softsf/sudofx2024/SudoMain.java#L142
Non-constant string as argument to `info()` logging call
|