Bug 200599 - AspectJ Internal Compile Error
Summary: AspectJ Internal Compile Error
Status: RESOLVED WORKSFORME
Alias: None
Product: AspectJ
Classification: Tools
Component: Compiler (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 1.6.1   Edit
Assignee: aspectj inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-20 16:07 EDT by Gleidson CLA
Modified: 2008-06-09 23:17 EDT (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 Gleidson CLA 2007-08-20 16:07:38 EDT
java.lang.StackOverflowError
at org.aspectj.ajdt.internal.compiler.lookup.EclipseFactory.fromTypeVariableBinding(EclipseFactory.java:325)
at org.aspectj.ajdt.internal.compiler.lookup.EclipseFactory.fromBinding(EclipseFactory.java:211)
at org.aspectj.ajdt.internal.compiler.lookup.EclipseFactory.fromBinding(EclipseFactory.java:254)
at org.aspectj.ajdt.internal.compiler.lookup.EclipseFactory.fromTypeVariableBinding(EclipseFactory.java:357)
 ...   end public java.util.List getByMonthYear(int, int)
end public abstract class com.gapso.vcp.sptf.persistence.dao.scenario.AbstractOuputScenarioDAO
Comment 1 Andrew Clement CLA 2007-10-09 12:51:35 EDT
might be tricky to resolve without more info - it is generics related but I don't know what kind of generics declarations you are using (bounded? with extends? with super? multiple type variables?)
Comment 2 Andrew Clement CLA 2008-06-09 23:17:58 EDT
no feedback since my comment, closing for now.  please reopen if still an issue - the compiler has been significantly refactored since this was raised so it may have been fixed 'by accident'