Skip to content

feedback fluent-logger pr. except to make log line shorter.

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

Check warning on line 228 in engine/src/main/java/org/terasology/engine/core/module/ModuleManager.java

See this annotation in the file changed.

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