Project

General

Profile

Actions

Bug #13056

open

Ошибка при попытке включения многотомного режима

Added by Natalia Gorelits about 2 months ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
05/13/2024
Due date:
% Done:

0%

Estimated time:
Detected in build:
1.4.855
Platform:
Windows x64
Published in build:

Description

Не всегда дает включить многотомный режим мышкой:
Добавлен атрибут MultiPartDocument, указан тип BOOL, значение по умолчанию выставляется false.
При попытке открыть список значений и выбрать вместо false true – выпадает ошибка Unhandled event loop exception.
При этом с помощью кнопок вверх-вниз есть возможность изменить значение атрибута.

eclipse.buildId=4.26.0.20240508-1527
java.version=21.0.3
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 May 13 14:29:46 MSK 2024
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 @5af4328e)
    at com.unitesk.requality.eclipse.views.panels.AttributesPanel$9$1.mouseMove(AttributesPanel.java:875)
    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)


Files

No data to display

Actions

Also available in: Atom PDF