Uses of Class
de.firemage.autograder.core.errorprone.Message
Packages that use Message
Package
Description
-
Uses of Message in de.firemage.autograder.core.check.api
Methods in de.firemage.autograder.core.check.api that return types with arguments of type Message -
Uses of Message in de.firemage.autograder.core.check.general
Methods in de.firemage.autograder.core.check.general that return types with arguments of type Message -
Uses of Message in de.firemage.autograder.core.errorprone
Methods in de.firemage.autograder.core.errorprone that return MessageModifier and TypeMethodDescriptionstatic MessageMessage.of(ProblemType problemType, LocalizedMessage message) Methods in de.firemage.autograder.core.errorprone that return types with arguments of type MessageModifier 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.