com.thalesgroup.hudson.plugins.cppcheck.util
Class CppcheckUtil

java.lang.Object
  extended by com.thalesgroup.hudson.plugins.cppcheck.util.CppcheckUtil

public class CppcheckUtil
extends java.lang.Object


Constructor Summary
CppcheckUtil()
           
 
Method Summary
static int getNumberErrors(CppcheckConfig cppecheckConfig, CppcheckResult result, boolean checkNewError)
          Gets the number of errors
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CppcheckUtil

public CppcheckUtil()
Method Detail

getNumberErrors

public static int getNumberErrors(CppcheckConfig cppecheckConfig,
                                  CppcheckResult result,
                                  boolean checkNewError)
Gets the number of errors

Parameters:
cppecheckConfig -
result -
checkNewError -
Returns:


Copyright © 2009. All Rights Reserved.