Package edu.umd.cs.findbugs
Class NewResults
- java.lang.Object
-
- edu.umd.cs.findbugs.NewResults
-
@Deprecated public class NewResults extends java.lang.ObjectDeprecated.
-
-
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 SortedBugCollectionexecute()Deprecated.static voidmain(java.lang.String[] argv)Deprecated.
-
-
-
Constructor Detail
-
NewResults
public NewResults(java.lang.String origFilename, java.lang.String newFilename) throws java.io.IOException, org.dom4j.DocumentExceptionDeprecated.- Throws:
java.io.IOExceptionorg.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.ExceptionDeprecated.- Throws:
java.lang.Exception
-
-