Package crypto.utils

Class ErrorUtils


  • public class ErrorUtils
    extends Object
    • Constructor Detail

      • ErrorUtils

        public ErrorUtils()
    • 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)