Interface PmdError

    • Method Detail

      • name

        String name()
        Returns error name which is short, fixed, human-readable category of the error.
        Returns:
        Error name.
      • fileName

        String fileName()
        Returns file name which caused this error. May return sentinel value if file information is not available.
        Returns:
        File name.
      • lines

        String lines()
        Returns formatted line range which cause this error. May return sentinel value if line information is not available.
        Returns:
        Formatted line range.
      • description

        String description()
        Returns error description.
        Returns:
        Description.