Call super onPause when there is no super
A source code analyzer
Brought to you by:
adangel,
juansotuyo
I have a Java class in an android project that has a method named onPause and onResume.
This class does not have a parent class and only performs helper work.
But, PMD complains that I should call super.. (CallSuperFirst, CallSuperLast)
I don't want to disable the rule because of this bug.
This will be fixed with PMD 5.1 - the eclipse plugin needs to be upgraded to use PMD 5.1 once it is released.