Bug 10861

Summary: DOM/AST: TypeLiteral.resolveTypeBinding doesn't return class Class
Product: [Eclipse Project] JDT Reporter: Dirk Baeumer <dirk_baeumer>
Component: CoreAssignee: Olivier Thomann <Olivier_Thomann>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0   
Target Milestone: 2.0 M4   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Dirk Baeumer CLA 2002-03-06 10:27:50 EST
Build 20020305

The type literal that represents "java.lang.String.class" returns a type 
bindings for class string when resolveTypeBinding is called. It should return 
the type binding for class Class
Comment 1 Olivier Thomann CLA 2002-03-06 11:34:07 EST
Fixed and released in HEAD.