false +: AbstractClassWithoutAbstractMethod ext abstr class
A source code analyzer
Brought to you by:
adangel,
juansotuyo
Abstract classes that cause the false positive and show the interface case does not.
Logged In: YES
user_id=498804
Contradicts bug #1265474 (also by me), as it said interface
case has false positive too.
Logged In: YES
user_id=969476
I got the same problem: the Abstract class implements a
subset of its base class abstract methods.
PMD thinks the abstract class has no abstract methods while
it has 2 inherited from its base class.
http://www.sat4j.org/clover/org/sat4j/minisat/constraints/AbstractCardinalityDataStructure.html#21
Logged In: YES
user_id=5159
Originator: NO
Assigning away from me in case someone else can look into this...
Tom