Uses of Class
de.firemage.autograder.core.errorprone.ErrorProneLint
Packages that use ErrorProneLint
Package
Description
-
Uses of ErrorProneLint in de.firemage.autograder.core.check.api
Methods in de.firemage.autograder.core.check.api that return types with arguments of type ErrorProneLint -
Uses of ErrorProneLint in de.firemage.autograder.core.check.general
Methods in de.firemage.autograder.core.check.general that return types with arguments of type ErrorProneLint -
Uses of ErrorProneLint in de.firemage.autograder.core.errorprone
Methods in de.firemage.autograder.core.errorprone that return ErrorProneLintModifier and TypeMethodDescriptionstatic ErrorProneLintErrorProneLint.fromString(String string) ErrorProneDiagnostic.lint()Returns the value of thelintrecord component.Methods in de.firemage.autograder.core.errorprone that return types with arguments of type ErrorProneLintModifier and TypeMethodDescriptionErrorProneCheck.subscribedLints()Returns a map of lints that this check is interested in and a function that converts the resulting diagnostic to a message.Constructors in de.firemage.autograder.core.errorprone with parameters of type ErrorProneLintModifierConstructorDescriptionErrorProneDiagnostic(SourceInfo sourceInfo, SourcePath path, int line, int column, String message, ErrorProneLint lint) Creates an instance of aErrorProneDiagnosticrecord class.