Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] A failure with complex generic type

Thanks,

Bug 406167

https://bugs.eclipse.org/bugs/show_bug.cgi?id=406167

is open.

 

From: aspectj-users-bounces@xxxxxxxxxxx [mailto:aspectj-users-bounces@xxxxxxxxxxx] On Behalf Of Andy Clement
Sent: יום ב 15 אפריל 2013 21:43
To: aspectj-users@xxxxxxxxxxx
Subject: Re: [aspectj-users] A failure with complex generic type

 

Hi Hana,

 

Looks like you found a new bug. Can you raise a bugzilla for it? (here https://bugs.eclipse.org/bugs/enter_bug.cgi?product=AspectJ ). If you could include the source code declarations involved then that would be helpful (I probably don't need the code itself, just the declarations).

 

cheers,

Andy

 

On 15 April 2013 02:46, Giat, Hana <hana.giat@xxxxxx> wrote:

Using aspectjtools 1.7.2 I get the following exception:

 

INFO: abort ABORT -- (IllegalStateException) Expecting .,<, or ;, but found / while unpacking Lcom/a/a/b/t<TK;TV;>.com/a/a/b/af.com/a/a/b/ag;Ljava/util/ListIterator<TV;>;

Expecting .,<, or ;, but found / while unpacking Lcom/a/a/b/t<TK;TV;>.com/a/a/b/af.com/a/a/b/ag;Ljava/util/ListIterator<TV;>;

java.lang.IllegalStateException: Expecting .,<, or ;, but found / while unpacking Lcom/a/a/b/t<TK;TV;>.com/a/a/b/af.com/a/a/b/ag;Ljava/util/ListIterator<TV;>;

 

I see in readme that similar issues were supposed to be solved in 1.7.2 (“complex generic types”).

Is it another bug? My class seems to be ok and functioning, just fails on weaving.

 

Thanks,

Hana


_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aspectj-users

 


Back to the top