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

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

Back to the top