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

com.puppycrawl.tools.checkstyle.checks.regexp.messages_zh.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
regexp.exceeded=当前行匹配非法表达式: ''{0}''。
regexp.minimum=文件内至少要匹配表达式: ''{1}'' {0}次。

illegal.regexp=当前行匹配非法表达式: ''{0}''。
required.regexp=文件缺少表达式: ''{0}'' 。
duplicate.regexp=重复表达式: ''{0}''。

regexp.empty=空 (null) 表达式。
regexp.StackOverflowError=表达式:''{1}'' 导致 java.util.regex.Matcher 抛出 java.lang.StackOverflowError (将二进制文件错当文本文件检查?)。

regexp.filename.match=文件目录匹配: ''{0}'' ,文件名称匹配: ''{1}''。
regexp.filename.mismatch=文件目录不匹配: ''{0}'' ,名称不匹配: ''{1}''。




© 2015 - 2024 Weber Informatics LLC | Privacy Policy