[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[aspectj-users] ClassCastException
|
- From: joel@xxxxxxxxxxx
- Date: Mon, 23 Jun 2008 16:42:25 -0700
- Delivered-to: aspectj-users@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender :to:subject:mime-version:content-type:content-transfer-encoding :content-disposition:x-google-sender-auth; bh=A2oC4m7DuiWCJOl7zpdWx7yWnuvRI+e4BYDxCZhcPvc=; b=TAZj6Mo0f8Pr5A7Ms19dto9YpSkOBJS0nrDD2m5Ku36jm1jUQiJ6hB5L0Oa8nTbNfq rwLolXzOFDx5wrx1Lzf3SR+n5bi2MakMIomNfIEDktdaNzSEmuVUSzokwDVhAgLGKkDI n8kecgkaL9hGOYbfgJ0QQQ/T2f75Ut9RL/EUM=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition:x-google-sender-auth; b=PHwDF+zSmd+JC7W0U3aCEpjjqs28vdSQsA/UaNeNiEGdWpJBKQPFLuzkMmXZDv/Cqw xNU2jqhsUSjyfzBEWIim9VtsVhpM/oej1wtKvToAtlD2YKZw4WHxtlPyptfj0qLLnoHn eF6gmOyu/nyGeh6tprKzmbbME06+aKMry+290=
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