Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » Papyrus » No table context menu after SR1a update?
No table context menu after SR1a update? [message #1580309] Fri, 23 January 2015 12:12 Go to next message
Tomas Sandkvist is currently offline Tomas SandkvistFriend
Messages: 149
Registered: October 2013
Senior Member
When I click inside the table (a generic table), no menu is displayed?

Anyone else experiencing this? I haven't messed around with tables for a while, so I haven't noticed this until now, but I believe there was no issue before SR1a.

Regards,
Tomas Sandkvist
Re: No table context menu after SR1a update? [message #1580618 is a reply to message #1580309] Fri, 23 January 2015 16:02 Go to previous messageGo to next message
Vincent Lorenzo is currently offline Vincent LorenzoFriend
Messages: 249
Registered: June 2010
Location: Paris Saclay, France
Senior Member
Hello Tomas,
I tested on the last version of Papyrus for Luna (SR2_RC1) and I can't reproduce your problem.

Regards,
--
Vincent Lorenzo
Re: No table context menu after SR1a update? [message #1592616 is a reply to message #1580618] Fri, 30 January 2015 06:04 Go to previous messageGo to next message
Tomas Sandkvist is currently offline Tomas SandkvistFriend
Messages: 149
Registered: October 2013
Senior Member
Hello again!

I have now downloaded a fresh copy of Eclipse and Papyrus and tried my old workspace in that environment.

Same problem with tables already present. When right-clicking on the table tab (second time, first time menu is blank) in the editor I get this menu:

index.php/fa/20662/0/

When right-clicking on the table I get this:

index.php/fa/20663/0/

I also tried to create a new workspace and import the project into it, same problem.

Any ideas what else to try?

Regards,
Tomas Sandkvist

[Updated on: Fri, 30 January 2015 06:05]

Report message to a moderator

Re: No table context menu after SR1a update? [message #1593139 is a reply to message #1592616] Fri, 30 January 2015 12:46 Go to previous messageGo to next message
Camille Letavernier is currently offline Camille LetavernierFriend
Messages: 952
Registered: February 2011
Senior Member
Hi Tomas,

When the menu looks like this, this is caused by an exception during the creation of the menu. There is probably an error log entry associated to it. Can you please send the detail of the exception?

Camille


Camille Letavernier
Re: No table context menu after SR1a update? [message #1593141 is a reply to message #1592616] Fri, 30 January 2015 12:47 Go to previous messageGo to next message
Camille Letavernier is currently offline Camille LetavernierFriend
Messages: 952
Registered: February 2011
Senior Member
Edit - Double post

Camille Letavernier

[Updated on: Fri, 30 January 2015 12:47]

Report message to a moderator

Re: No table context menu after SR1a update? [message #1593188 is a reply to message #1593139] Fri, 30 January 2015 13:20 Go to previous messageGo to next message
Tomas Sandkvist is currently offline Tomas SandkvistFriend
Messages: 149
Registered: October 2013
Senior Member
Hi Camille!

I didn't get any change in the log file when right-clicking the mouse. The following addition to the log file was found after I clicked on one of the empty lines of the menu:

!ENTRY org.eclipse.ui 4 0 2015-01-30 14:18:51.735
!MESSAGE Unhandled event loop exception
!STACK 0
java.lang.NullPointerException

!ENTRY org.eclipse.ui 4 0 2015-01-30 14:18:51.738
!MESSAGE Unhandled event loop exception
!STACK 0
java.lang.NullPointerException
at org.eclipse.e4.ui.workbench.renderers.swt.HandledContributionItem.canExecuteItem(HandledContributionItem.java:834)
at org.eclipse.e4.ui.workbench.renderers.swt.HandledContributionItem.handleWidgetSelection(HandledContributionItem.java:700)
at org.eclipse.e4.ui.workbench.renderers.swt.HandledContributionItem.access$6(HandledContributionItem.java:685)
at org.eclipse.e4.ui.workbench.renderers.swt.HandledContributionItem$4.handleEvent(HandledContributionItem.java:613)
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.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)
at org.eclipse.equinox.launcher.Main.main(Main.java:1438)

Don't know if that helps.

[EDIT] Also manage to trigger the following, when right clicking in the table (i.e.. when that short menu is shown):

!ENTRY org.eclipse.ui 4 0 2015-01-30 14:21:42.020
!MESSAGE Unhandled event loop exception
!STACK 0
java.lang.NullPointerException

Regards,
Tomas

[Updated on: Fri, 30 January 2015 13:22]

Report message to a moderator

Re: No table context menu after SR1a update? [message #1611083 is a reply to message #1593188] Wed, 11 February 2015 06:16 Go to previous message
Tomas Sandkvist is currently offline Tomas SandkvistFriend
Messages: 149
Registered: October 2013
Senior Member
[Bump] Camille, any progress?

Regards,
Tomas
Previous Topic:Compilation issue on Luna
Next Topic:Problems in using MARTE NFPs with Papyrus 0.10
Goto Forum:
  


Current Time: Thu Apr 25 20:38:40 GMT 2024

Powered by FUDForum. Page generated in 0.03281 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top