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

io.spring.javaformat.checkstyle.check.messages.properties Maven / Gradle / Ivy

There is a newer version: 0.0.43
Show newest version
lambda.missingParen=Lambda argument missing parentheses.
lambda.unnecessaryParen=Lambda argument has unnecessary parentheses.
lambda.unnecessaryBlock=Lambda block is unnecessary.
ternary.missingParen=Ternary operation missing parentheses.
ternary.equalOperator=Ternary operation should use != when testing.
catch.singleLetter=Single letter catch variable (use "ex" instead).
javadoc.badCase=Javadoc element descriptions should not start with an uppercase letter.
header.unexpected=Unexpected header.
nothis.unexpected=Reference to instance variable ''{0}'' should not use \"this.\".
methodorder.outOfOrder=Method ''{0}'' is out of order, expected {1}.
junit5.publicMethod="Test method ''{0}'' should not be public."
junit5.privateMethod="Test method ''{0}'' should not be private."
junit5.bannedImport="Import ''{0}'' should not be used in a JUnit 5 test."
junit5.bannedTestAnnotation="JUnit 4 @Test annotation should not be used in a JUnit 5 test."




© 2015 - 2025 Weber Informatics LLC | Privacy Policy