Package org.eolang.lints
Class Programs
java.lang.Object
org.eolang.lints.Programs
A collection of XMIR programs to analyze.
To get the current version of `lints`, you should read it from
MANIFEST.MF file, packaged with library. You can do it like this:
import com.jcabi.manifests.Manifests;
final String version = Manifests.read("Lints-Version");
- Since:
- 0.1.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Programs
Ctor.- Parameters:
dirs
- The directory- Throws:
IOException
- If fails
-
Programs
Ctor.Pay attention, it's important to use
Collection
as a type of argument, becausePath
implementsIterable
.- Parameters:
dirs
- The directory- Throws:
IOException
- If fails
-
Programs
Ctor.- Parameters:
map
- The map with them
-
-
Method Details
-
without
Programs with disabled lints.- Parameters:
names
- Lint names- Returns:
- Program analysis without specifics names
-
defects
Find defects possible defects in the XMIR file.- Returns:
- All defects found
- See Also:
-