Project

General

Profile

Actions

Bug #244

closed

NullPointerException at com.unitesk.requality.eclipse.editors.DocEditorInput.<init>

Added by Alexey Khoroshilov almost 14 years ago. Updated over 13 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
Start date:
06/11/2010
Due date:
% Done:

100%

Estimated time:
Detected in build:
0.6.31
Platform:
Published in build:
0.6.32

Description

Не сразу заметил, но в ходе добавления и удаления документов было такое исключение.

Что я делал.
1. Добавил документ в корневую папку.
2. Добавил документ в корневую папку.
3. Удалил документ №2.
4. Добавил документ в новую подпапку.
5. Добавил несколько документов в корневую папку.
6. Попытался удалить документ из корневой папки, что не получилось.

Предположительно (судя по времени) исключение было где-то в районе шагов 2-4.

java.lang.NullPointerException
at com.unitesk.requality.eclipse.editors.DocEditorInput.<init>(DocEditorInput.java:45)
at com.unitesk.requality.eclipse.views.actions.ImportAction.openDocument(ImportAction.java:124)
at com.unitesk.requality.eclipse.views.actions.ImportAction.runAction(ImportAction.java:110)
at com.unitesk.requality.eclipse.views.actions.ImportAction.run(ImportAction.java:65)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:498)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584)
at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1176)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3493)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3112)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
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:597)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
at org.eclipse.equinox.launcher.Main.run(Main.java:1311)


Related issues 1 (0 open1 closed)

Related to Requality - Bug #243: Удаление документа работает не всегдаClosed06/11/2010

Actions
Actions #1

Updated by Yuriy Shekochihin almost 14 years ago

  • Status changed from New to Resolved
  • % Done changed from 0 to 100
Actions #2

Updated by Yuriy Shekochihin almost 14 years ago

  • Published in build set to 0.6.32
Actions #3

Updated by Alexey Khoroshilov almost 14 years ago

  • Status changed from Resolved to Closed

Похоже что не воспроизводится

Actions

Also available in: Atom PDF