Skip to main content

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

AJDT includes a more up to date version of AspectJ than you can obtain
from the AspectJ download page.

I have just uploaded a build for you that matches what is in the
latest AJDT, but I am not aware of any change that fixes 153380.

Andy.

On 11/06/07, prg@xxxxxxxxxxxxxxx <prg@xxxxxxxxxxxxxxx> wrote:
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
_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aspectj-users



Back to the top