Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 315440 - Errors in log about invalid menu extensions
Summary: Errors in log about invalid menu extensions
Status: RESOLVED FIXED
Alias: None
Product: Linux Tools
Classification: Tools
Component: Systemtap (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: 0.6   Edit
Assignee: anithra CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-02 14:07 EDT by Andrew Overholt CLA
Modified: 2010-06-07 12:06 EDT (History)
3 users (show)

See Also:
anithra: review?


Attachments
Patch changes the menubarpath for a few actions, and removes it completely for a few. (3.79 KB, patch)
2010-06-06 12:11 EDT, anithra CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Overholt CLA 2010-06-02 14:07:30 EDT
I'm seeing a few errors in my consolelog about invalid menu extensions:

!ENTRY org.eclipse.ui 4 4 2010-06-02 14:04:53.004
!MESSAGE Plug-in 'org.eclipse.linuxtools.systemtap.ui.dashboardextension' contributed an invalid Menu Extension (Path: 'file2' is invalid): org.eclipse.linuxtools.systemtap.ui.dashboardextension.actions.ExportScript

!ENTRY org.eclipse.ui 4 4 2010-06-02 14:04:53.005
!MESSAGE Plug-in 'org.eclipse.linuxtools.systemtap.ui.graphicalrun' contributed an invalid Menu Extension (Path: 'launch' is invalid): org.eclipse.linuxtools.systemtap.ui.graphicalrun.actions.RunScriptChartAction

!ENTRY org.eclipse.ui 4 4 2010-06-02 14:04:54.313
!MESSAGE Plug-in 'org.eclipse.linuxtools.systemtap.ui.dashboard' contributed an invalid Menu Extension (Path: 'launch' is invalid): org.eclipse.linuxtools.systemtap.ui.dashboard.actions.StopModuleAction

!ENTRY org.eclipse.ui 4 4 2010-06-02 14:04:54.313
!MESSAGE Plug-in 'org.eclipse.linuxtools.systemtap.ui.dashboard' contributed an invalid Menu Extension (Path: 'launch' is invalid): org.eclipse.linuxtools.systemtap.ui.dashboard.actions.PauseModuleAction

!ENTRY org.eclipse.ui 4 4 2010-06-02 14:04:54.313
!MESSAGE Plug-in 'org.eclipse.linuxtools.systemtap.ui.dashboard' contributed an invalid Menu Extension (Path: 'launch' is invalid): org.eclipse.linuxtools.systemtap.ui.dashboard.actions.RunModuleAction

!ENTRY org.eclipse.ui 4 4 2010-06-02 14:04:54.314
!MESSAGE Plug-in 'org.eclipse.linuxtools.systemtap.ui.dashboard' contributed an invalid Menu Extension (Path: 'file2' is invalid): org.eclipse.linuxtools.systemtap.ui.dashboard.actions.ImportModuleAction

!ENTRY org.eclipse.ui 4 4 2010-06-02 14:04:54.315
!MESSAGE Plug-in 'org.eclipse.linuxtools.systemtap.ui.dashboardextension' contributed an invalid Menu Extension (Path: 'file2' is invalid): org.eclipse.linuxtools.systemtap.ui.dashboardextension.actions.CreateModuleAction
Comment 1 Andrew Overholt CLA 2010-06-04 17:29:11 EDT
Roland, Severin:  are either of you able to reproduce this?
Comment 2 anithra CLA 2010-06-06 12:08:37 EDT
I could reproduce the problem. Attaching a patch for review.
Comment 3 anithra CLA 2010-06-06 12:11:18 EDT
Created attachment 171220 [details]
Patch changes the menubarpath for a few actions, and removes it completely for a few.
Comment 4 Roland Grunberg CLA 2010-06-07 10:46:57 EDT
I see these errors as well and can confirm that the proposed patch fixes them.
Comment 5 anithra CLA 2010-06-07 12:06:51 EDT
Thanks Roland, Committed