Interface FilterableIssue


  • @ThreadSafe
    @Deprecated
    public interface FilterableIssue
    Deprecated.
    since 7.6
    Since:
    5.3
    • Method Detail

      • componentKey

        @Deprecated
        java.lang.String componentKey()
        Deprecated.
        since 7.6 filtering issue should not depend on the key
      • ruleKey

        RuleKey ruleKey()
        Deprecated.
      • severity

        java.lang.String severity()
        Deprecated.
      • message

        java.lang.String message()
        Deprecated.
      • line

        @Deprecated
        @CheckForNull
        java.lang.Integer line()
        Deprecated.
        since 7.2. Use textRange() instead.
      • textRange

        @CheckForNull
        TextRange textRange()
        Deprecated.
        Since:
        7.2
      • gap

        @CheckForNull
        java.lang.Double gap()
        Deprecated.
        Since:
        5.5
      • projectKey

        @Deprecated
        java.lang.String projectKey()
        Deprecated.
        since 7.6 filtering issue should not depend on the key