Merge remote-tracking branch 'origin/main' #97
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
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"}
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"}
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"}
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"}
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"}
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"}