Package org.eolang.lints
Class Program
java.lang.Object
org.eolang.lints.Program
A single XMIR program to analyze.
- Since:
- 0.1.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Program
Ctor.- Parameters:
file
- The absolute path of the XMIR file- Throws:
FileNotFoundException
- If file isn't found
-
Program
public Program(com.jcabi.xml.XML xml) Ctor.- Parameters:
xml
- The XMIR
-
-
Method Details
-
without
Program with disabled lints.- Parameters:
names
- Lint names- Returns:
- Program analysis without specific name
-
defects
Find defects possible defects in the XMIR file.- Returns:
- All defects found
- See Also:
-