Menu

#1343 MethodNamingConventions for overrided methods

PMD-5.3.2
closed
None
PMD
3-Major
Bug
2015-05-15
2015-05-05
No

The rule MethodNamingConventions checks underscore in method name.
However, if the method overrides a superclass or an interface, it's impossible to change the name, particularly if the superclass or the interface belongs to another project or to an imported library.
=> Then, there are false positive, and this rule should check if its an @override or not ?

Discussion

  • Andreas Dangel

    Andreas Dangel - 2015-05-15
    • status: open --> closed
    • assigned_to: Andreas Dangel
    • Milestone: New Tickets --> PMD-5.3.2
     

Log in to post a comment.