Bug 57235

Summary: DCR: AST Name.getQualifiedName()
Product: [Eclipse Project] JDT Reporter: Martin Aeschlimann <martinae>
Component: CoreAssignee: Jim des Rivieres <jeem>
Status: VERIFIED FIXED QA Contact:
Severity: enhancement    
Priority: P3    
Version: 3.0   
Target Milestone: 3.0 M9   
Hardware: PC   
OS: All   
Whiteboard:

Description Martin Aeschlimann CLA 2004-04-02 09:47:03 EST
20040302

returns the simple or qualified name like 'org.eclipse.jdt'
very common thing to request from a name, shouldn't have to be implemented by 
more than one plugin
Comment 1 Olivier Thomann CLA 2004-04-05 16:50:57 EDT
Jim, I think this one is for you.
API addition.
Comment 2 Jim des Rivieres CLA 2004-04-08 10:21:23 EDT
Added following method to Name (note slight change of name from suggested):
public String getFullyQualifiedName();

Updated test suites and released to HEAD.
Comment 3 Olivier Thomann CLA 2004-05-18 13:08:06 EDT
Verified in 200405180816