mirror of
https://github.com/alibaba/p3c.git
synced 2025-10-14 07:01:56 +00:00
Update message template in messages_en.xml
1. make method name and parameter name set in correct order 2. make method name and exception name set in correct order
This commit is contained in:
@@ -403,13 +403,13 @@ Javadoc should include method instruction, description of parameters, return val
|
||||
<![CDATA[please javadoc the purpose of method [%s] in detail]]>
|
||||
</entry>
|
||||
<entry key="java.comment.AbstractMethodOrInterfaceMethodMustUseJavadocRule.violation.msg.parameter">
|
||||
<![CDATA[parameter [%s] of method [%s] should have javadoc]]>
|
||||
<![CDATA[method [%s] should have javadoc for parameter [%s]]]>
|
||||
</entry>
|
||||
<entry key="java.comment.AbstractMethodOrInterfaceMethodMustUseJavadocRule.violation.msg.return">
|
||||
<![CDATA[return value of method [%s] should have javadoc]]>
|
||||
</entry>
|
||||
<entry key="java.comment.AbstractMethodOrInterfaceMethodMustUseJavadocRule.violation.msg.exception">
|
||||
<![CDATA[exception [%s] of method [%s] should have javadoc]]>
|
||||
<![CDATA[method [%s] should have javadoc for exception[%s]]]>
|
||||
</entry>
|
||||
|
||||
<entry key="java.comment.AvoidCommentBehindStatementRule.rule.msg">
|
||||
|
Reference in New Issue
Block a user