Bug 90142 - [compiler] verifying static methods ?
Summary: [compiler] verifying static methods ?
Status: RESOLVED INVALID
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.1 M7   Edit
Assignee: Kent Johnson CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-04 06:36 EDT by Philipe Mulet CLA
Modified: 2005-04-04 06:45 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.