Fork me on GitHub

SpotBugs Bug Detector Report

The following document contains the results of SpotBugs

SpotBugs Version is 4.10.2

Threshold is medium

Effort is default

Summary

Classes Bugs Errors Missing Classes
3 3 0 0

Files

Class Bugs
org.apache.tiles.servlet.context.wildcard.WildcardServletTilesApplicationContext 1
org.apache.tiles.servlet.wildcard.WildcardServletTilesApplicationContext 2

org.apache.tiles.servlet.context.wildcard.WildcardServletTilesApplicationContext

Bug Category Details Line Priority
The class name org.apache.tiles.servlet.context.wildcard.WildcardServletTilesApplicationContext shadows the simple name of the superclass org.apache.tiles.servlet.wildcard.WildcardServletTilesApplicationContext BAD_PRACTICE NM_SAME_SIMPLE_NAME_AS_SUPERCLASS 48-49 High

org.apache.tiles.servlet.wildcard.WildcardServletTilesApplicationContext

Bug Category Details Line Priority
org.apache.tiles.servlet.wildcard.WildcardServletTilesApplicationContext.getResources(String) is or uses a map or set of URLs, which can be a performance hog PERFORMANCE DMI_COLLECTION_OF_URLS 85-93 High
org.apache.tiles.servlet.wildcard.WildcardServletTilesApplicationContext.getResources(String) is or uses a map or set of URLs, which can be a performance hog PERFORMANCE DMI_COLLECTION_OF_URLS 90 High