Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Compiling java-7 code with jdk-8

Sorry,

I just saw that the development build was very old (Didnt spot the 2013 in there)
Will report back when I get a newer one.



2014-05-14 13:32 GMT+02:00 Jonas Trollvik <jontro@xxxxxxxxx>:
Thanks,

now when running against the master build (aspectj-DEVELOPMENT-20130612103400.jar) I get the same error as with version 1.7.3
[ERROR] The type java.util.Map$Entry cannot be resolved. It is indirectly referenced from required .class files
---

[ERROR] /path ommited/ModelRequestParameters.java:11:0::0 The type java.util.Map$Entry cannot be resolved. It is indirectly referenced from required .class files

Is this a new bug?

Cheers
Jonas



2014-05-14 13:06 GMT+02:00 Frank Pavageau <frank.pavageau@xxxxxxxxx>:
Hi Jonas.

2014-05-14 12:48 GMT+02:00 Jonas Trollvik <jontro@xxxxxxxxx>:

With aspectjrt versions of 1.8.0 I get a lot of error messages like the following:
[ERROR] The type new Comparator<FileEntry>(){} must implement the inherited abstract method Comparator<FileEntry>.thenComparing(Function<? super FileEntry,? extends U>, Comparator<? super U>)

I reported this one as https://bugs.eclipse.org/bugs/show_bug.cgi?id=433744 which Andy has already fixed in master.
 
With aspectj 1.7.3 I get the following error message
[ERROR] The type java.util.Map$Entry cannot be resolved. It is indirectly referenced from required .class files

I haven't tried that combination, so I can't really comment on that one.

Regards,
Frank

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




Back to the top