Skip to content

FLR-15 Move Flames branding from author to footer #30

FLR-15 Move Flames branding from author to footer

FLR-15 Move Flames branding from author to footer #30

GitHub Actions / Qodana for JVM completed May 2, 2024 in 0s

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]

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

See this annotation in the file changed.

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

See this annotation in the file changed.

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

See this annotation in the file changed.

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

See this annotation in the file changed.

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

See this annotation in the file changed.

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

See this annotation in the file changed.

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

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Duplicated code fragment

Duplicated code

Check warning on line 33 in src/main/java/com/severalcircles/flames/frontend/conversations/SparkStartEmbed.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Statement with empty body

`if` statement has empty body

Check warning on line 25 in src/main/java/com/severalcircles/flames/frontend/conversations/ConversationEmbed.java

See this annotation in the file changed.

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

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Mismatched read and write of array

Contents of array `newChannelWords` are written to, but never read

Check warning on line 32 in src/main/java/com/severalcircles/flames/frontend/thanks/ThanksCommand.java

See this annotation in the file changed.

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

See this annotation in the file changed.

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

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Call to 'printStackTrace()'

Call to `printStackTrace()` should probably be replaced with more robust logging

Check warning on line 45 in src/main/java/com/severalcircles/flames/frontend/data/user/LocaleCommand.java

See this annotation in the file changed.

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

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Call to 'printStackTrace()'

Call to `printStackTrace()` should probably be replaced with more robust logging

Check warning on line 57 in src/main/java/com/severalcircles/flames/frontend/conversations/ConversationEmbed.java

See this annotation in the file changed.

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

See this annotation in the file changed.

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

See this annotation in the file changed.

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

See this annotation in the file changed.

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

See this annotation in the file changed.

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

See this annotation in the file changed.

@github-actions 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/frontend/data/user/embed/GetAlongEmbed.java

See this annotation in the file changed.

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

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Call to 'printStackTrace()'

Call to `printStackTrace()` should probably be replaced with more robust logging

Check warning on line 26 in src/main/java/com/severalcircles/flames/frontend/data/user/GetAlongCommand.java

See this annotation in the file changed.

@github-actions 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/frontend/data/user/UserContextData.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Call to 'printStackTrace()'

Call to `printStackTrace()` should probably be replaced with more robust logging