Actions
Bug #10961
openОшибка, при установке типа атрибута REFERENCE
Status:
Verified
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
09/27/2021
Due date:
% Done:
100%
Estimated time:
Detected in build:
1.3.684
Platform:
Windows x64
Published in build:
1.3.686
Description
В атрибуте узла указываем тип REFERENCE (атрибут может быть новый или уже существующий, имеющий непустое значение или нет). Вылетает окно с сообщением об ошибке.
An error has occurred. See error log for more details. java.lang.String cannot be cast to com.unitesk.requality.core.attribute.ReferenceValue
В Error log ошибка:
eclipse.buildId=4.6.3.M20170301-0400 java.version=1.8.0_265 java.vendor=AdoptOpenJDK BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=ru_RU Framework arguments: -product com.unitesk.requality.product.product -perspective com.unitesk.requality.main.perspective -perspective com.unitesk.requality.main.perspective -product com.unitesk.requality.product.product -perspective com.unitesk.requality.main.perspective -perspective com.unitesk.requality.main.perspective Command-line arguments: -os win32 -ws win32 -arch x86 -product com.unitesk.requality.product.product -perspective com.unitesk.requality.main.perspective -perspective com.unitesk.requality.main.perspective -data D:\Work\Eclipse Workspaces\workspace33 -product com.unitesk.requality.product.product -perspective com.unitesk.requality.main.perspective -perspective com.unitesk.requality.main.perspective org.eclipse.jface Error Mon Sep 27 17:32:26 MSK 2021 Problems occurred when invoking code from plug-in: "org.eclipse.jface". java.lang.ClassCastException: java.lang.String cannot be cast to com.unitesk.requality.core.attribute.ReferenceValue at com.unitesk.requality.eclipse.views.panels.AttributesPanel$TableLabelProvider.getColumnText(AttributesPanel.java:218) at org.eclipse.jface.viewers.TableColumnViewerLabelProvider.update(TableColumnViewerLabelProvider.java:66) at org.eclipse.jface.viewers.ViewerColumn.refresh(ViewerColumn.java:141) at org.eclipse.jface.viewers.AbstractTableViewer.doUpdateItem(AbstractTableViewer.java:389) at org.eclipse.jface.viewers.StructuredViewer$UpdateItemSafeRunnable.run(StructuredViewer.java:474) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42) at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:50) at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:173) at org.eclipse.jface.viewers.StructuredViewer.refreshItem(StructuredViewer.java:1559) at org.eclipse.jface.viewers.AbstractTableViewer.replace(AbstractTableViewer.java:1013) at com.unitesk.requality.eclipse.views.panels.AttributesPanel$16$1$2.run(AttributesPanel.java:1394) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:182) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4211) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3827) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1121) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1022) at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:150) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:693) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:610) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:148) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:138) 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:388) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:673) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:610) at org.eclipse.equinox.launcher.Main.run(Main.java:1519)
Updated by Denis Kildishev about 3 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Applied in changeset requality|4e9b72185e8c80d5eea9864d56aae37228c6910c.
Updated by Viktoria Kopach about 3 years ago
- Status changed from Resolved to Verified
Actions