Project

General

Profile

Actions

Bug #7030

closed

Unhandled event loop exception при отмене создания шаблона

Added by Viktoria Kopach almost 8 years ago. Updated almost 8 years ago.

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

100%

Estimated time:
Detected in build:
0.20.248
Platform:
Windows x64
Published in build:
0.20.250

Description

1. В UniEditor кликаем на кнопку Templates.
2. В окне Templates Editor кликаем на Create template.
3. Ничего не меняем и кликаем на Cancel.

Видим, что в Error log возникла ошибка:
eclipse.buildId=4.4.1.M20140925-0400
java.version=1.8.0_73
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
Tue Apr 05 17:01:52 MSK 2016
Unhandled event loop exception

java.lang.NullPointerException
at com.unitesk.requality.eclipse.views.properties.TemplatesPanel.deleted(TemplatesPanel.java:582)
at com.unitesk.requality.core.TreeDB$3.deleted(TreeDB.java:1343)
at com.unitesk.requality.core.transaction.TransactionStorage.remove(TransactionStorage.java:182)
at com.unitesk.requality.core.transaction.CreateNode.rollback(CreateNode.java:29)
at com.unitesk.requality.core.transaction.TransactionStorage.rollback(TransactionStorage.java:290)
at com.unitesk.requality.core.TreeDB.rollback(TreeDB.java:892)
at com.unitesk.requality.eclipse.views.properties.TemplatesPanel$3.handleEvent(TemplatesPanel.java:258)
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.Display.runDeferredEvents(Display.java:4172)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3761)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:832)
at org.eclipse.jface.window.Window.open(Window.java:808)
at com.unitesk.requality.eclipse.ui.editors.JSEditor$8.function(JSEditor.java:586)
at org.eclipse.swt.browser.External.invokeFunction(External.java:414)
at org.eclipse.swt.browser.External.callJava(External.java:108)
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)

Теперь создание новых узлов вообще перестало работать.

Actions #1

Updated by Anastasia Tugaenko almost 8 years ago

  • Target version set to 0.20
Actions #2

Updated by Denis Kildishev almost 8 years ago

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

Applied in changeset r4890.

Actions #3

Updated by Denis Kildishev almost 8 years ago

  • Published in build set to 0.20.250
Actions #4

Updated by Viktoria Kopach almost 8 years ago

  • Status changed from Resolved to Verified
Actions #5

Updated by Alexey Khoroshilov almost 8 years ago

  • Status changed from Verified to Closed
Actions

Also available in: Atom PDF