Class CFGDescriptorWarning

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

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

      • CFGDescriptorWarning

        public CFGDescriptorWarning​(CFGDescriptor descriptor,
                                    java.lang.String message)
        Builds the warning.
        Parameters:
        descriptor - the descriptor where this warning was reported on
        message - the message of this warning