Menu

#1241 False+ AvoidProtectedMethodInFinalClassNotExtending

PMD-5.1.3
closed
None
PMD
4-Minor
Bug
2014-08-31
2014-08-13
No

I get a false positive on this code:

private final class Dummy {
@Override
protected void finalize() {
}
}

Discussion

  • Andreas Dangel

    Andreas Dangel - 2014-08-18
    • status: open --> closed
    • assigned_to: Andreas Dangel
    • Milestone: New Tickets --> PMD-next
     
  • Andreas Dangel

    Andreas Dangel - 2014-08-18

    This will be fixed with the next PMD release (5.1.3).

     

Log in to post a comment.