Bug 242200 - NullPointerException
Summary: NullPointerException
Status: RESOLVED DUPLICATE of bug 229829
Alias: None
Product: AJDT
Classification: Tools
Component: Core (show other bugs)
Version: 1.6.0   Edit
Hardware: All Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: AJDT-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-28 05:15 EDT by jason zhang CLA
Modified: 2008-07-29 12:20 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jason zhang CLA 2008-07-28 05:15:38 EDT
Build ID: 1.6.0.200807041530

Steps To Reproduce:
Repeated get this exception for all sources I am editing

java.lang.NullPointerException
at org.aspectj.org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding.sourceStart(SourceTypeBinding.java:1514)
at org.aspectj.org.eclipse.jdt.internal.compiler.lookup.MethodBinding.sourceStart(MethodBinding.java:992)
at org.aspectj.ajdt.internal.compiler.lookup.EclipseSourceType.fillDeclaredMembers(EclipseSourceType.java:255)
at org.aspectj.ajdt.internal.compiler.lookup.EclipseSourceType.getDeclaredMethods( ...           ARETURN
  end private org.apache.myfaces.custom.tree2.TreeNodeBase getGlobalTemplate()
end public class net.sf.webcommand.web.appstree.Apps

My eclipse is 3.4.0. Whatever java file I am editing, I got this exception from time to time. A pop up window asked me to report this bug.



More information:
Comment 1 Toby Weston CLA 2008-07-28 07:05:24 EDT
Is this a repeat of Bug 229829?
Comment 2 jason zhang CLA 2008-07-29 11:10:02 EDT
yes, seem to be the same bug
Comment 3 Andrew Clement CLA 2008-07-29 12:20:58 EDT
yep

*** This bug has been marked as a duplicate of bug 229829 ***