hudson.plugins.cpptest.parser
Class FlowViol

java.lang.Object
  extended by hudson.plugins.cpptest.parser.StdViol
      extended by hudson.plugins.cpptest.parser.FlowViol

public class FlowViol
extends StdViol

Java Bean class for a file of the Cpptest format. For BugDetective use and extends violation of static analysis (StdViol).

Author:
Aurelien Hebert NQH: adapt for Cpptest

Constructor Summary
FlowViol()
           
 
Method Summary
 String getRuleSAFMsg()
           
 void setRuleSAFMsg(String ruleSAFMsg)
           
 
Methods inherited from class hudson.plugins.cpptest.parser.StdViol
getCat, getLang, getLn, getLocEndLn, getLocFile, getLocStartln, getMsg, getRule, getSev, setCat, setLang, setLn, setLocEndLn, setLocFile, setLocStartln, setMsg, setRule, setSev
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlowViol

public FlowViol()
Method Detail

setRuleSAFMsg

public void setRuleSAFMsg(String ruleSAFMsg)

getRuleSAFMsg

public String getRuleSAFMsg()


Copyright © 2004-2013. All Rights Reserved.