8325558: Add jcheck whitespace checking for properties files
Reviewed-by: naoto, dfuchs, joehw
This commit is contained in:
parent
ec20b0aa2e
commit
c266800a3a
@ -15,7 +15,7 @@ version=0
|
||||
domain=openjdk.org
|
||||
|
||||
[checks "whitespace"]
|
||||
files=.*\.cpp|.*\.hpp|.*\.c|.*\.h|.*\.java|.*\.cc|.*\.hh|.*\.m|.*\.mm|.*\.md|.*\.gmk|.*\.m4|.*\.ac|Makefile
|
||||
files=.*\.cpp|.*\.hpp|.*\.c|.*\.h|.*\.java|.*\.cc|.*\.hh|.*\.m|.*\.mm|.*\.md|.*\.properties|.*\.gmk|.*\.m4|.*\.ac|Makefile
|
||||
ignore-tabs=.*\.gmk|Makefile
|
||||
|
||||
[checks "merge"]
|
||||
|
@ -330,4 +330,3 @@
|
||||
# Implementation Property DTD
|
||||
JDK_DTD_DENY = JAXP00010008: DOCTYPE is disallowed when the DTD property is set to deny. \
|
||||
Refer to: property jdk.xml.dtd.support in java.xml/module-summary.
|
||||
|
||||
|
@ -329,4 +329,3 @@
|
||||
|
||||
# Implementation Property DTD
|
||||
JDK_DTD_DENY = JAXP00010008: DOCTYPE ist nicht zulässig, wenn die DTD-Eigenschaft auf Ablehnen gesetzt wurde. Weitere Informationen: Eigenschaft jdk.xml.dtd.support in java.xml/module-summary.
|
||||
|
||||
|
@ -329,4 +329,3 @@
|
||||
|
||||
# Implementation Property DTD
|
||||
JDK_DTD_DENY = JAXP00010008: DTDプロパティが拒否に設定されている場合、DOCTYPEは指定できません。参照: java.xml/module-summaryのプロパティjdk.xml.dtd.support。
|
||||
|
||||
|
@ -329,4 +329,3 @@
|
||||
|
||||
# Implementation Property DTD
|
||||
JDK_DTD_DENY = JAXP00010008:当 DTD 属性设置为拒绝时,不允许使用 DOCTYPE。请参阅:java.xml/module-summary 中的属性 jdk.xml.dtd.support。
|
||||
|
||||
|
@ -9,9 +9,9 @@ TableDemo.searchLabel=Search Titles and Recipients
|
||||
TableDemo.winnersLabel=Show Only Winners
|
||||
|
||||
TableDemo.noDataStatusLabel=No data loaded
|
||||
TableDemo.loadingStatusLabel=Loading data:
|
||||
TableDemo.rowCountLabel=Showing
|
||||
TableDemo.searchCountLabel=Search found
|
||||
TableDemo.loadingStatusLabel=Loading data:\u0020
|
||||
TableDemo.rowCountLabel=Showing\u0020
|
||||
TableDemo.searchCountLabel=Search found\u0020
|
||||
|
||||
TableDemo.yearColumnTitle=Year
|
||||
TableDemo.categoryColumnTitle=Award Category
|
||||
@ -19,4 +19,3 @@ TableDemo.movieTitleColumnTitle=Movie Title
|
||||
TableDemo.nomineesColumnTitle=Nominee(s)
|
||||
|
||||
TableDemo.imdbLinkNotFound=Unable to locate IMDB URL for
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user