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

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

lambda.missingParen=Lambda argument missing 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)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy