Skip to content

Fix application.properties + DynamicDataSourceConfiguration: Correcte… #53

Fix application.properties + DynamicDataSourceConfiguration: Correcte…

Fix application.properties + DynamicDataSourceConfiguration: Correcte… #53

GitHub Actions / Qodana Community for JVM completed Nov 3, 2024 in 0s

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]

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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Unused import

Unused import `import javafx.scene.Cursor;`