FLR-15 Move Flames branding from author to footer #30
37 new problems found by Qodana for JVM
Qodana for JVM
37 new problems were found
Inspection name | Severity | Problems |
---|---|---|
Call to 'printStackTrace()' |
🔶 Warning | 25 |
AutoCloseable used without 'try'-with-resources |
🔶 Warning | 4 |
Unused import |
🔶 Warning | 2 |
Class initializer may be 'static' |
🔶 Warning | 1 |
Statement with empty body |
🔶 Warning | 1 |
Field can be local |
🔶 Warning | 1 |
Mismatched read and write of array |
🔶 Warning | 1 |
Duplicated code fragment |
◽️ Notice | 2 |
☁️ 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 73 in src/main/java/com/severalcircles/flames/data/FlamesDataManager.java
github-actions / Qodana for JVM
AutoCloseable used without 'try'-with-resources
'FileOutputStream' used without 'try'-with-resources statement
Check warning on line 118 in src/main/java/com/severalcircles/flames/data/FlamesDataManager.java
github-actions / Qodana for JVM
AutoCloseable used without 'try'-with-resources
'FileOutputStream' used without 'try'-with-resources statement
Check warning on line 170 in src/main/java/com/severalcircles/flames/data/FlamesDataManager.java
github-actions / Qodana for JVM
AutoCloseable used without 'try'-with-resources
'FileInputStream' used without 'try'-with-resources statement
Check warning on line 190 in src/main/java/com/severalcircles/flames/Flames.java
github-actions / Qodana for JVM
AutoCloseable used without 'try'-with-resources
'FileWriter' used without 'try'-with-resources statement
Check warning on line 15 in src/main/java/com/severalcircles/flames/data/user/UserConfig.java
github-actions / Qodana for JVM
Class initializer may be 'static'
Class initializer may be 'static'
Check notice on line 62 in src/main/java/com/severalcircles/flames/data/FlamesDataManager.java
github-actions / Qodana for JVM
Duplicated code fragment
Duplicated code
Check notice on line 184 in src/main/java/com/severalcircles/flames/data/FlamesDataManager.java
github-actions / Qodana for JVM
Duplicated code fragment
Duplicated code
github-actions / Qodana for JVM
Statement with empty body
`if` statement has empty body
github-actions / Qodana for JVM
Field can be local
Field can be converted to a local variable
Check warning on line 312 in src/main/java/com/severalcircles/flames/data/FlamesDataManager.java
github-actions / Qodana for JVM
Mismatched read and write of array
Contents of array `newChannelWords` are written to, but never read
github-actions / Qodana for JVM
Call to 'printStackTrace()'
Call to `printStackTrace()` should probably be replaced with more robust logging
Check warning on line 74 in src/main/java/com/severalcircles/flames/util/StringUtil.java
github-actions / Qodana for JVM
Call to 'printStackTrace()'
Call to `printStackTrace()` should probably be replaced with more robust logging
Check warning on line 194 in src/main/java/com/severalcircles/flames/Flames.java
github-actions / Qodana for JVM
Call to 'printStackTrace()'
Call to `printStackTrace()` should probably be replaced with more robust logging
github-actions / Qodana for JVM
Call to 'printStackTrace()'
Call to `printStackTrace()` should probably be replaced with more robust logging
Check warning on line 55 in src/main/java/com/severalcircles/flames/frontend/thanks/ThanksEmbed.java
github-actions / Qodana for JVM
Call to 'printStackTrace()'
Call to `printStackTrace()` should probably be replaced with more robust logging
github-actions / Qodana for JVM
Call to 'printStackTrace()'
Call to `printStackTrace()` should probably be replaced with more robust logging
Check warning on line 124 in src/main/java/com/severalcircles/flames/Flames.java
github-actions / Qodana for JVM
Call to 'printStackTrace()'
Call to `printStackTrace()` should probably be replaced with more robust logging
Check warning on line 68 in src/main/java/com/severalcircles/flames/events/MessageEvent.java
github-actions / Qodana for JVM
Call to 'printStackTrace()'
Call to `printStackTrace()` should probably be replaced with more robust logging
Check warning on line 33 in src/main/java/com/severalcircles/flames/events/SelectMenuEvent.java
github-actions / Qodana for JVM
Call to 'printStackTrace()'
Call to `printStackTrace()` should probably be replaced with more robust logging
Check warning on line 36 in src/main/java/com/severalcircles/flames/events/SelectMenuEvent.java
github-actions / Qodana for JVM
Call to 'printStackTrace()'
Call to `printStackTrace()` should probably be replaced with more robust logging
Check warning on line 50 in src/main/java/com/severalcircles/flames/data/FlamesDataManager.java
github-actions / Qodana for JVM
Call to 'printStackTrace()'
Call to `printStackTrace()` should probably be replaced with more robust logging
github-actions / Qodana for JVM
Call to 'printStackTrace()'
Call to `printStackTrace()` should probably be replaced with more robust logging
Check warning on line 159 in src/main/java/com/severalcircles/flames/conversations/Conversation.java
github-actions / Qodana for JVM
Call to 'printStackTrace()'
Call to `printStackTrace()` should probably be replaced with more robust logging
github-actions / Qodana for JVM
Call to 'printStackTrace()'
Call to `printStackTrace()` should probably be replaced with more robust logging
github-actions / Qodana for JVM
Call to 'printStackTrace()'
Call to `printStackTrace()` should probably be replaced with more robust logging