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

修复 PackageNamingRule's message中英文不一致问题 #561

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

huayaoyue6
Copy link

@huayaoyue6 huayaoyue6 commented Aug 14, 2019

修复PackageNamingRule's message规则描述中英文不一致问题

在p3c-pmd/src/main/resources/messages_en.xml中:

    <entry key="java.naming.PackageNamingRule.rule.msg">
        <![CDATA[All Service and DAO classes must be interface based on SOA principle. Implementation class names]]>
    </entry>

英文规则描述的为soa的相关规则,非包命名的规则。
应该为:

    <entry key="java.naming.PackageNamingRule.rule.msg">
        <![CDATA[ Package should be named in lowercase characters. There should be only one English word after each dot. Package names are always in singular format while class name can be in plural format if necessary.]]>
    </entry>

update PackageNamingRule's message
@CLAassistant
Copy link

CLAassistant commented Aug 14, 2019

CLA assistant check
All committers have signed the CLA.

@huayaoyue6 huayaoyue6 changed the title update PackageNamingRule's message 修复 PackageNamingRule's message中英文不一致问题 Aug 25, 2021
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 this pull request may close these issues.

2 participants