com.puppycrawl.tools.checkstyle.checks.whitespace.messages_zh.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of checkstyle Show documentation
Show all versions of checkstyle Show documentation
Checkstyle is a development tool to help programmers write Java code
that adheres to a coding standard
The newest version!
containsTab=行内含有制表符 tab 。
empty.line.separator=“{0}”之前应该有一个空白行。
empty.line.separator.multiple.lines=''{0}'' 前只应有一个空行。
empty.line.separator.multiple.lines.after=''{0}'' 后只应有一个空行。
empty.line.separator.multiple.lines.inside=该行之后有多于1个空行。
file.containsTab=文件含有制表符 tab (这只是第一例)。
line.new=''{0}'' 应另起一行。
line.previous=''{0}'' 应在前一行。
no.line.wrap={0} 不应换行。
single.space.separator=用一个空格分隔非空白字符。
ws.followed=''{0}'' 后不应有空格。
ws.illegalFollow=''{0}'' 后字符不合法。
ws.notFollowed=''{0}'' 后应有空格。
ws.notPreceded=''{0}'' 前应有空格。
ws.preceded=''{0}'' 前不应有空格。
ws.typeCast=类型转换后应有空格。