Terasology Jenkins.io / SpotBugs
succeeded
Feb 19, 2024 in 0s
1 new issue, 993 total
Total | New | Outstanding | Fixed | Trend |
---|---|---|---|---|
993 | 1 | 992 | 1 | 👎 |
Reference build: Terasology » engine » develop #50
Details
Severity distribution of new issues
Error | Warning High | Warning Normal | Warning Low |
---|---|---|---|
0 | 0 | 0 | 1 |
Annotations
terasology-jenkins-io / SpotBugs
DMI_COLLECTION_OF_URLS
LOW:
org.terasology.engine.core.module.ModuleManager.lambda$loadAndConfigureEngineModule$6(Module, ConfigurationBuilder, Class) is or uses a map or set of URLs, which can be a performance hog
Raw output
<p> This method or field is or uses a Map or Set of URLs. Since both the equals and hashCode method of URL perform domain name resolution, this can result in a big performance hit. See <a href="http://michaelscharf.blogspot.com/2006/11/javaneturlequals-and-hashcode-make.html">http://michaelscharf.blogspot.com/2006/11/javaneturlequals-and-hashcode-make.html</a> for more information. Consider using <code>java.net.URI</code> instead. </p>
Loading