Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Java 6.0 compliance level is unsupported

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 <andrew.clement@xxxxxxxxx> 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. <choudary.k@xxxxxxxxxxxxx> 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
> > aspectj-users@xxxxxxxxxxx
> > https://dev.eclipse.org/mailman/listinfo/aspectj-users
> >
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/aspectj-users
>


Back to the top