Menu

#1480 [java] UnusedModifier: false positive on public modifier used with inner interface in enum

PMD-5.3.8
closed
java (55)
PMD
3-Major
Bug
Unused Modifier
2016-06-25
2016-05-10
No

PMD is wrongly selecting public modifier used with inner interface in enum

public enum TestEnum {
    ;
    public interface EnumInnerInterface {
    }
}
1 Attachments

Discussion

  • Andreas Dangel

    Andreas Dangel - 2016-05-28
    • status: open --> closed
    • assigned_to: Andreas Dangel
    • Milestone: New Tickets --> PMD-5.3.8
     
  • Andreas Dangel

    Andreas Dangel - 2016-06-25
    • labels: --> java
    • summary: false positive on public modifier used with inner interface in enum --> [java] UnusedModifier: false positive on public modifier used with inner interface in enum
     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.