FindBugs™ 1.3.9

edu.umd.cs.findbugs
Class AddMessages

java.lang.Object
  extended by edu.umd.cs.findbugs.AddMessages

public class AddMessages
extends java.lang.Object

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.

Author:
David Hovemeyer
See Also:
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

AddMessages

public AddMessages(BugCollection bugCollection,
                   org.dom4j.Document document)
Constructor.

Parameters:
bugCollection - the BugCollection the dom4j was generated from
document - the dom4j tree
Method Detail

execute

public void execute()
Add messages to the dom4j tree.


main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception

FindBugs™ 1.3.9

FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.