Bug 105628 - java.lang.NullPointerException
Summary: java.lang.NullPointerException
Status: RESOLVED INVALID
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.1   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: needinfo
Depends on:
Blocks:
 
Reported: 2005-07-30 04:52 EDT by Thomas CLA
Modified: 2007-06-22 10:04 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas CLA 2005-07-30 04:52:15 EDT
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=de_DE
Framework arguments:  -Xmx 512m
Command-line arguments:  -os linux -ws gtk -arch x86 -Xmx 512m

!ENTRY org.eclipse.ui 4 4 2005-07-30 10:45:04.730
!MESSAGE "Paste" did not complete normally.  Please see the log for more
information.

!ENTRY org.eclipse.ui 4 0 2005-07-30 10:45:04.745
!MESSAGE java.lang.NullPointerException
!STACK 0
java.lang.NullPointerException
	at
org.eclipse.jface.text.AbstractDocument.fireDocumentAboutToBeChanged(AbstractDocument.java:618)
	at org.eclipse.jface.text.AbstractDocument.replace(AbstractDocument.java:1096)
	at
org.eclipse.jdt.internal.ui.javaeditor.PartiallySynchronizedDocument.replace(PartiallySynchronizedDocument.java:111)
	at org.eclipse.jface.text.AbstractDocument.replace(AbstractDocument.java:1111)
	at
org.eclipse.jdt.internal.ui.javaeditor.PartiallySynchronizedDocument.replace(PartiallySynchronizedDocument.java:102)
	at org.eclipse.jface.text.DocumentCommand$Command.execute(DocumentCommand.java:91)
	at org.eclipse.jface.text.DocumentCommand.execute(DocumentCommand.java:427)
	at org.eclipse.jface.text.TextViewer.handleVerifyEvent(TextViewer.java:3369)
	at
org.eclipse.jface.text.source.projection.ProjectionViewer.handleVerifyEvent(ProjectionViewer.java:1219)
	at
org.eclipse.jface.text.TextViewer$TextVerifyListener.verifyText(TextViewer.java:358)
	at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:194)
	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1021)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1045)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1030)
	at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:900)
	at org.eclipse.swt.custom.StyledText.modifyContent(StyledText.java:5757)
	at org.eclipse.swt.custom.StyledText.sendKeyEvent(StyledText.java:6625)
	at org.eclipse.swt.custom.StyledText.paste(StyledText.java:5823)
	at org.eclipse.jface.text.TextViewer.doOperation(TextViewer.java:3515)
	at org.eclipse.jface.text.source.SourceViewer.doOperation(SourceViewer.java:801)
	at
org.eclipse.jface.text.source.projection.ProjectionViewer.doOperation(ProjectionViewer.java:1472)
	at
org.eclipse.jdt.internal.ui.javaeditor.JavaSourceViewer.doOperation(JavaSourceViewer.java:177)
	at
org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitEditor$AdaptedSourceViewer.doOperation(CompilationUnitEditor.java:211)
	at
org.eclipse.jdt.internal.ui.javaeditor.ClipboardOperationAction.doPasteWithImportsOperation(ClipboardOperationAction.java:488)
	at
org.eclipse.jdt.internal.ui.javaeditor.ClipboardOperationAction.internalDoOperation(ClipboardOperationAction.java:276)
	at
org.eclipse.jdt.internal.ui.javaeditor.ClipboardOperationAction$1.run(ClipboardOperationAction.java:247)
	at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
	at
org.eclipse.jdt.internal.ui.javaeditor.ClipboardOperationAction.run(ClipboardOperationAction.java:245)
	at org.eclipse.jface.action.Action.runWithEvent(Action.java:996)
	at org.eclipse.ui.commands.ActionHandler.execute(ActionHandler.java:182)
	at
org.eclipse.ui.internal.handlers.LegacyHandlerWrapper.execute(LegacyHandlerWrapper.java:108)
	at org.eclipse.core.commands.Command.execute(Command.java:311)
	at
org.eclipse.core.commands.ParameterizedCommand.execute(ParameterizedCommand.java:396)
	at
org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeCommand(WorkbenchKeyboard.java:459)
	at org.eclipse.ui.internal.keys.WorkbenchKeyboard.press(WorkbenchKeyboard.java:781)
	at
org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEvent(WorkbenchKeyboard.java:828)
	at
org.eclipse.ui.internal.keys.WorkbenchKeyboard.filterKeySequenceBindings(WorkbenchKeyboard.java:550)
	at
org.eclipse.ui.internal.keys.WorkbenchKeyboard.access$3(WorkbenchKeyboard.java:493)
	at
org.eclipse.ui.internal.keys.WorkbenchKeyboard$KeyDownFilter.handleEvent(WorkbenchKeyboard.java:117)
	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
	at org.eclipse.swt.widgets.Display.filterEvent(Display.java:1252)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1020)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1045)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1030)
	at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1057)
	at org.eclipse.swt.widgets.Widget.gtk_key_press_event(Widget.java:621)
	at org.eclipse.swt.widgets.Control.gtk_key_press_event(Control.java:1964)
	at org.eclipse.swt.widgets.Composite.gtk_key_press_event(Composite.java:560)
	at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:1365)
	at org.eclipse.swt.widgets.Display.windowProc(Display.java:3442)
	at org.eclipse.swt.internal.gtk.OS._gtk_main_do_event(Native Method)
	at org.eclipse.swt.internal.gtk.OS.gtk_main_do_event(OS.java:4777)
	at org.eclipse.swt.widgets.Display.eventProc(Display.java:1067)
	at org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(Native Method)
	at org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(OS.java:1158)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2570)
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1699)
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:367)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143)
	at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:103)
	at
org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:585)
	at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334)
	at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
	at org.eclipse.core.launcher.Main.run(Main.java:973)
	at org.eclipse.core.launcher.Main.main(Main.java:948)
Comment 2 Dani Megert CLA 2007-06-22 09:59:25 EDT
Get rid of deprecated state.
Comment 3 Dani Megert CLA 2007-06-22 10:04:38 EDT
.