Skip to main content

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


Hi,

This problem has been reported as bug 64331 and is now fixed (as of about half an hour ago).  The problem is that we NPE whilst reporting an error.
The error is that you have made an inter-type declaration of an abstract method on an abstract class and some subclass of that abstract class has not provided an implementation of the inter-type declared method.  Fix should be picked up in AJDT 1.1.12.

Andy.



gilbert.gao@xxxxxxxxxxx
Sent by: aspectj-users-admin@xxxxxxxxxxx

22/07/2004 06:57

Please respond to
aspectj-users

To
aspectj-users@xxxxxxxxxxx
cc
Subject
[aspectj-users] ajdt error






Hi,

When I was compiling aspectj code by using ajdt 1.1.11 on eclipse 3.0.0, it
poped up an message that says aspectj got an null pointer exception. The
following is the log file from workspace/.metadata of eclipse. How should I
solve this problem?


!SESSION ŽµŒŽ 22, 2004 00:32:25.14 ---------------------------------------------
--
eclipse.buildId=I200406251208
java.version=1.4.2_05
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=zh_CN

!ENTRY org.eclipse.ui.ide 4 4 ŽµŒŽ 22, 2004 00:32:25.14
!MESSAGE Error accessing marker type

!ENTRY org.eclipse.core.resources 4 376 ŽµŒŽ 22, 2004 00:32:25.30
!MESSAGE Marker id: 2 not found.

!ENTRY org.eclipse.ui.ide 4 4 ŽµŒŽ 22, 2004 00:32:25.30
!MESSAGE Error accessing marker type

!ENTRY org.eclipse.core.resources 4 376 ŽµŒŽ 22, 2004 00:32:25.30
!MESSAGE Marker id: 2 not found.

!ENTRY org.eclipse.ui.ide 4 4 ŽµŒŽ 22, 2004 00:32:25.45
!MESSAGE Error accessing marker type

!ENTRY org.eclipse.core.resources 4 376 ŽµŒŽ 22, 2004 00:32:25.45
!MESSAGE Marker id: 2 not found.

!ENTRY org.eclipse.ui.ide 4 4 ŽµŒŽ 22, 2004 00:32:25.514
!MESSAGE Error accessing marker type

!ENTRY org.eclipse.core.resources 4 376 ŽµŒŽ 22, 2004 00:32:25.530
!MESSAGE Marker id: 2 not found.

!ENTRY org.eclipse.ui.ide 4 4 ŽµŒŽ 22, 2004 00:32:25.530
!MESSAGE Error accessing marker type

!ENTRY org.eclipse.core.resources 4 376 ŽµŒŽ 22, 2004 00:32:25.530
!MESSAGE Marker id: 2 not found.

!ENTRY org.eclipse.ui.ide 4 4 ŽµŒŽ 22, 2004 00:32:25.545
!MESSAGE Error accessing marker type

!ENTRY org.eclipse.core.resources 4 376 ŽµŒŽ 22, 2004 00:32:25.545
!MESSAGE Marker id: 2 not found.

!ENTRY org.eclipse.ajdt.ui 4 0 ŽµŒŽ 22, 2004 00:34:24.764
!MESSAGE NullPointerException thrown: null
!STACK 0
java.lang.NullPointerException
                at
org.aspectj.ajdt.internal.compiler.WeaverMessageHandler.buildSeeAlsoProblems
(WeaverMessageHandler.java:172)
                at
org.aspectj.ajdt.internal.compiler.WeaverMessageHandler.handleMessage
(WeaverMessageHandler.java:100)
                at org.aspectj.weaver.ResolvedTypeX.checkInterTypeMungers
(ResolvedTypeX.java:989)
                at org.aspectj.weaver.bcel.BcelWeaver.weave(BcelWeaver.java:718)
                at org.aspectj.weaver.bcel.BcelWeaver.weaveWithoutDump
(BcelWeaver.java:691)
                at org.aspectj.weaver.bcel.BcelWeaver.weaveAndNotify
(BcelWeaver.java:617)
                at org.aspectj.weaver.bcel.BcelWeaver.weave(BcelWeaver.java:565)
                at org.aspectj.ajdt.internal.compiler.AjCompilerAdapter.weave
(AjCompilerAdapter.java:239)
                at org.aspectj.ajdt.internal.compiler.AjCompilerAdapter.afterCompiling
(AjCompilerAdapter.java:114)
                at org.eclipse.jdt.internal.compiler.Compiler.compile
(Compiler.java:376)
                at
org.aspectj.ajdt.internal.core.builder.AjBuildManager.performCompilation
(AjBuildManager.java:717)
                at org.aspectj.ajdt.internal.core.builder.AjBuildManager.doBuild
(AjBuildManager.java:170)
                at org.aspectj.ajdt.internal.core.builder.AjBuildManager.batchBuild
(AjBuildManager.java:100)
                at org.aspectj.ajde.internal.CompilerAdapter.compile
(CompilerAdapter.java:108)
                at org.aspectj.ajde.internal.AspectJBuildManager$CompilerThread.run
(AspectJBuildManager.java:169)

_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/aspectj-users


Back to the top