Bug 146546

Summary: Remove hard coded dependency on "|" in getFileName(..) methods
Product: [Tools] AspectJ Reporter: Helen Beeken <hlhawkins>
Component: CompilerAssignee: Helen Beeken <hlhawkins>
Status: RESOLVED FIXED QA Contact:
Severity: enhancement    
Priority: P3    
Version: DEVELOPMENT   
Target Milestone: 1.5.2   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Attachments:
Description Flags
proposed fix aclement: iplog+

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.