Class CFGWarning

  • All Implemented Interfaces:
    java.lang.Comparable<Warning>

    public class CFGWarning
    extends WarningWithLocation
    A warning reported by LiSA on one of the CFGs under analysis.
    • Constructor Detail

      • CFGWarning

        public CFGWarning​(CFG cfg,
                          java.lang.String message)
        Builds the warning.
        Parameters:
        cfg - the cfg where this warning was reported on
        message - the message of this warning
    • Method Detail

      • getCFG

        public final CFG getCFG()
        Yields the cfg where this warning was reported on.
        Returns:
        the cfg
      • getTag

        public java.lang.String getTag()
        Description copied from class: Warning
        Yields the tag of this warning.
        Overrides:
        getTag in class Warning
        Returns:
        the tag of this warning