Skip to content
This repository has been archived by the owner on Oct 20, 2024. It is now read-only.

Merge remote-tracking branch 'origin/main' #97

Merge remote-tracking branch 'origin/main'

Merge remote-tracking branch 'origin/main' #97

GitHub Actions / spotbugs completed May 5, 2024 in 0s

reviewdog [spotbugs] report

reported by reviewdog 🐶

Findings (6)

src/main/java/me/melontini/commander/impl/Commander.java|111| Reliance on default encoding
src/main/java/me/melontini/commander/impl/util/mappings/MappingKeeper.java|45| Reliance on default encoding
src/main/java/me/melontini/commander/impl/util/mappings/MinecraftDownloader.java|60| Reliance on default encoding
src/main/java/me/melontini/commander/impl/util/mappings/MinecraftDownloader.java|32| Possible null pointer dereference due to return value of called method
src/main/java/me/melontini/commander/impl/util/mappings/MinecraftDownloader.java|34| Possible null pointer dereference due to return value of called method
src/main/java/me/melontini/commander/impl/util/mappings/MinecraftDownloader.java|35| Possible null pointer dereference due to return value of called method

Filtered Findings (0)

Annotations

Check notice on line 111 in src/main/java/me/melontini/commander/impl/Commander.java

See this annotation in the file changed.

@github-actions github-actions / spotbugs

[SpotBugs] src/main/java/me/melontini/commander/impl/Commander.java#L111 <DM_DEFAULT_ENCODING>(https://spotbugs.readthedocs.io/en/latest/bugDescriptions.html#DM_DEFAULT_ENCODING)

Reliance on default encoding
Raw output
{"level":"note","locations":[{"physicalLocation":{"artifactLocation":{"uri":"me/melontini/commander/impl/Commander.java","uriBaseId":"-2117128908"},"region":{"startLine":111}}}],"message":{"text":"Reliance on default encoding"},"ruleId":"DM_DEFAULT_ENCODING"}

Check notice on line 45 in src/main/java/me/melontini/commander/impl/util/mappings/MappingKeeper.java

See this annotation in the file changed.

@github-actions github-actions / spotbugs

[SpotBugs] src/main/java/me/melontini/commander/impl/util/mappings/MappingKeeper.java#L45 <DM_DEFAULT_ENCODING>(https://spotbugs.readthedocs.io/en/latest/bugDescriptions.html#DM_DEFAULT_ENCODING)

Reliance on default encoding
Raw output
{"level":"note","locations":[{"physicalLocation":{"artifactLocation":{"uri":"me/melontini/commander/impl/util/mappings/MappingKeeper.java","uriBaseId":"-2117128908"},"region":{"startLine":45}}}],"message":{"text":"Reliance on default encoding"},"ruleId":"DM_DEFAULT_ENCODING"}

Check notice on line 60 in src/main/java/me/melontini/commander/impl/util/mappings/MinecraftDownloader.java

See this annotation in the file changed.

@github-actions github-actions / spotbugs

[SpotBugs] src/main/java/me/melontini/commander/impl/util/mappings/MinecraftDownloader.java#L60 <DM_DEFAULT_ENCODING>(https://spotbugs.readthedocs.io/en/latest/bugDescriptions.html#DM_DEFAULT_ENCODING)

Reliance on default encoding
Raw output
{"level":"note","locations":[{"physicalLocation":{"artifactLocation":{"uri":"me/melontini/commander/impl/util/mappings/MinecraftDownloader.java","uriBaseId":"-2117128908"},"region":{"startLine":60}}}],"message":{"text":"Reliance on default encoding"},"ruleId":"DM_DEFAULT_ENCODING"}

Check warning on line 32 in src/main/java/me/melontini/commander/impl/util/mappings/MinecraftDownloader.java

See this annotation in the file changed.

@github-actions github-actions / spotbugs

[SpotBugs] src/main/java/me/melontini/commander/impl/util/mappings/MinecraftDownloader.java#L32 <NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE>(https://spotbugs.readthedocs.io/en/latest/bugDescriptions.html#NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE)

Possible null pointer dereference due to return value of called method
Raw output
{"level":"warning","locations":[{"physicalLocation":{"artifactLocation":{"uri":"me/melontini/commander/impl/util/mappings/MinecraftDownloader.java","uriBaseId":"-2117128908"},"region":{"startLine":32}}}],"message":{"text":"Possible null pointer dereference due to return value of called method"},"ruleId":"NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE"}

Check warning on line 34 in src/main/java/me/melontini/commander/impl/util/mappings/MinecraftDownloader.java

See this annotation in the file changed.

@github-actions github-actions / spotbugs

[SpotBugs] src/main/java/me/melontini/commander/impl/util/mappings/MinecraftDownloader.java#L34 <NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE>(https://spotbugs.readthedocs.io/en/latest/bugDescriptions.html#NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE)

Possible null pointer dereference due to return value of called method
Raw output
{"level":"warning","locations":[{"physicalLocation":{"artifactLocation":{"uri":"me/melontini/commander/impl/util/mappings/MinecraftDownloader.java","uriBaseId":"-2117128908"},"region":{"startLine":34}}}],"message":{"text":"Possible null pointer dereference due to return value of called method"},"ruleId":"NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE"}

Check warning on line 35 in src/main/java/me/melontini/commander/impl/util/mappings/MinecraftDownloader.java

See this annotation in the file changed.

@github-actions github-actions / spotbugs

[SpotBugs] src/main/java/me/melontini/commander/impl/util/mappings/MinecraftDownloader.java#L35 <NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE>(https://spotbugs.readthedocs.io/en/latest/bugDescriptions.html#NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE)

Possible null pointer dereference due to return value of called method
Raw output
{"level":"warning","locations":[{"physicalLocation":{"artifactLocation":{"uri":"me/melontini/commander/impl/util/mappings/MinecraftDownloader.java","uriBaseId":"-2117128908"},"region":{"startLine":35}}}],"message":{"text":"Possible null pointer dereference due to return value of called method"},"ruleId":"NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE"}