Bug 90142

Summary: [compiler] verifying static methods ?
Product: [Eclipse Project] JDT Reporter: Philipe Mulet <philippe_mulet>
Component: CoreAssignee: Kent Johnson <kent_johnson>
Status: RESOLVED INVALID QA Contact:
Severity: normal    
Priority: P3    
Version: 3.1   
Target Milestone: 3.1 M7   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Philipe Mulet CLA 2005-04-04 06:36:10 EDT
Build 3.1m6

As demonstrated by bug 90111, static methods end up being tagged with
AccOverriding. Given this occurs during method verification, does this mean we
do so much work for static methods, where it is not required actually ?
Comment 1 Philipe Mulet CLA 2005-04-04 06:45:01 EDT
Actually, static methods are to be verified. Having the AccOverriding flag set
is still a useful indication. Clients have to check for this scenario and behave.