Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LowerCamelCaseVariableNamingRule.xml, LowerCamelCaseVariableNamingRuleTest8重复了,跑case会报错 #458

Closed
rhinoceros opened this issue Feb 25, 2019 · 1 comment · Fixed by #459

Comments

@rhinoceros
Copy link

rhinoceros commented Feb 25, 2019

<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>

    <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>

@rhinoceros rhinoceros changed the title 重复了,跑case会报错误 LowerCamelCaseVariableNamingRule.xml, LowerCamelCaseVariableNamingRuleTest8重复了,跑case会报错误 Feb 25, 2019
@rhinoceros rhinoceros changed the title LowerCamelCaseVariableNamingRule.xml, LowerCamelCaseVariableNamingRuleTest8重复了,跑case会报错误 LowerCamelCaseVariableNamingRule.xml, LowerCamelCaseVariableNamingRuleTest8重复了,跑case会报错 Feb 25, 2019
@xuantan
Copy link
Collaborator

xuantan commented Mar 5, 2019

好的,感谢反馈,我们会尽快修复掉。
@LQZYC

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants