Merge branch 'mkordas-patch-1' into pmd/5.3.x

This commit is contained in:
Andreas Dangel
2015-10-03 16:53:42 +02:00
2 changed files with 3 additions and 1 deletions

View File

@ -278,7 +278,8 @@ public class Foo {
class="net.sourceforge.pmd.lang.rule.XPathRule"
externalInfoUrl="${pmd.website.baseurl}/rules/java/controversial.html#DefaultPackage">
<description>
Use explicit scoping instead of the default package private level.
Use explicit scoping instead of accidental usage of default package private level.
The rule allows methods and fields annotated with Guava's @VisibleForTesting.
</description>
<priority>3</priority>
<properties>

View File

@ -17,6 +17,7 @@
**Pull Requests:**
* [#71](https://github.com/pmd/pmd/pull/71): #1410 Improve description of DefaultPackage rule
**Bugfixes:**