Bug 146546 - Remove hard coded dependency on "|" in getFileName(..) methods
Summary: Remove hard coded dependency on "|" in getFileName(..) methods
Status: RESOLVED FIXED
Alias: None
Product: AspectJ
Classification: Tools
Component: Compiler (show other bugs)
Version: DEVELOPMENT   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: 1.5.2   Edit
Assignee: Helen Beeken CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-12 07:59 EDT by Helen Beeken CLA
Modified: 2012-04-03 15:48 EDT (History)
0 users

See Also:


Attachments
proposed fix (1.45 KB, patch)
2006-06-12 08:36 EDT, Helen Beeken CLA
aclement: iplog+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Helen Beeken CLA 2006-06-12 07:59:26 EDT
As part of bug 141730 we need to remove the hard coded dependency on "|" in methods which use handles to get the filename. These methods are:

AsmManager.getFileName(String)
AspectJElementHierarchy.getFileName(String)
Comment 1 Helen Beeken CLA 2006-06-12 08:36:01 EDT
Created attachment 44132 [details]
proposed fix

Apply this patch to the asm project.

The proposed fix is to delegate to the IElementHandleProvider to get the filename for the given handle.
Comment 2 Andrew Clement CLA 2006-06-12 09:57:15 EDT
committed.