Bug 244830 - Is initFailureCause necessary in pertypewithin aspects?
Summary: Is initFailureCause necessary in pertypewithin aspects?
Status: RESOLVED FIXED
Alias: None
Product: AspectJ
Classification: Tools
Component: LTWeaving (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: 1.6.2   Edit
Assignee: aspectj inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-21 11:14 EDT by Andrew Clement CLA
Modified: 2008-08-21 12:30 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 2008-08-21 11:14:57 EDT
the field is defined for ptw aspects but not used - either remove it or use it.
Comment 1 Andrew Clement CLA 2008-08-21 12:30:45 EDT
initFailureCause now only appears in singleton aspects.  test and fix added.  had to change both compiler and weaver as it can be added at either stage.