JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested
|
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.eolang.lints
Interface Defect
All Known Implementing Classes:
Defect.Default
public interface
Defect
A single defect found.
Since:
0.0.1
Nested Class Summary
Nested Classes
Modifier and Type
Interface
Description
static final class
Defect.Default
Default.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
int
line
()
Line where it was found.
String
rule
()
Rule.
Severity
severity
()
Severity.
String
text
()
Error message.
Method Details
rule
String
rule
()
Rule.
Returns:
Unique name of the rule
severity
Severity
severity
()
Severity.
Returns:
Severity
line
int
line
()
Line where it was found.
Returns:
Line number
text
String
text
()
Error message.
Returns:
Text