Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(behavior): remove some CoreRegistry usage #5047

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Merge branch 'develop' into chore/bhvrCoreRegistry

3dca809
Select commit
Loading
Failed to load commit list.
Open

chore(behavior): remove some CoreRegistry usage #5047

Merge branch 'develop' into chore/bhvrCoreRegistry
3dca809
Select commit
Loading
Failed to load commit list.
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

Check warning on line 62 in engine/src/main/java/org/terasology/engine/logic/behavior/asset/BehaviorTreeFormat.java

See this annotation in the file changed.

@terasology-jenkins-io 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>

Check warning on line 49 in engine/src/main/java/org/terasology/engine/logic/behavior/asset/BehaviorTreeFormat.java

See this annotation in the file changed.

@terasology-jenkins-io 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>