Skip to content

Commit

Permalink
Update pmd-java/src/main/resources/category/java/errorprone.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
oowekyala committed Apr 21, 2024
1 parent 789ec03 commit a92b617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pmd-java/src/main/resources/category/java/errorprone.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1108,7 +1108,7 @@ boolean x = (y == Double.NaN);
since="7.1.0"
message="Unclear if a varargs or non-varargs call is intended. Cast to {0} or {0}[], or pass varargs parameters separately to clarify intent."
class="net.sourceforge.pmd.lang.java.rule.errorprone.ConfusingArgumentToVarargsMethodRule"
externalInfoUrl="${pmd.website.baseurl}/pmd_rules_java_bestpractices.html#confusingargumenttovarargsmethod">
externalInfoUrl="${pmd.website.baseurl}/pmd_rules_java_errorprone.html#confusingargumenttovarargsmethod">
<description>
Reports a confusing argument passed to a varargs method.

Expand Down

0 comments on commit a92b617

Please sign in to comment.