Bug 352363 - problem specifying empty string in annotation value (for pointcut match)
Summary: problem specifying empty string in annotation value (for pointcut match)
Status: NEW
Alias: None
Product: AspectJ
Classification: Tools
Component: Compiler (show other bugs)
Version: DEVELOPMENT   Edit
Hardware: PC Mac OS X - Carbon (unsup.)
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: aspectj inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-18 12:23 EDT by Andrew Clement CLA
Modified: 2011-07-18 12:23 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 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="") * *)