Bug 74226 - [1.5] enum type resolution problem (Eclipse 3.1M1)
Summary: [1.5] enum type resolution problem (Eclipse 3.1M1)
Status: RESOLVED DUPLICATE of bug 74851
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 major (vote)
Target Milestone: 3.1 M3   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-17 20:30 EDT by Ayal Spitz CLA
Modified: 2004-10-27 06:42 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 Ayal Spitz CLA 2004-09-17 20:30:48 EDT
The following code results in an error('Rank cannot be resolved to a type') on
'Rank' in the method call 'public void setRank(Rank rank){}'.

public class Foo{
    public enum Rank {FIRST,SECOND,THIRD}
    public void setRank(Rank rank){}
}
Comment 1 Kent Johnson CLA 2004-09-24 12:19:40 EDT

*** This bug has been marked as a duplicate of 74851 ***