Thanks for the link, Andy! My Eclipse plugin MaintainJ uses AspectJ for tracing and I have been getting complaints regarding this bug. I had been searching the web for any details on this behaviour without success. Next time I would check the Bugzilla first .
Regards, Choudary Kothapalli. www.MaintainJ.com On 8/15/07, Andy Clement <[EMAIL PROTECTED]> wrote: > See bugzilla entry 156965: > > https://bugs.eclipse.org/bugs/show_bug.cgi?id=156965 > > there may be some resource to do something on it relatively soon. > > On 15/08/07, MaintainJ Inc. <[EMAIL PROTECTED]> wrote: > > I am using AJDT 1.4.1(AspectJ 1.5.3) to compile a simple class that > > uses JDK 1.6 features and I get an error that says, > > > > Java 6.0 compliance level is unsupported. > > > > Is there any plan for AspectJ to support Java 6 compliance in near future? > > > > The class I tried: > > > > public class Tester { > > private Deque< String> deque; > > } > > > > Regards, > > Choudary. > > _______________________________________________ > > aspectj-users mailing list > > [email protected] > > https://dev.eclipse.org/mailman/listinfo/aspectj-users > > > _______________________________________________ > aspectj-users mailing list > [email protected] > https://dev.eclipse.org/mailman/listinfo/aspectj-users > _______________________________________________ aspectj-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/aspectj-users
