test: use DI instead of CoreRegistry #5266
Closed
Terasology Jenkins.io / SpotBugs
succeeded
Jul 26, 2024 in 0s
1 new issue, 995 total
Total | New | Outstanding | Fixed | Trend |
---|---|---|---|---|
995 | 1 | 994 | 0 | 👎 |
Reference build: Terasology » engine » develop #78
Details
Severity distribution of new issues
Error | Warning High | Warning Normal | Warning Low |
---|---|---|---|
0 | 0 | 0 | 1 |
Annotations
terasology-jenkins-io / SpotBugs
SIC_INNER_SHOULD_BE_STATIC
LOW:
Should org.terasology.engine.world.block.loader.BlockFamilyDefinitionFormat$BlockFamilyHandler be a _static_ inner class?
Raw output
<p> This class is an inner class, but does not use its embedded reference to the object which created it. This reference makes the instances of the class larger, and may keep the reference to the creator object alive longer than necessary. If possible, the class should be made static. </p>
Loading