Class IncompleteOperationError

  • All Implemented Interfaces:
    IError

    public class IncompleteOperationError
    extends ErrorWithObjectAllocation
    This class defines-IncompleteOperationError: Found when the usage of an object may be incomplete For example a Cipher object may be initialized but never been used for encryption or decryption, this may render the code dead. This error heavily depends on the computed call graph (CHA by default)
    • Constructor Detail

      • IncompleteOperationError

        public IncompleteOperationError​(boomerang.jimple.Statement errorLocation,
                                        boomerang.jimple.Val errorVariable,
                                        CrySLRule rule,
                                        IAnalysisSeed objectLocation,
                                        Collection<soot.SootMethod> expectedMethodsToBeCalled)