Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Exception in Complier (IllegalStateException: Wrong number of type parameters)

Hello all,

since some time we are fighting with a bug crashing the AspectJ compiler.
See https://bugs.eclipse.org/bugs/show_bug.cgi?id=153380

I tried without success to isolate a single construct in our code which triggers this Exception. The compiler reports varying Classes as location for this Exception, and after stripping down about half the project, the Exception vanishes.

First the bug affected compilation within AJDT/Eclipse, but recently the external builds using IAJC/Ant are affected as well. The good news is that the newest AJDT Version for Eclipse 3.3 works fine and is not affected by this problem.

But the newer (standalone) AspectJ versions are affected: 1.5.3 and the "latest stable Dev Version 20070228".


Can anyone shed more light into this issue? Are there any newer Versions of
(standalone) AspectJ available somewhere? Are there any internal changes in the
compiler which could account for this Problem showing up and disappearing in 
the newest AJDT?

As you can imagine, our team is rather worried about this bug, because it could 
completely halt the deployment of our system. So any Hints, comments, pointers etc are greatly appreciated.

Thanks,
Hermann Vosseler


Back to the top