Package edu.umd.cs.findbugs
Class NewResults
- java.lang.Object
-
- edu.umd.cs.findbugs.NewResults
-
@Deprecated public class NewResults extends java.lang.Object
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description NewResults(SortedBugCollection origCollection, SortedBugCollection newCollection)
Deprecated.NewResults(java.lang.String origFilename, java.lang.String newFilename)
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description SortedBugCollection
execute()
Deprecated.static void
main(java.lang.String[] argv)
Deprecated.
-
-
-
Constructor Detail
-
NewResults
public NewResults(java.lang.String origFilename, java.lang.String newFilename) throws java.io.IOException, org.dom4j.DocumentException
Deprecated.- Throws:
java.io.IOException
org.dom4j.DocumentException
-
NewResults
public NewResults(SortedBugCollection origCollection, SortedBugCollection newCollection)
Deprecated.
-
-
Method Detail
-
execute
public SortedBugCollection execute()
Deprecated.
-
main
public static void main(java.lang.String[] argv) throws java.lang.Exception
Deprecated.- Throws:
java.lang.Exception
-
-