Docs : Javadoc #60
Annotations
8 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;`
|
qodana
Unexpected input(s) 'node-version', valid inputs are ['repository', 'ref', 'token', 'ssh-key', 'ssh-known-hosts', 'ssh-strict', 'ssh-user', 'persist-credentials', 'path', 'clean', 'filter', 'sparse-checkout', 'sparse-checkout-cone-mode', 'fetch-depth', 'fetch-tags', 'show-progress', 'lfs', 'submodules', 'set-safe-directory', 'github-server-url']
|
qodana
You are running a Qodana linter without an exact version tag: jetbrains/qodana-jvm-community:latest
|
qodana
You are running a Qodana linter without an exact version tag: jetbrains/qodana-jvm-community:latest
|
qodana
You are running a Qodana linter without an exact version tag: jetbrains/qodana-jvm-community:latest
|
qodana
Unexpected input(s) 'node-version', valid inputs are ['repository', 'ref', 'token', 'ssh-key', 'ssh-known-hosts', 'ssh-strict', 'ssh-user', 'persist-credentials', 'path', 'clean', 'filter', 'sparse-checkout', 'sparse-checkout-cone-mode', 'fetch-depth', 'fetch-tags', 'show-progress', 'lfs', 'submodules', 'set-safe-directory', 'github-server-url']
|
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
|