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

resources.report.rules.spotbugs.NM_METHOD_CONSTRUCTOR_CONFUSION.html Maven / Gradle / Ivy



NM_METHOD_CONSTRUCTOR_CONFUSION

Nm: Apparent method/constructor confusion (NM_METHOD_CONSTRUCTOR_CONFUSION)

This regular method has the same name as the class it is defined in. It is likely that this was intended to be a constructor. If it was intended to be a constructor, remove the declaration of a void return value. If you had accidentally defined this method, realized the mistake, defined a proper constructor but can't get rid of this method due to backwards compatibility, deprecate the method.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy