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

com.puppycrawl.tools.checkstyle.checks.regexp.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
duplicate.regexp=Found duplicate pattern ''{0}''.
illegal.regexp=Line matches the illegal pattern ''{0}''.
regexp.empty=Empty (null) pattern.
regexp.exceeded=Line matches the illegal pattern ''{0}''.
regexp.filename.match=File match folder pattern ''{0}'' and file pattern ''{1}''.
regexp.filename.mismatch=File not match folder pattern ''{0}'' and file pattern ''{1}''.
regexp.minimum=File does not contain at least {0} matches for pattern ''{1}''.
regexp.StackOverflowError=java.util.regex.Matcher caused a java.lang.StackOverflowError for pattern ''{1}'' (you may be scanning a binary file instead of text?).
required.regexp=Required pattern ''{0}'' missing in file.




© 2015 - 2024 Weber Informatics LLC | Privacy Policy