chore(behavior): remove some CoreRegistry usage #5047
Terasology Jenkins.io / SpotBugs
succeeded
Dec 16, 2024 in 0s
2 new issues, 1023 total
Total | New | Outstanding | Fixed | Trend |
---|---|---|---|---|
1023 | 2 | 1021 | 0 | 👎 |
Reference build: Terasology » engine » develop #3
Details
Severity distribution of new issues
Error | Warning High | Warning Normal | Warning Low |
---|---|---|---|
0 | 0 | 0 | 2 |
Annotations
terasology-jenkins-io / SpotBugs
RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE
LOW:
Redundant nullcheck of builder, which is known to be non-null in org.terasology.engine.logic.behavior.asset.BehaviorTreeFormat.load(InputStream)
Raw output
<p> This method contains a redundant check of a known non-null value against the constant null.</p>
terasology-jenkins-io / SpotBugs
RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE
LOW:
Redundant nullcheck of builder, which is known to be non-null in org.terasology.engine.logic.behavior.asset.BehaviorTreeFormat.load(ResourceUrn, List)
Raw output
<p> This method contains a redundant check of a known non-null value against the constant null.</p>
Loading