Bug 263668 - [handles] missing occurrence count for around advice
Summary: [handles] missing occurrence count for around advice
Status: RESOLVED FIXED
Alias: None
Product: AspectJ
Classification: Tools
Component: Compiler (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: 1.6.4   Edit
Assignee: aspectj inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 263666
  Show dependency tree
 
Reported: 2009-02-04 12:29 EST by Andrew Eisenberg CLA
Modified: 2009-02-06 12:00 EST (History)
2 users (show)

See Also:


Attachments
Project that exhibits this problem (4.32 KB, application/octet-stream)
2009-02-04 12:30 EST, Andrew Eisenberg CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Eisenberg CLA 2009-02-04 12:29:30 EST
Bug 263666 describes a problem with handle identifiers that appears to be an AspectJ problem.
Comment 1 Andrew Eisenberg CLA 2009-02-04 12:30:49 EST
Created attachment 124697 [details]
Project that exhibits this problem
Comment 2 Andrew Clement CLA 2009-02-04 16:20:55 EST
fixed.

The problem was due to the two advice only differing in return type.
Comment 3 Neale Upstone CLA 2009-02-04 16:34:17 EST
Careful boys... you may well have this one in the nightly and I'll be using it at work tomorrow at this rate!

Thanks for the great service.  AspectJ/AJDT is a great demonstration of how to run an open source project that is responsive to the community.
Comment 4 Andrew Eisenberg CLA 2009-02-06 12:00:43 EST
This is working 85% right now.  I think the remaining part may be an AJDT
problem.

The handles are getting created properly.  Gutter markers and navigation are
working properly.

The only thing not working is that the xref view seems not to refresh properly
all the time.  When moving cursor up and down sometimes the wrong around advice
is being created.