Bug 352363

Summary: problem specifying empty string in annotation value (for pointcut match)
Product: [Tools] AspectJ Reporter: Andrew Clement <aclement>
Component: CompilerAssignee: aspectj inbox <aspectj-inbox>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3    
Version: DEVELOPMENT   
Target Milestone: ---   
Hardware: PC   
OS: Mac OS X - Carbon (unsup.)   
Whiteboard:

Description Andrew Clement CLA 2011-07-18 12:23:46 EDT
Get no error on this:

 get(@Anno(name="foobar") * *) 

but do get an error on this:

 get(@Anno(name="") * *)