Bug 245010 - SourceTypeBinding.java:1514 NullPointerException
Summary: SourceTypeBinding.java:1514 NullPointerException
Status: RESOLVED FIXED
Alias: None
Product: AJDT
Classification: Tools
Component: Core (show other bugs)
Version: 1.5.3   Edit
Hardware: PC Windows XP
: P3 major (vote)
Target Milestone: 2.0.1   Edit
Assignee: AJDT-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-22 19:13 EDT by Roger Neyman CLA
Modified: 2009-10-06 23:57 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 Roger Neyman CLA 2008-08-22 19:13:16 EDT
NPE generated repeatedly while refactoring java code. 


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:993)
at org.aspectj.ajdt.internal.compiler.lookup.EclipseSourceType.fillDeclaredMembers(EclipseSourceType.java:255)
at org.aspectj.ajdt.internal.compiler.lookup.EclipseSourceType.getDeclaredMeth ... ine.postMessage (Ltypes/Message;)V
                    RETURN   (line 859)
  end public void screenChanged()
end public class statemachine.Engine


Eclipse AspectJ Development Tools

Version: 1.5.3.200807141310
AspectJ version: 1.6.1.20080703120000

(c) Copyright IBM Corp. and others 2000, 2006.  All rights reserved.
Visit http://www.eclipse.org/ajdt
Comment 1 Andrew Clement CLA 2008-08-22 19:30:31 EDT
Fixed in AspectJ under bug 229829 and already available in dev builds of AJDT on Eclipse 3.4 - but there has not yet been a refresh of AspectJ into the AJDT 1.5 line for Eclipse 3.3.  I'll do an update soon then it will be available in the dev builds of AJDT 1.5.4 on Eclipse 3.3
Comment 2 Andrew Eisenberg CLA 2009-10-06 23:57:46 EDT
Should be closed.