All Downloads are FREE. Search and download functionalities are using the official Maven repository.

resources.report.rules.findbugs.UI_INHERITANCE_UNSAFE_GETRESOURCE.html Maven / Gradle / Ivy



UI: Usage of GetResource may be unsafe if class is extended (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.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy