resources.report.rules.findbugs.UI_INHERITANCE_UNSAFE_GETRESOURCE.html Maven / Gradle / Ivy
UI_INHERITANCE_UNSAFE_GETRESOURCE
UI: Usage of GetResource may be unsafe if class is extended (UI_INHERITANCE_UNSAFE_GETRESOURCE)
Calling this.getClass().getResource(...)
could give
results other than expected if this class is extended by a class in
another package.