Skip to content

Commit

Permalink
Merge pull request #724 from Anteoy/master
Browse files Browse the repository at this point in the history
fix: rule of BigDecimalAvoidDoubleConstructorRule description wrong key
  • Loading branch information
xuantan authored Jan 26, 2021
2 parents 38161a6 + 4f453db commit d10884c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p3c-pmd/src/main/resources/rulesets/java/ali-oop.xml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ Positive example:
language="java"
message="java.oop.BigDecimalAvoidDoubleConstructorRule.rule.msg"
class="com.alibaba.p3c.pmd.lang.java.rule.oop.BigDecimalAvoidDoubleConstructorRule">
<description>java.oop.StringConcatRule.rule.msg.desc</description>
<description>java.oop.BigDecimalAvoidDoubleConstructorRule.rule.msg.desc</description>
<priority>3</priority>

<example>
Expand Down

0 comments on commit d10884c

Please sign in to comment.