resources.report.rules.spotbugs.IJU_SUITE_NOT_STATIC.html Maven / Gradle / Ivy
IJU_SUITE_NOT_STATIC
IJU: TestCase implements a non-static suite method (IJU_SUITE_NOT_STATIC)
Class is a JUnit TestCase and implements the suite() method.
The suite method should be declared as being static, but isn't.