Actions
Bug #13464
openUnhandled event loop exception при попытке включения многотомного режима
Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
03/03/2025
Due date:
% Done:
0%
Estimated time:
Detected in build:
1.4.897
Platform:
Windows x64
Published in build:
Description
При первой попытке добавить атрибут MultiPartDocument, задать логический тип и установить значение true с помощью мышки – вылетает unhandled event loop exception в момент клика по значению true в списке. Если вызвать список и с помощью клавиатуры выбрать значение – ошибка не падает и значение выбирается. После того, как многотомный отчёт успешно сгенерился, поведение не воспроизводится ни на том же проекте, ни на другом, ни на других атрибутах, ни в другом воркспейсе.
Похоже на уже возникавшее #13056.
eclipse.buildId=4.26.0.20250226-2218
java.version=21.0.6
java.vendor=Eclipse Adoptium
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=ru_RU
Framework arguments: -product com.unitesk.requality.product.product -perspective com.unitesk.requality.main.perspective
Command-line arguments: -os win32 -ws win32 -arch x86_64 -product com.unitesk.requality.product.product -perspective com.unitesk.requality.main.perspective
org.eclipse.ui
Error
Mon Mar 03 14:16:49 MSK 2025
Unhandled event loop exception
java.lang.ClassCastException: class java.lang.Boolean cannot be cast to class com.unitesk.requality.core.attribute.AppliedEnumValue (java.lang.Boolean is in module java.base of loader 'bootstrap'; com.unitesk.requality.core.attribute.AppliedEnumValue is in unnamed module of loader org.eclipse.osgi.internal.loader.EquinoxClassLoader @7da2eb01)
at com.unitesk.requality.eclipse.views.panels.AttributesPanel$9$1.mouseMove(AttributesPanel.java:886)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:216)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89)
at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4256)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1066)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4054)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3642)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1155)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1046)
at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155)
at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:643)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:550)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:171)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
Actions