Menu

#1430 [java] CommentDefaultAccessModifier: triggers on field annotated with @VisibleForTesting

PMD-5.4.1
closed
java (55)
PMD
3-Major
Bug
5.4.0
CommentDefaultAccessModifier
2016-06-25
2015-10-11
No

The same as #1410, but for different rule.

The below code should not raise CommentDefaultAccessModifier rule violations:
@VisibleForTesting void method() {}

Discussion

  • Andreas Dangel

    Andreas Dangel - 2015-10-17
    • status: open --> closed
    • assigned_to: Andreas Dangel
    • Milestone: New Tickets --> PMD-5.4.1
     
  • Andreas Dangel

    Andreas Dangel - 2016-06-25
    • labels: --> java
    • summary: CommentDefaultAccessModifier triggers on field annotated with @VisibleForTesting --> [java] CommentDefaultAccessModifier: triggers on field annotated with @VisibleForTesting
     

Log in to post a comment.