Bug 140775 - ITypeBinding#getQualifiedName() should return empty string for member of local type
Summary: ITypeBinding#getQualifiedName() should return empty string for member of loca...
Status: RESOLVED WONTFIX
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.2   Edit
Hardware: PC Windows XP
: P3 minor (vote)
Target Milestone: 3.3   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-09 08:05 EDT by Markus Keller CLA
Modified: 2009-08-30 02:21 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Markus Keller CLA 2006-05-09 08:05:39 EDT
I20060505-1306

From the news:

public class X11 {
  void c() {
     class X11_1 {
        class X11_1_1 {
        }
     }
  }
}

ITypeBinding#getQualifiedName() on X11_1_1:
- expected: ""
- was: ".X11_1_1"

[Note: in the ASTView, the qualified name is shown after "> type binding: ".]
Comment 1 Jerome Lanneluc CLA 2006-05-10 07:02:22 EDT
Will consider for 3.3
Comment 2 Denis Roy CLA 2009-08-30 02:21:18 EDT
As of now 'LATER' and 'REMIND' resolutions are no longer supported.
Please reopen this bug if it is still valid for you.