You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<code-fragment id="LowerCamelCaseVariableNamingRuleTest8">
<![CDATA[
public @interface TYPE {
int DO_NO_THING = 0;
int DO_ONE_START_TO_END_ROUTE = 1;
int DO_ONE_CAR_TO_START_ROUTE = 2;
int DO_TWO_ROUTE = 3;
}
]]>
</code-fragment>
<test-code>
<description>Variable name should be lowerCamelCase8</description>
<expected-problems>0</expected-problems>
<code-ref id="LowerCamelCaseVariableNamingRuleTest8" />
</test-code>
<code-fragment id="LowerCamelCaseVariableNamingRuleTest8">
<![CDATA[
public @interface TYPE {
int DO_NO_THING = 0;
int DO_ONE_START_TO_END_ROUTE = 1;
int DO_ONE_CAR_TO_START_ROUTE = 2;
int DO_TWO_ROUTE = 3;
}
]]>
</code-fragment>
<test-code>
<description>Variable name should be lowerCamelCase8</description>
<expected-problems>0</expected-problems>
<code-ref id="LowerCamelCaseVariableNamingRuleTest8" />
</test-code>
The text was updated successfully, but these errors were encountered:
rhinoceros
changed the title
重复了,跑case会报错误
LowerCamelCaseVariableNamingRule.xml, LowerCamelCaseVariableNamingRuleTest8重复了,跑case会报错误
Feb 25, 2019
rhinoceros
changed the title
LowerCamelCaseVariableNamingRule.xml, LowerCamelCaseVariableNamingRuleTest8重复了,跑case会报错误
LowerCamelCaseVariableNamingRule.xml, LowerCamelCaseVariableNamingRuleTest8重复了,跑case会报错
Feb 25, 2019
p3c/p3c-pmd/src/test/resources/com/alibaba/p3c/pmd/lang/java/rule/naming/xml/LowerCamelCaseVariableNamingRule.xml
Lines 128 to 158 in e32666c
The text was updated successfully, but these errors were encountered: