Bug 266952 - @DeclareParents probably broken for "A || B" style target
Summary: @DeclareParents probably broken for "A || B" style target
Status: NEW
Alias: None
Product: AspectJ
Classification: Tools
Component: Compiler (show other bugs)
Version: DEVELOPMENT   Edit
Hardware: PC Windows Vista
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: aspectj inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-03 18:52 EST by Andrew Clement CLA
Modified: 2009-03-03 18:52 EST (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 2009-03-03 18:52:33 EST
from mixin development, i had to fix this bug and it is similar code to that used for declare parents.  Using A || B we try and re-resolve a type pattern and fail.  It is first resolved when the decp is built, then re-resolved shortly after.