forked from phoedos/pmd
Merge branch 'mkordas-patch-1' into pmd/5.3.x
This commit is contained in:
@ -278,7 +278,8 @@ public class Foo {
|
|||||||
class="net.sourceforge.pmd.lang.rule.XPathRule"
|
class="net.sourceforge.pmd.lang.rule.XPathRule"
|
||||||
externalInfoUrl="${pmd.website.baseurl}/rules/java/controversial.html#DefaultPackage">
|
externalInfoUrl="${pmd.website.baseurl}/rules/java/controversial.html#DefaultPackage">
|
||||||
<description>
|
<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>
|
</description>
|
||||||
<priority>3</priority>
|
<priority>3</priority>
|
||||||
<properties>
|
<properties>
|
||||||
|
@ -17,6 +17,7 @@
|
|||||||
|
|
||||||
**Pull Requests:**
|
**Pull Requests:**
|
||||||
|
|
||||||
|
* [#71](https://github.com/pmd/pmd/pull/71): #1410 Improve description of DefaultPackage rule
|
||||||
|
|
||||||
**Bugfixes:**
|
**Bugfixes:**
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user