Bug 14343

Summary: ClassFileReader.getEnclosingTypeName() should return null for anonymous types
Product: [Eclipse Project] JDT Reporter: Jerome Lanneluc <jerome_lanneluc>
Component: CoreAssignee: Philipe Mulet <philippe_mulet>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0   
Target Milestone: 2.0 M6   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Jerome Lanneluc CLA 2002-04-22 13:18:18 EDT
Build 20020418

ClassFileReader.getEnclosingTypeName() can return a non-null name if the class 
file was compiled with javac 1.1.* In this case, the class file format is wrong 
and the outer_class_info_index is not zero.
Comment 1 Jerome Lanneluc CLA 2002-04-22 13:23:35 EDT
Now checking that the innerInfo is null and that the type is not anonymous.