Class ProblematicEqualsHashCodeComparable
java.lang.Object
de.firemage.autograder.core.check.api.ProblematicEqualsHashCodeComparable
- All Implemented Interfaces:
Check,ErrorProneCheck
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns a map of lints that this check is interested in and a function that converts the resulting diagnostic to a message.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.firemage.autograder.core.check.Check
maximumProblems, mergeMethods inherited from interface de.firemage.autograder.core.errorprone.ErrorProneCheck
getLinter
-
Constructor Details
-
ProblematicEqualsHashCodeComparable
public ProblematicEqualsHashCodeComparable()
-
-
Method Details
-
subscribedLints
Description copied from interface:ErrorProneCheckReturns a map of lints that this check is interested in and a function that converts the resulting diagnostic to a message.- Specified by:
subscribedLintsin interfaceErrorProneCheck- Returns:
- the map, must not be null and no two checks should subscribe to the same lint
-