Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] ClassCastException

If this is the wrong list for this question, please direct me to the
appropriate place.

I just installed the AJDT dev build 1.5.3.200806211921 for Eclipse 3.3

I get the following error when converting a project to AspectJ:

java.lang.ClassCastException
at org.aspectj.org.eclipse.jdt.internal.compiler.lookup.MethodBinding.getVisibleBinding(MethodBinding.java:215)
at org.aspectj.org.eclipse.jdt.internal.compiler.lookup.Scope.findMethod(Scope.java:1267)
at org.aspectj.org.eclipse.jdt.internal.compiler.lookup.Scope.getMethod(Scope.java:2143)
at org.aspectj.org.eclipse.jdt.internal.compiler.ast.CastExpression.checkAlternateBinding(CastExpression.java:245)
at or ... thrown:
org.aspectj.org.eclipse.jdt.internal.compiler.ast.CastExpression$1
cannot be cast to
org.aspectj.org.eclipse.jdt.internal.compiler.ast.ASTNode


Back to the top