Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 331066

Summary: Enhance support for SignaturePattern nodes in the DOM AST
Product: [Tools] AspectJ Reporter: Nieraj Singh <dv.nisingh>
Component: CompilerAssignee: aspectj inbox <aspectj-inbox>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3    
Version: DEVELOPMENT   
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Nieraj Singh CLA 2010-11-24 17:18:33 EST
At the moment, DOM AST SignaturePattern nodes only contain a String representation of the signature, which is accessed via getDetail(). As with other PatternNodes, like TypePatterns, the String detail should be replaced by an AST structure.

See:

org.aspectj.weaver.patterns.SignaturePattern

to see how the DOM equivalent should be expanded.

Conversion from the weaver to the DOM node should be implemented in AjASTConverter.