Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-text-dev] Fw: [platform-ui-dev] NPE with HEAD code

This is in Text.

----- Forwarded by Nick Edgar/Ottawa/IBM on 01/04/2004 11:58 PM -----

John Arthorne/Ottawa/IBM@IBMCA 
Sent by: platform-ui-dev-admin@xxxxxxxxxxx
01/04/2004 05:40 PM
Please respond to
platform-ui-dev


To
platform-ui-dev@xxxxxxxxxxx
cc

Subject
[platform-ui-dev] NPE with HEAD code







I get a NPE opening editors with all of the UI module loaded from HEAD 
(text file, new workspace).  Is there something outside the UI module that 
I need to get this working?  Known bug? 

org.eclipse.core.runtime.CoreException[1]: java.lang.NullPointerException 
        at java.lang.Throwable.<init>(Throwable.java) 
        at java.lang.Throwable.<init>(Throwable.java:73) 
        at 
java.lang.NullPointerException.<init>(NullPointerException.java:60) 
        at 
org.eclipse.ui.texteditor.AbstractTextEditor.findContributedAction(AbstractTextEditor.java:3592) 

        at 
org.eclipse.ui.texteditor.AbstractTextEditor.getAction(AbstractTextEditor.java:3567) 

        at 
org.eclipse.ui.texteditor.AbstractTextEditor.updateInsertModeAction(AbstractTextEditor.java:4658) 

        at 
org.eclipse.ui.texteditor.AbstractTextEditor.handleInsertModeChanged(AbstractTextEditor.java:4652) 

        at 
org.eclipse.ui.texteditor.AbstractTextEditor.setInsertMode(AbstractTextEditor.java:4487) 

        at 
org.eclipse.ui.texteditor.AbstractTextEditor.switchToNextInsertMode(AbstractTextEditor.java:4518) 

        at 
org.eclipse.ui.texteditor.AbstractTextEditor.configureInsertMode(AbstractTextEditor.java:4543) 

        at 
org.eclipse.ui.editors.text.TextEditor.initializeEditor(TextEditor.java:94) 

        at 
org.eclipse.ui.texteditor.ExtendedTextEditor.<init>(ExtendedTextEditor.java:180) 

        at 
org.eclipse.ui.editors.text.TextEditor.<init>(TextEditor.java:73) 
        at java.lang.Class.newInstanceImpl(Native Method) 
        at java.lang.Class.newInstance(Class.java)


Back to the top