Merge branch 'mkorda-patch-2', Closes #74

This commit is contained in:
Andreas Dangel
2015-10-16 17:09:37 +02:00
2 changed files with 2 additions and 3 deletions

View File

@ -82,11 +82,9 @@ A rule for the politically correct... we don't want to offend anyone.
message="Missing commented default access modifier"
externalInfoUrl="${pmd.website.baseurl}/rules/java/comments.html#CommentDefaultAccessModifier">
<description>
<![CDATA[
To avoid mistakes if we want that a Method, Field or Nested class have a default access modifier
we must add a comment at the beginning of the Method, Field or Nested class.
By default the comment must be /* default */, if you want another, you have to provide a regex.
]]>
</description>
<priority>3</priority>
<properties>
@ -124,4 +122,4 @@ A rule for the politically correct... we don't want to offend anyone.
</example>
</rule>
</ruleset>
</ruleset>