Menu

#1362 EmptyMethodInAbstractClassShouldBeAbstract false positive

New Tickets
open
nobody
None
PMD
3-Major
Bug
5.3.0
EmptyMethodInAbstractClassShouldBeAbstract
2015-05-21
2015-05-21
No

Methods like this one :
@Override
public String getDefaultNote() {
return "";
}

return false positive

Discussion


Log in to post a comment.

MongoDB Logo MongoDB