com.puppycrawl.tools.checkstyle.checks.modifier.messages.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of checkstyle Show documentation
Show all versions of checkstyle Show documentation
Checkstyle is a development tool to help programmers write Java code
that adheres to a coding standard
annotation.order=''{0}'' annotation modifier does not precede non-annotation modifiers.
class.implied.modifier=Implied modifier ''{0}'' should be explicit.
interface.implied.modifier=Implied modifier ''{0}'' should be explicit.
mod.order=''{0}'' modifier out of order with the JLS suggestions.
redundantModifier=Redundant ''{0}'' modifier.