Bug 301773 - Exception message box popping up when modifying an aspect (HashMap.java:300)
Summary: Exception message box popping up when modifying an aspect (HashMap.java:300)
Status: RESOLVED DUPLICATE of bug 298908
Alias: None
Product: AspectJ
Classification: Tools
Component: Library (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 7
: P3 major (vote)
Target Milestone: ---   Edit
Assignee: aspectj inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-04 00:15 EST by Cyprien NOEL CLA
Modified: 2010-02-04 11:36 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Cyprien NOEL CLA 2010-02-04 00:15:43 EST
Build Identifier: Eclipse AspectJ Development Tools Version: 2.0.2.e35x-20100105-0900 AspectJ version: 1.6.7.20100105084524

java.lang.StackOverflowError
at java.util.HashMap.get(HashMap.java:300)
at org.aspectj.weaver.World$TypeMap.get(World.java:1116)
at org.aspectj.weaver.World.resolve(World.java:273)
at org.aspectj.weaver.World.resolve(World.java:209)
at org.aspectj.weaver.UnresolvedType.resolve(UnresolvedType.java:645)
at org.aspectj.weaver.ResolvedType.getRawType(ResolvedType.java:2331)
at org.aspectj.weaver.ReferenceType.isAssignableFrom(ReferenceTyp ... $core$CommitStatus [I
                    ARETURN
  end static int[] $SWITCH_TABLE$jstm$core$CommitStatus()
end final class jstm.core.AsyncAtomic


Reproducible: Sometimes

Steps to Reproduce:
1. Modify an aspect
2.
3.
Comment 1 Andrew Clement CLA 2010-02-04 11:36:48 EST
Hi.  I believe this is bug 298908.  This was one of the two bugs that led to a quick release of AspectJ 1.6.8.  If you update to a dev build of AJDT, it should be fixed (as you will be picking up an AspectJ 1.6.8 dev build).

*** This bug has been marked as a duplicate of bug 298908 ***