|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.umd.cs.findbugs.AddMessages
public class AddMessages
Add human-readable messages to a dom4j tree containing FindBugs XML output. This transformation makes it easier to generate reports (such as HTML) from the XML.
BugCollection
Constructor Summary | |
---|---|
AddMessages(BugCollection bugCollection,
org.dom4j.Document document)
Constructor. |
Method Summary | |
---|---|
void |
execute()
Add messages to the dom4j tree. |
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AddMessages(BugCollection bugCollection, org.dom4j.Document document)
bugCollection
- the BugCollection the dom4j was generated fromdocument
- the dom4j treeMethod Detail |
---|
public void execute()
public static void main(java.lang.String[] args) throws java.lang.Exception
java.lang.Exception
|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |