Project

General

Profile

Actions

Bug #7701

closed

orphan фрагменты после удаления требования

Added by Viktoria Kopach over 7 years ago. Updated over 6 years ago.

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

100%

Estimated time:
Detected in build:
0.21.269
Platform:
Windows x64
Published in build:
0.21.272

Description

1. У требования есть один или несколько фрагментов в одном документе.
2. Если документ открыт в редакторе документов, закрываем его - это важно!
3. Удаляем это требование.
4. Открываем документ.
В редакторе документа видим, что фрагменты удаленного требования остались размеченными.
В Outline видим, что все фрагменты, принадлежавшие удаленному требованию, отображаются и обозначены как orphan.
В Error log отображается ошибка:

eclipse.buildId=4.4.1.M20140925-0400
java.version=1.8.0_101
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=ru_RU
Framework arguments:  -product org.eclipse.epp.package.standard.product
Command-line arguments:  -os win32 -ws win32 -arch x86 -product org.eclipse.epp.package.standard.product

org.eclipse.ui
Error
Wed Nov 09 14:34:51 MSK 2016
Unhandled event loop exception

org.eclipse.e4.core.di.InjectionException: java.lang.NullPointerException
    at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:62)
    at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:247)
    at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:229)
    at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:132)
    at org.eclipse.e4.core.commands.internal.HandlerServiceHandler.execute(HandlerServiceHandler.java:149)
    at org.eclipse.core.commands.Command.executeWithChecks(Command.java:499)
    at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:508)
    at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:210)
    at org.eclipse.e4.ui.bindings.keys.KeyBindingDispatcher.executeCommand(KeyBindingDispatcher.java:286)
    at org.eclipse.e4.ui.bindings.keys.KeyBindingDispatcher.press(KeyBindingDispatcher.java:507)
    at org.eclipse.e4.ui.bindings.keys.KeyBindingDispatcher.processKeyEvent(KeyBindingDispatcher.java:558)
    at org.eclipse.e4.ui.bindings.keys.OutOfOrderListener.handleEvent(OutOfOrderListener.java:72)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
    at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4353)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1061)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1085)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1070)
    at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1112)
    at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1108)
    at org.eclipse.swt.widgets.Widget.wmKeyDown(Widget.java:1831)
    at org.eclipse.swt.widgets.Control.WM_KEYDOWN(Control.java:4975)
    at org.eclipse.swt.widgets.Tree.WM_KEYDOWN(Tree.java:6156)
    at org.eclipse.swt.widgets.Control.windowProc(Control.java:4642)
    at org.eclipse.swt.widgets.Tree.windowProc(Tree.java:6024)
    at org.eclipse.swt.widgets.Display.windowProc(Display.java:5023)
    at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
    at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:2549)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3759)
    at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1151)
    at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
    at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1032)
    at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:148)
    at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:636)
    at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:579)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
    at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:135)
    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:648)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1465)
Caused by: java.lang.NullPointerException
    at com.unitesk.requality.eclipse.views.documents.ToDoList.deleted(ToDoList.java:650)
    at com.unitesk.requality.eclipse.views.documents.ToDoList.changed(ToDoList.java:756)
    at com.unitesk.requality.core.TreeDB.stopChangeRow(TreeDB.java:418)
    at com.unitesk.requality.eclipse.handlers.DeleteSelection.deleteNodes(DeleteSelection.java:252)
    at com.unitesk.requality.eclipse.handlers.DeleteSelection.execute(DeleteSelection.java:65)
    at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:294)
    at org.eclipse.ui.internal.handlers.E4HandlerProxy.execute(E4HandlerProxy.java:90)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:55)
    ... 48 more

Если выполнить удаление требования при открытом документе, то такого не происходит.

Actions #1

Updated by Denis Kildishev over 7 years ago

  • Status changed from New to Resolved
  • % Done changed from 0 to 100

Applied in changeset r5259.

Actions #2

Updated by Denis Kildishev over 7 years ago

  • Published in build set to 0.21.270
Actions #3

Updated by Viktoria Kopach over 7 years ago

  • Status changed from Resolved to Open

orphan фрагменты больше не появляются, но ошибка в Error log продолжает появляться.

Actions #4

Updated by Denis Kildishev over 7 years ago

  • Status changed from Open to Resolved

Applied in changeset r5267.

Actions #5

Updated by Viktoria Kopach over 7 years ago

  • Published in build deleted (0.21.270)
Actions #6

Updated by Denis Kildishev over 7 years ago

  • Published in build set to 0.21.272
Actions #7

Updated by Viktoria Kopach over 7 years ago

  • Status changed from Resolved to Verified
Actions #8

Updated by Alexey Khoroshilov about 7 years ago

  • Target version set to 0.21
Actions #9

Updated by Denis Kildishev over 6 years ago

  • Status changed from Verified to Resolved

Applied in changeset requality|commit:0cc66b2e55451ef882015a9b2157009f5fc7a277.

Actions #10

Updated by Alexey Khoroshilov over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF