applyToPackage |
-
- Controls whether to apply the check to package-private member.
- |
+ Control if check should apply to package-private members. |
boolean |
true |
5.0 |
applyToPrivate |
- Controls whether to apply the check to private member. |
+ Control if check should apply to private members. |
boolean |
true |
5.0 |
applyToProtected |
- Controls whether to apply the check to protected member. |
+ Control if check should apply to protected members. |
boolean |
true |
5.0 |
applyToPublic |
- Controls whether to apply the check to public member. |
+ Control if check should apply to public members. |
boolean |
true |
5.0 |
format |
- Specifies valid identifiers. |
+ Sets the pattern to match valid identifiers. |
Pattern |
"^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$" |
3.0 |
diff --git a/src/xdocs/checks/naming/constantname.xml.template b/src/xdocs/checks/naming/constantname.xml.template
index 6d98b13ff80..ac86748baf1 100644
--- a/src/xdocs/checks/naming/constantname.xml.template
+++ b/src/xdocs/checks/naming/constantname.xml.template
@@ -19,52 +19,10 @@
-
-
- name |
- description |
- type |
- default value |
- since |
-
-
- applyToPackage |
-
- Controls whether to apply the check to package-private member.
- |
- boolean |
- true |
- 5.0 |
-
-
- applyToPrivate |
- Controls whether to apply the check to private member. |
- boolean |
- true |
- 5.0 |
-
-
- applyToProtected |
- Controls whether to apply the check to protected member. |
- boolean |
- true |
- 5.0 |
-
-
- applyToPublic |
- Controls whether to apply the check to public member. |
- boolean |
- true |
- 5.0 |
-
-
- format |
- Specifies valid identifiers. |
- Pattern |
- "^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$" |
- 3.0 |
-
-
+
+
+
diff --git a/src/xdocs/checks/naming/illegalidentifiername.xml b/src/xdocs/checks/naming/illegalidentifiername.xml
index d040bcd8303..fa3883899bf 100644
--- a/src/xdocs/checks/naming/illegalidentifiername.xml
+++ b/src/xdocs/checks/naming/illegalidentifiername.xml
@@ -33,126 +33,71 @@
format |
- Specifies valid identifiers. |
-
- Pattern
- |
-
- "(?i)^(?!(record|yield|var|permits|sealed|_)$).+$"
- |
+ Sets the pattern to match valid identifiers. |
+ Pattern |
+ "(?i)^(?!(record|yield|var|permits|sealed|_)$).+$" |
8.36 |
tokens |
tokens to check |
-
- subset of tokens
+ | subset of tokens
- CLASS_DEF
-
- ,
-
- INTERFACE_DEF
-
- ,
-
- ENUM_DEF
-
- ,
-
- ANNOTATION_DEF
-
- ,
-
- ANNOTATION_FIELD_DEF
-
- ,
-
- PARAMETER_DEF
-
- ,
-
- VARIABLE_DEF
-
- ,
-
- METHOD_DEF
-
- ,
-
- ENUM_CONSTANT_DEF
-
- ,
-
- PATTERN_VARIABLE_DEF
-
- ,
-
- RECORD_DEF
-
- ,
-
- RECORD_COMPONENT_DEF
-
- ,
-
- LAMBDA
-
- .
+ CLASS_DEF
+ ,
+ INTERFACE_DEF
+ ,
+ ENUM_DEF
+ ,
+ ANNOTATION_DEF
+ ,
+ ANNOTATION_FIELD_DEF
+ ,
+ PARAMETER_DEF
+ ,
+ VARIABLE_DEF
+ ,
+ METHOD_DEF
+ ,
+ ENUM_CONSTANT_DEF
+ ,
+ PATTERN_VARIABLE_DEF
+ ,
+ RECORD_DEF
+ ,
+ RECORD_COMPONENT_DEF
+ ,
+ LAMBDA
+ .
|
- CLASS_DEF
-
- ,
-
- INTERFACE_DEF
-
- ,
-
- ENUM_DEF
-
- ,
-
- ANNOTATION_DEF
-
- ,
-
- ANNOTATION_FIELD_DEF
-
- ,
-
- PARAMETER_DEF
-
- ,
-
- VARIABLE_DEF
-
- ,
-
- METHOD_DEF
-
- ,
-
- ENUM_CONSTANT_DEF
-
- ,
-
- PATTERN_VARIABLE_DEF
-
- ,
-
- RECORD_DEF
-
- ,
-
- RECORD_COMPONENT_DEF
-
- ,
-
- LAMBDA
-
- .
+ CLASS_DEF
+ ,
+ INTERFACE_DEF
+ ,
+ ENUM_DEF
+ ,
+ ANNOTATION_DEF
+ ,
+ ANNOTATION_FIELD_DEF
+ ,
+ PARAMETER_DEF
+ ,
+ VARIABLE_DEF
+ ,
+ METHOD_DEF
+ ,
+ ENUM_CONSTANT_DEF
+ ,
+ PATTERN_VARIABLE_DEF
+ ,
+ RECORD_DEF
+ ,
+ RECORD_COMPONENT_DEF
+ ,
+ LAMBDA
+ .
|
8.36 |
diff --git a/src/xdocs/checks/naming/illegalidentifiername.xml.template b/src/xdocs/checks/naming/illegalidentifiername.xml.template
index 1446aa27d16..2fd36b35e6f 100644
--- a/src/xdocs/checks/naming/illegalidentifiername.xml.template
+++ b/src/xdocs/checks/naming/illegalidentifiername.xml.template
@@ -23,140 +23,10 @@
-
-
- name |
- description |
- type |
- default value |
- since |
-
-
- format |
- Specifies valid identifiers. |
-
- Pattern
- |
-
- "(?i)^(?!(record|yield|var|permits|sealed|_)$).+$"
- |
- 8.36 |
-
-
- tokens |
- tokens to check |
-
- subset of tokens
-
- CLASS_DEF
-
- ,
-
- INTERFACE_DEF
-
- ,
-
- ENUM_DEF
-
- ,
-
- ANNOTATION_DEF
-
- ,
-
- ANNOTATION_FIELD_DEF
-
- ,
-
- PARAMETER_DEF
-
- ,
-
- VARIABLE_DEF
-
- ,
-
- METHOD_DEF
-
- ,
-
- ENUM_CONSTANT_DEF
-
- ,
-
- PATTERN_VARIABLE_DEF
-
- ,
-
- RECORD_DEF
-
- ,
-
- RECORD_COMPONENT_DEF
-
- ,
-
- LAMBDA
-
- .
- |
-
-
- CLASS_DEF
-
- ,
-
- INTERFACE_DEF
-
- ,
-
- ENUM_DEF
-
- ,
-
- ANNOTATION_DEF
-
- ,
-
- ANNOTATION_FIELD_DEF
-
- ,
-
- PARAMETER_DEF
-
- ,
-
- VARIABLE_DEF
-
- ,
-
- METHOD_DEF
-
- ,
-
- ENUM_CONSTANT_DEF
-
- ,
-
- PATTERN_VARIABLE_DEF
-
- ,
-
- RECORD_DEF
-
- ,
-
- RECORD_COMPONENT_DEF
-
- ,
-
- LAMBDA
-
- .
- |
- 8.36 |
-
-
+
+
+
diff --git a/src/xdocs/checks/naming/interfacetypeparametername.xml b/src/xdocs/checks/naming/interfacetypeparametername.xml
index cc6595f21bf..4eda96b02eb 100644
--- a/src/xdocs/checks/naming/interfacetypeparametername.xml
+++ b/src/xdocs/checks/naming/interfacetypeparametername.xml
@@ -26,7 +26,7 @@
format |
- Specifies valid identifiers. |
+ Sets the pattern to match valid identifiers. |
Pattern |
"^[A-Z]$" |
5.8 |
diff --git a/src/xdocs/checks/naming/interfacetypeparametername.xml.template b/src/xdocs/checks/naming/interfacetypeparametername.xml.template
index 02e2e90cbe8..27393c2b0b0 100644
--- a/src/xdocs/checks/naming/interfacetypeparametername.xml.template
+++ b/src/xdocs/checks/naming/interfacetypeparametername.xml.template
@@ -16,22 +16,10 @@
-
-
- name |
- description |
- type |
- default value |
- since |
-
-
- format |
- Specifies valid identifiers. |
- Pattern |
- "^[A-Z]$" |
- 5.8 |
-
-
+
+
+
diff --git a/src/xdocs/checks/naming/lambdaparametername.xml b/src/xdocs/checks/naming/lambdaparametername.xml
index afd25a46ddf..bfa96704139 100644
--- a/src/xdocs/checks/naming/lambdaparametername.xml
+++ b/src/xdocs/checks/naming/lambdaparametername.xml
@@ -26,7 +26,7 @@
format |
- Specifies valid identifiers. |
+ Sets the pattern to match valid identifiers. |
Pattern |
"^[a-z][a-zA-Z0-9]*$" |
8.11 |
diff --git a/src/xdocs/checks/naming/lambdaparametername.xml.template b/src/xdocs/checks/naming/lambdaparametername.xml.template
index 75b2919f726..700bd2b4c6f 100644
--- a/src/xdocs/checks/naming/lambdaparametername.xml.template
+++ b/src/xdocs/checks/naming/lambdaparametername.xml.template
@@ -16,22 +16,10 @@
-
-
- name |
- description |
- type |
- default value |
- since |
-
-
- format |
- Specifies valid identifiers. |
- Pattern |
- "^[a-z][a-zA-Z0-9]*$" |
- 8.11 |
-
-
+
+
+
diff --git a/src/xdocs/checks/naming/localfinalvariablename.xml b/src/xdocs/checks/naming/localfinalvariablename.xml
index bc8cd441522..24d8dd5eb2b 100644
--- a/src/xdocs/checks/naming/localfinalvariablename.xml
+++ b/src/xdocs/checks/naming/localfinalvariablename.xml
@@ -28,7 +28,7 @@
format |
- Specifies valid identifiers. |
+ Sets the pattern to match valid identifiers. |
Pattern |
"^[a-z][a-zA-Z0-9]*$" |
3.0 |
@@ -36,8 +36,7 @@
tokens |
tokens to check |
-
- subset of tokens
+ | subset of tokens
VARIABLE_DEF
,
diff --git a/src/xdocs/checks/naming/localfinalvariablename.xml.template b/src/xdocs/checks/naming/localfinalvariablename.xml.template
index 8f1567a3fc7..690341bbc59 100644
--- a/src/xdocs/checks/naming/localfinalvariablename.xml.template
+++ b/src/xdocs/checks/naming/localfinalvariablename.xml.template
@@ -18,46 +18,10 @@
diff --git a/src/xdocs/checks/naming/localvariablename.xml b/src/xdocs/checks/naming/localvariablename.xml
index 5ee9e3819dd..52045da9af3 100644
--- a/src/xdocs/checks/naming/localvariablename.xml
+++ b/src/xdocs/checks/naming/localvariablename.xml
@@ -27,19 +27,15 @@
|
allowOneCharVarInForLoop |
-
- Allow one character variable name in
-
- initialization expressions in FOR loop if one char variable name
- is prohibited by {@code format} regexp.
- |
+ Allow one character variable name in
+ initialization expressions in FOR loop if one char variable name is prohibited by format regexp. |
boolean |
false |
5.8 |
format |
- Specifies valid identifiers. |
+ Sets the pattern to match valid identifiers. |
Pattern |
"^[a-z][a-zA-Z0-9]*$" |
3.0 |
diff --git a/src/xdocs/checks/naming/localvariablename.xml.template b/src/xdocs/checks/naming/localvariablename.xml.template
index d7602154648..35ff7f4930a 100644
--- a/src/xdocs/checks/naming/localvariablename.xml.template
+++ b/src/xdocs/checks/naming/localvariablename.xml.template
@@ -17,34 +17,10 @@
-
-
- name |
- description |
- type |
- default value |
- since |
-
-
- allowOneCharVarInForLoop |
-
- Allow one character variable name in
-
- initialization expressions in FOR loop if one char variable name
- is prohibited by {@code format} regexp.
- |
- boolean |
- false |
- 5.8 |
-
-
- format |
- Specifies valid identifiers. |
- Pattern |
- "^[a-z][a-zA-Z0-9]*$" |
- 3.0 |
-
-
+
+
+
diff --git a/src/xdocs/checks/naming/membername.xml b/src/xdocs/checks/naming/membername.xml
index ed11a04016a..df677b66136 100644
--- a/src/xdocs/checks/naming/membername.xml
+++ b/src/xdocs/checks/naming/membername.xml
@@ -26,37 +26,35 @@
applyToPackage |
-
- Controls whether to apply the check to package-private member.
- |
+ Control if check should apply to package-private members. |
boolean |
true |
3.4 |
applyToPrivate |
- Controls whether to apply the check to private member. |
+ Control if check should apply to private members. |
boolean |
true |
3.4 |
applyToProtected |
- Controls whether to apply the check to protected member. |
+ Control if check should apply to protected members. |
boolean |
true |
3.4 |
applyToPublic |
- Controls whether to apply the check to public member. |
+ Control if check should apply to public members. |
boolean |
true |
3.4 |
format |
- Specifies valid identifiers. |
+ Sets the pattern to match valid identifiers. |
Pattern |
"^[a-z][a-zA-Z0-9]*$" |
3.0 |
diff --git a/src/xdocs/checks/naming/membername.xml.template b/src/xdocs/checks/naming/membername.xml.template
index 1b6b783daf3..7cf24f2ff1f 100644
--- a/src/xdocs/checks/naming/membername.xml.template
+++ b/src/xdocs/checks/naming/membername.xml.template
@@ -16,52 +16,10 @@
-
-
- name |
- description |
- type |
- default value |
- since |
-
-
- applyToPackage |
-
- Controls whether to apply the check to package-private member.
- |
- boolean |
- true |
- 3.4 |
-
-
- applyToPrivate |
- Controls whether to apply the check to private member. |
- boolean |
- true |
- 3.4 |
-
-
- applyToProtected |
- Controls whether to apply the check to protected member. |
- boolean |
- true |
- 3.4 |
-
-
- applyToPublic |
- Controls whether to apply the check to public member. |
- boolean |
- true |
- 3.4 |
-
-
- format |
- Specifies valid identifiers. |
- Pattern |
- "^[a-z][a-zA-Z0-9]*$" |
- 3.0 |
-
-
+
+
+
diff --git a/src/xdocs/checks/naming/methodname.xml b/src/xdocs/checks/naming/methodname.xml
index a05236b6315..2efd347d297 100644
--- a/src/xdocs/checks/naming/methodname.xml
+++ b/src/xdocs/checks/naming/methodname.xml
@@ -34,58 +34,42 @@
allowClassName |
-
- Controls whether to allow a method name to have the same
- name as the residing class name. This is not to be confused
- with a constructor. An easy mistake is to place a return
- type on a constructor declaration which turns it into a
- method. For example:
-
-
-class MyClass {
- public void MyClass() {} //this is a method
- public MyClass() {} //this is a constructor
-}
-
-
- |
+ Control whether to allow a method name to have the same name as the enclosing class name. Setting this property false helps to avoid confusion between constructors and methods. |
boolean |
false |
5.0 |
applyToPackage |
-
- Controls whether to apply the check to package-private member.
- |
+ Control if check should apply to package-private members. |
boolean |
true |
5.1 |
applyToPrivate |
- Controls whether to apply the check to private member. |
+ Control if check should apply to private members. |
boolean |
true |
5.1 |
applyToProtected |
- Controls whether to apply the check to protected member. |
+ Control if check should apply to protected members. |
boolean |
true |
5.1 |
applyToPublic |
- Controls whether to apply the check to public member. |
+ Control if check should apply to public members. |
boolean |
true |
5.1 |
format |
- Specifies valid identifiers. |
+ Sets the pattern to match valid identifiers. |
Pattern |
"^[a-z][a-zA-Z0-9]*$" |
3.0 |
diff --git a/src/xdocs/checks/naming/methodname.xml.template b/src/xdocs/checks/naming/methodname.xml.template
index 564413c6883..3e8ff62f5ee 100644
--- a/src/xdocs/checks/naming/methodname.xml.template
+++ b/src/xdocs/checks/naming/methodname.xml.template
@@ -24,73 +24,10 @@
-
-
- name |
- description |
- type |
- default value |
- since |
-
-
- allowClassName |
-
- Controls whether to allow a method name to have the same
- name as the residing class name. This is not to be confused
- with a constructor. An easy mistake is to place a return
- type on a constructor declaration which turns it into a
- method. For example:
-
-
-class MyClass {
- public void MyClass() {} //this is a method
- public MyClass() {} //this is a constructor
-}
-
-
- |
- boolean |
- false |
- 5.0 |
-
-
- applyToPackage |
-
- Controls whether to apply the check to package-private member.
- |
- boolean |
- true |
- 5.1 |
-
-
- applyToPrivate |
- Controls whether to apply the check to private member. |
- boolean |
- true |
- 5.1 |
-
-
- applyToProtected |
- Controls whether to apply the check to protected member. |
- boolean |
- true |
- 5.1 |
-
-
- applyToPublic |
- Controls whether to apply the check to public member. |
- boolean |
- true |
- 5.1 |
-
-
- format |
- Specifies valid identifiers. |
- Pattern |
- "^[a-z][a-zA-Z0-9]*$" |
- 3.0 |
-
-
+
+
+
diff --git a/src/xdocs/checks/naming/methodtypeparametername.xml b/src/xdocs/checks/naming/methodtypeparametername.xml
index a8371aded7f..160ac9a4aae 100644
--- a/src/xdocs/checks/naming/methodtypeparametername.xml
+++ b/src/xdocs/checks/naming/methodtypeparametername.xml
@@ -26,7 +26,7 @@
format |
- Specifies valid identifiers. |
+ Sets the pattern to match valid identifiers. |
Pattern |
"^[A-Z]$" |
5.0 |
diff --git a/src/xdocs/checks/naming/methodtypeparametername.xml.template b/src/xdocs/checks/naming/methodtypeparametername.xml.template
index f79f53752ae..3009c8fb0fc 100644
--- a/src/xdocs/checks/naming/methodtypeparametername.xml.template
+++ b/src/xdocs/checks/naming/methodtypeparametername.xml.template
@@ -16,22 +16,10 @@
-
-
- name |
- description |
- type |
- default value |
- since |
-
-
- format |
- Specifies valid identifiers. |
- Pattern |
- "^[A-Z]$" |
- 5.0 |
-
-
+
+
+
diff --git a/src/xdocs/checks/naming/packagename.xml b/src/xdocs/checks/naming/packagename.xml
index 9da187191a3..5a6f443f5b4 100644
--- a/src/xdocs/checks/naming/packagename.xml
+++ b/src/xdocs/checks/naming/packagename.xml
@@ -36,7 +36,7 @@
format |
- Specifies valid identifiers. |
+ Control the pattern to match valid identifiers. |
Pattern |
"^[a-z]+(\.[a-zA-Z_]\w*)*$" |
3.0 |
diff --git a/src/xdocs/checks/naming/packagename.xml.template b/src/xdocs/checks/naming/packagename.xml.template
index 488adb6e38d..717acc3acec 100644
--- a/src/xdocs/checks/naming/packagename.xml.template
+++ b/src/xdocs/checks/naming/packagename.xml.template
@@ -26,22 +26,10 @@
-
-
- name |
- description |
- type |
- default value |
- since |
-
-
- format |
- Specifies valid identifiers. |
- Pattern |
- "^[a-z]+(\.[a-zA-Z_]\w*)*$" |
- 3.0 |
-
-
+
+
+
diff --git a/src/xdocs/checks/naming/parametername.xml b/src/xdocs/checks/naming/parametername.xml
index c4de008525c..aed5a414fe4 100644
--- a/src/xdocs/checks/naming/parametername.xml
+++ b/src/xdocs/checks/naming/parametername.xml
@@ -41,26 +41,20 @@
accessModifiers |
Access modifiers of methods where parameters are checked. |
-
-
- AccessModifierOption[]
-
- |
+ AccessModifierOption[] |
public, protected, package, private |
7.5 |
format |
- Specifies valid identifiers. |
+ Sets the pattern to match valid identifiers. |
Pattern |
"^[a-z][a-zA-Z0-9]*$" |
3.0 |
ignoreOverridden |
-
- Allows to skip methods with Override annotation from validation.
- |
+ Allows to skip methods with Override annotation from validation. |
boolean |
false |
6.12.1 |
diff --git a/src/xdocs/checks/naming/parametername.xml.template b/src/xdocs/checks/naming/parametername.xml.template
index 85d62326f8c..5b3a125fcc6 100644
--- a/src/xdocs/checks/naming/parametername.xml.template
+++ b/src/xdocs/checks/naming/parametername.xml.template
@@ -30,42 +30,10 @@
-
-
- name |
- description |
- type |
- default value |
- since |
-
-
- accessModifiers |
- Access modifiers of methods where parameters are checked. |
-
-
- AccessModifierOption[]
-
- |
- public, protected, package, private |
- 7.5 |
-
-
- format |
- Specifies valid identifiers. |
- Pattern |
- "^[a-z][a-zA-Z0-9]*$" |
- 3.0 |
-
-
- ignoreOverridden |
-
- Allows to skip methods with Override annotation from validation.
- |
- boolean |
- false |
- 6.12.1 |
-
-
+
+
+
diff --git a/src/xdocs/checks/naming/patternvariablename.xml b/src/xdocs/checks/naming/patternvariablename.xml
index 9702de572a3..fb39ecafca6 100644
--- a/src/xdocs/checks/naming/patternvariablename.xml
+++ b/src/xdocs/checks/naming/patternvariablename.xml
@@ -26,7 +26,7 @@
format |
- Specifies valid identifiers. |
+ Sets the pattern to match valid identifiers. |
Pattern |
"^[a-z][a-zA-Z0-9]*$" |
8.36 |
diff --git a/src/xdocs/checks/naming/patternvariablename.xml.template b/src/xdocs/checks/naming/patternvariablename.xml.template
index 337dc11f830..237d763414d 100644
--- a/src/xdocs/checks/naming/patternvariablename.xml.template
+++ b/src/xdocs/checks/naming/patternvariablename.xml.template
@@ -16,22 +16,10 @@
-
-
- name |
- description |
- type |
- default value |
- since |
-
-
- format |
- Specifies valid identifiers. |
- Pattern |
- "^[a-z][a-zA-Z0-9]*$" |
- 8.36 |
-
-
+
+
+
diff --git a/src/xdocs/checks/naming/recordcomponentname.xml b/src/xdocs/checks/naming/recordcomponentname.xml
index 1535fa0c25d..43349c9a77f 100644
--- a/src/xdocs/checks/naming/recordcomponentname.xml
+++ b/src/xdocs/checks/naming/recordcomponentname.xml
@@ -24,13 +24,9 @@
format |
- Specifies valid identifiers. |
-
- Pattern
- |
-
- "^[a-z][a-zA-Z0-9]*$"
- |
+ Sets the pattern to match valid identifiers. |
+ Pattern |
+ "^[a-z][a-zA-Z0-9]*$" |
8.40 |
diff --git a/src/xdocs/checks/naming/recordcomponentname.xml.template b/src/xdocs/checks/naming/recordcomponentname.xml.template
index fad4b751a40..7316dc5445e 100644
--- a/src/xdocs/checks/naming/recordcomponentname.xml.template
+++ b/src/xdocs/checks/naming/recordcomponentname.xml.template
@@ -14,26 +14,10 @@
-
-
- name |
- description |
- type |
- default value |
- since |
-
-
- format |
- Specifies valid identifiers. |
-
- Pattern
- |
-
- "^[a-z][a-zA-Z0-9]*$"
- |
- 8.40 |
-
-
+
+
+
diff --git a/src/xdocs/checks/naming/recordtypeparametername.xml b/src/xdocs/checks/naming/recordtypeparametername.xml
index 8c0a7cf268c..560864bcbe8 100644
--- a/src/xdocs/checks/naming/recordtypeparametername.xml
+++ b/src/xdocs/checks/naming/recordtypeparametername.xml
@@ -24,13 +24,9 @@
format |
- Specifies valid identifiers. |
-
- Pattern
- |
-
- "^[A-Z]$"
- |
+ Sets the pattern to match valid identifiers. |
+ Pattern |
+ "^[A-Z]$" |
8.36 |
diff --git a/src/xdocs/checks/naming/recordtypeparametername.xml.template b/src/xdocs/checks/naming/recordtypeparametername.xml.template
index 94cf71c47ac..c672530325f 100644
--- a/src/xdocs/checks/naming/recordtypeparametername.xml.template
+++ b/src/xdocs/checks/naming/recordtypeparametername.xml.template
@@ -14,26 +14,10 @@
-
-
- name |
- description |
- type |
- default value |
- since |
-
-
- format |
- Specifies valid identifiers. |
-
- Pattern
- |
-
- "^[A-Z]$"
- |
- 8.36 |
-
-
+
+
+
diff --git a/src/xdocs/checks/naming/staticvariablename.xml b/src/xdocs/checks/naming/staticvariablename.xml
index 464683969e1..7baa51d86c0 100644
--- a/src/xdocs/checks/naming/staticvariablename.xml
+++ b/src/xdocs/checks/naming/staticvariablename.xml
@@ -27,28 +27,28 @@
applyToPackage |
- Control whether we should apply the check to package-private members. |
+ Control if check should apply to package-private members. |
boolean |
true |
5.0 |
applyToPrivate |
- Control whether we should apply the check to private members. |
+ Control if check should apply to private members. |
boolean |
true |
5.0 |
applyToProtected |
- Control whether we should apply the check to protected members. |
+ Control if check should apply to protected members. |
boolean |
true |
5.0 |
applyToPublic |
- Control whether we should apply the check to public members. |
+ Control if check should apply to public members. |
boolean |
true |
5.0 |
diff --git a/src/xdocs/checks/naming/typename.xml b/src/xdocs/checks/naming/typename.xml
index 7b56c4d90cb..c70b8a4dc34 100644
--- a/src/xdocs/checks/naming/typename.xml
+++ b/src/xdocs/checks/naming/typename.xml
@@ -26,28 +26,28 @@
applyToPackage |
- Control whether we should apply the check to package-private members. |
+ Control if check should apply to package-private members. |
boolean |
true |
5.0 |
applyToPrivate |
- Control whether we should apply the check to private members. |
+ Control if check should apply to private members. |
boolean |
true |
5.0 |
applyToProtected |
- Control whether we should apply the check to protected members. |
+ Control if check should apply to protected members. |
boolean |
true |
5.0 |
applyToPublic |
- Control whether we should apply the check to public members. |
+ Control if check should apply to public members. |
boolean |
true |
5.0 |