Package crypto.utils
Class ErrorUtils
- java.lang.Object
-
- crypto.utils.ErrorUtils
-
public class ErrorUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description ErrorUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Map<String,Integer>getErrorCounts(com.google.common.collect.Table<boomerang.scene.WrappedClass,boomerang.scene.Method,Set<AbstractError>> errorCollection)static intgetErrorsOfType(Class<?> errorType, Collection<AbstractError> errors)static intgetErrorsOfTypeInMethod(String method, Class<?> errorClass, com.google.common.collect.Table<boomerang.scene.WrappedClass,boomerang.scene.Method,Set<AbstractError>> errorCollection)static List<AbstractError>orderErrorsByLineNumber(Collection<AbstractError> errors)
-
-
-
Method Detail
-
getErrorCounts
public static Map<String,Integer> getErrorCounts(com.google.common.collect.Table<boomerang.scene.WrappedClass,boomerang.scene.Method,Set<AbstractError>> errorCollection)
-
getErrorsOfTypeInMethod
public static int getErrorsOfTypeInMethod(String method, Class<?> errorClass, com.google.common.collect.Table<boomerang.scene.WrappedClass,boomerang.scene.Method,Set<AbstractError>> errorCollection)
-
getErrorsOfType
public static int getErrorsOfType(Class<?> errorType, Collection<AbstractError> errors)
-
orderErrorsByLineNumber
public static List<AbstractError> orderErrorsByLineNumber(Collection<AbstractError> errors)
-
-