All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.puppycrawl.tools.checkstyle.checks.indentation.messages.properties Maven / Gradle / Ivy

Go to download

Checkstyle is a development tool to help programmers write Java code that adheres to a coding standard

There is a newer version: 10.18.1
Show newest version
comments.indentation.block=Block comment has incorrect indentation level {1}, expected is {2}, indentation should be the same level as line {0}.
comments.indentation.single=Comment has incorrect indentation level {1}, expected is {2}, indentation should be the same level as line {0}.
indentation.child.error=''{0}'' child has incorrect indentation level {1}, expected level should be {2}.
indentation.child.error.multi=''{0}'' child has incorrect indentation level {1}, expected level should be one of the following: {2}.
indentation.error=''{0}'' has incorrect indentation level {1}, expected level should be {2}.
indentation.error.multi=''{0}'' has incorrect indentation level {1}, expected level should be one of the following: {2}.




© 2015 - 2024 Weber Informatics LLC | Privacy Policy