CallSuperLast rule now also checks for finish() redefinitions

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@6890 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Xavier Le Vourch
2009-03-22 23:05:14 +00:00
parent e606357121
commit e185ff8215

View File

@ -70,6 +70,7 @@ To get better results, make sure that the auxclasspath is defined for type resol
<value>
<![CDATA[
//MethodDeclaration[MethodDeclarator[
@Image='finish' or
@Image='onDestroy' or
@Image='onPause' or
@Image='onSaveInstanceState' or