Project

General

Profile

Actions

Bug #7005

closed

Сломалось добавление теста

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

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

100%

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

Description

При добавлении теста к требованию открывается окно Test Generator Selection. Выбираем, как обычно, "Add existing TTCN test", "New Test Step" или "New TTCN Test". Нажимаем ОК.
И ничего больше не происходит.

В Error log возникает ошибка:

eclipse.buildId=4.3.2.M20140221-1700
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

Error
Mon Mar 28 17:06:55 MSK 2016
Unhandled event loop exception

org.eclipse.e4.core.di.InjectionException: java.lang.IllegalAccessError: tried to access method com.unitesk.requality.eclipse.wizards.TreeNodeSelectionPage.setTargetQIDs(Ljava/lang/String;)V from class com.unitesk.reqcoverage.eclipse.wizards.ExistingTestWizard
at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:63)
at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:243)
at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:224)
at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:132)
at org.eclipse.e4.core.commands.internal.HandlerServiceHandler.execute(HandlerServiceHandler.java:167)
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:213)
at org.eclipse.e4.ui.workbench.renderers.swt.HandledContributionItem.executeItem(HandledContributionItem.java:850)
at org.eclipse.e4.ui.workbench.renderers.swt.HandledContributionItem.handleWidgetSelection(HandledContributionItem.java:743)
at org.eclipse.e4.ui.workbench.renderers.swt.HandledContributionItem.access$7(HandledContributionItem.java:727)
at org.eclipse.e4.ui.workbench.renderers.swt.HandledContributionItem$4.handleEvent(HandledContributionItem.java:662)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1057)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4170)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3759)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1113)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:997)
at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:140)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:611)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:567)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:354)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:181)
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:636)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591)
at org.eclipse.equinox.launcher.Main.run(Main.java:1450)
Caused by: java.lang.IllegalAccessError: tried to access method com.unitesk.requality.eclipse.wizards.TreeNodeSelectionPage.setTargetQIDs(Ljava/lang/String;)V from class com.unitesk.reqcoverage.eclipse.wizards.ExistingTestWizard
at com.unitesk.reqcoverage.eclipse.wizards.ExistingTestWizard.addPages(ExistingTestWizard.java:91)
at org.eclipse.jface.wizard.WizardDialog.createContents(WizardDialog.java:605)
at org.eclipse.jface.window.Window.create(Window.java:432)
at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:1104)
at org.eclipse.jface.window.Window.open(Window.java:791)
at com.unitesk.requality.tests.TestDialogProvider.openWizard(TestDialogProvider.java:129)
at com.unitesk.reqcoverage.tests.ExistingTestGenerator.generateTest(ExistingTestGenerator.java:27)
at com.unitesk.requality.tests.TestDialogProvider.fireTestCreation(TestDialogProvider.java:81)
at com.unitesk.requality.eclipse.handlers.CreateNewTest.execute(CreateNewTest.java:23)
at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:290)
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:56)
... 36 more


Files

TestAdditionCannotEdit.png (27.8 KB) TestAdditionCannotEdit.png Anastasia Tugaenko, 04/13/2016 11:49 AM
Actions #1

Updated by Anastasia Tugaenko about 8 years ago

На Kepler на Ubuntu при попытке добавления существующего текста выдается окно, в котором ничего нельзя редактировать, и кнопки Next и Finish недоступны:

Actions #2

Updated by Anastasia Tugaenko about 8 years ago

  • Target version set to 0.20
Actions #3

Updated by Denis Kildishev almost 8 years ago

  • Status changed from New to Resolved
  • % Done changed from 0 to 100
  • Published in build set to 0.20.250
Actions #4

Updated by Viktoria Kopach almost 8 years ago

  • Status changed from Resolved to Verified

Проблема, описанная Настей, вынесена в отдельный тикет: http://forge.ispras.ru/issues/7216

Основная проблема тикета 7005 исправлена, поэтому verify.

Actions #5

Updated by Alexey Khoroshilov almost 8 years ago

  • Status changed from Verified to Closed
Actions

Also available in: Atom PDF