Class Issue

java.lang.Object
io.codemodder.providers.sonar.api.Issue

public class Issue extends Object
Describes an issue
  • Constructor Details

    • Issue

      public Issue()
  • Method Details

    • getFlows

      public List<Flow> getFlows()
    • getLine

      public int getLine()
    • getMessage

      public String getMessage()
    • getKey

      public String getKey()
    • getTextRange

      public TextRange getTextRange()
    • getEffort

      public String getEffort()
    • getRule

      public String getRule()
    • getResolution

      public String getResolution()
    • getComponent

      public String getComponent()
    • getStatus

      public String getStatus()
    • componentFileName

      public Optional<String> componentFileName()
      Returns the file path section of the component.