Package edu.umd.cs.findbugs.workflow
Class TestingGround
- java.lang.Object
-
- edu.umd.cs.findbugs.workflow.TestingGround
-
public class TestingGround extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TestingGround()
TestingGround(BugCollection bugCollection)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description TestingGround
execute()
static void
main(java.lang.String[] args)
void
setBugCollection(BugCollection bugCollection)
-
-
-
Constructor Detail
-
TestingGround
public TestingGround()
-
TestingGround
public TestingGround(BugCollection bugCollection)
-
-
Method Detail
-
setBugCollection
public void setBugCollection(BugCollection bugCollection)
-
execute
public TestingGround execute()
-
main
public static void main(java.lang.String[] args) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-