Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 407188 - CoreException: No property tester contributes a property org.eclipse.linuxtools.systemtap.ui.ide.property.systemtap ...
Summary: CoreException: No property tester contributes a property org.eclipse.linuxtoo...
Status: CLOSED DUPLICATE of bug 408519
Alias: None
Product: Linux Tools
Classification: Tools
Component: Systemtap (show other bugs)
Version: unspecified   Edit
Hardware: PC Unix All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Otavio Pontes CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-03 12:22 EDT by Winnie Lai CLA
Modified: 2013-05-28 17:01 EDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Winnie Lai CLA 2013-05-03 12:22:59 EDT
Using 2.0.0 ( org.eclipse.linuxtools.systemtap.ui.ide_2.0.0.201303200407 ) with Kelper M6.

Every time there is a single selection of an item that is not adaptable to ArrayList, the following exception is triggered. 

org.eclipse.core.runtime.CoreException: Launch shortcut 'org.eclipse.linuxtools.systemtap.ui.ide.StapLaunchShortcut' enablement expression caused exception. Shortcut was removed.

Caused by: org.eclipse.core.runtime.CoreException: No property tester contributes a property org.eclipse.linuxtools.systemtap.ui.ide.property.systemtap to type class java.util.ArrayList
	at org.eclipse.core.internal.expressions.TypeExtensionManager.getProperty(TypeExtensionManager.java:123)
	at org.eclipse.core.internal.expressions.TestExpression.evaluate(TestExpression.java:96)
	at org.eclipse.core.internal.expressions.CompositeExpression.evaluateAnd(CompositeExpression.java:53)
	at org.eclipse.core.internal.expressions.WithExpression.evaluate(WithExpression.java:72)
	at org.eclipse.core.internal.expressions.CompositeExpression.evaluateAnd(CompositeExpression.java:53)
	at org.eclipse.core.internal.expressions.EnablementExpression.evaluate(EnablementExpression.java:53)
	at org.eclipse.debug.internal.ui.launchConfigurations.LaunchShortcutExtension.evalEnablementExpression(LaunchShortcutExtension.java:287)
	at org.eclipse.debug.ui.actions.LaunchShortcutsAction.isApplicable(LaunchShortcutsAction.java:262)
	at org.eclipse.debug.ui.actions.LaunchShortcutsAction.fillMenu(LaunchShortcutsAction.java:166)
Comment 1 Sami Wagiaalla CLA 2013-05-28 16:48:41 EDT
Hi,

I am having a hard time reproducing this. Can you give me an example of a selection that does not adapt to ArrayList
Comment 2 Sami Wagiaalla CLA 2013-05-28 17:01:06 EDT
Ah never mind. I found a reproducer.
Comment 3 Sami Wagiaalla CLA 2013-05-28 17:01:55 EDT

*** This bug has been marked as a duplicate of bug 408519 ***