Bug 57235 - DCR: AST Name.getQualifiedName()
Summary: DCR: AST Name.getQualifiedName()
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: PC All
: P3 enhancement (vote)
Target Milestone: 3.0 M9   Edit
Assignee: Jim des Rivieres CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-02 09:47 EST by Martin Aeschlimann CLA
Modified: 2004-05-18 13:08 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 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