JClassType.getOverridableMethods() could return methods overridden as 'final'.

In AbstractMembers, final methods were simply ignored instead of being treated
as possible overrides of already seenm ethods. A final method should trigger the
removal of a method with the same signature from methodsBySignature.

http://gwt-code-reviews.appspot.com/839803/show
Fixes issues: 5270
Review by: scottb, jat


git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@8765 8db76d5a-ed1c-0410-87a9-c151d255dfc7
4 files changed