Package com.hello2morrow.sonargraph.api
Interface IIssueAccess
public interface IIssueAccess
-
Method Details
-
getName
String getName()- Returns:
- the standard name of the issue
-
getProviderName
String getProviderName()- Returns:
- the standard name of the issue provider
-
getKey
String getKey()- Returns:
- the key of the issue
-
getDescription
String getDescription()- Returns:
- the description
-
getLineNumber
int getLineNumber()- Returns:
- the line number of -1 if there is no line number information
-
isIgnored
boolean isIgnored()- Returns:
- true if this issue is ignored
-
getAffectedElement
IElementAccess getAffectedElement()- Returns:
- the affected element
-