Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] AJDT error

What version of AJDT are you using?  The 2.1.3 release has some
problems when you are using 3.7.1 specifically when dealing with a
Java 1.7 compliance level.  You'd have more luck upgrading to the
latest snapshot, using this update site:
http://download.eclipse.org/tools/ajdt/37/dev/upate

On Thu, Dec 8, 2011 at 11:33 AM, Steve Ash <stevemash@xxxxxxxxx> wrote:
> I recently switched some projects to Java 1.7 compiler level.  I am not
> using an Java7 syntax, but am using some libraries.  In any case, I _think_
> that these messages started happening only after switching to 1.7 compiler
> level.  I'm not sure -- nor have I pinpointed exactly what events lead to
> this.  Its not frequency but maybe a few times a week I get:
>
> "Delete and update AspectJ markers for MyProjectName" has encountered a
> problem.  An internal error occurred during: "Delete and update AspectJ
> markers for MyProjectName".
>
> Then in the details I get:
>
> An internal error occurred during: "Delete and update AspectJ markers for
> FuzzySearchCore".
> org.eclipse.jdt.internal.compiler.ast.IntLiteral: method <init>([CII)V not
> found
>
> I have a screenshot as well if that would be useful, but that's all of the
> info.  I did not get anything in the log.  Anyone have any idea?
>
> Thanks,
>
> Steve
>
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/aspectj-users
>


Back to the top