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

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



DM_USELESS_THREAD

Dm: A thread was created using the default empty run method (DM_USELESS_THREAD)

This method creates a thread without specifying a run method either by deriving from the Thread class, or by passing a Runnable object. This thread, then, does nothing but waste time.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy