Package org.eolang.lints.errors
Class LtObjectIsNotUnique
java.lang.Object
org.eolang.lints.errors.LtObjectIsNotUnique
public final class LtObjectIsNotUnique
extends Object
implements Lint<Map<String,com.jcabi.xml.XML>>
Object is not unique.
- Since:
- 0.0.30
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LtObjectIsNotUnique
public LtObjectIsNotUnique()
-
-
Method Details
-
name
Description copied from interface:Lint
Name of the lint. -
defects
Description copied from interface:Lint
Find and return defects. -
motive
Description copied from interface:Lint
Returns motive for a lint, explaining why this lint exists.- Specified by:
motive
in interfaceLint<Map<String,
com.jcabi.xml.XML>> - Returns:
- Motive text about lint
- Throws:
IOException
- if something went wrong
-