| java.lang.Object tide.exttools.findbugs.FindBugsTag tide.exttools.findbugs.BugInstance
BugInstance | public class BugInstance extends FindBugsTag (Code) | | Initialized by each parsing of an starting BugInstance XML tag
Example 1:
|
debug | final public static boolean debug(Code) | | |
characters | public void characters(char[] buf, int offset, int len) throws SAXException(Code) | | |
createAndAddLineMessage | public int[] createAndAddLineMessage(boolean ignoreIrrelevant, String onlyAnalyse)(Code) | | Creates and register a new linemessage for this bug (one instance per source line encountered !)
Parameters: onlyAnalyse - "xxx.yyy.C" => only add if the name match ! {added, ignored_irrelevant, ignored_because_subanalysis} |
getPriority | public int getPriority()(Code) | | |
toString | public String toString()(Code) | | Gives the full message representation, do not parse !
|
|
|