Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 366687

Summary: Enhancement for Jubula UI regarding to monitoring
Product: [Technology] Jubula Reporter: Marc Steffens <Marc.Steffens>
Component: UIAssignee: Marc Steffens <Marc.Steffens>
Status: CLOSED FIXED QA Contact: Oliver Goetz <Oliver.Goetz>
Severity: enhancement    
Priority: P3 CC: alexandra.schladebeck, markus.tiede
Version: unspecifiedFlags: markus.tiede: indigo+
Target Milestone: Juno M5   
Hardware: All   
OS: All   
Whiteboard:
Attachments:
Description Flags
Enhancement patch for Jubula UI
Achim.Loerke: iplog+
re-located menu contribution and added missing class markus.tiede: iplog+

Description Marc Steffens CLA 2011-12-14 07:33:23 EST
Created attachment 208376 [details]
Enhancement patch for Jubula UI

The enhancement patch contains the following changes:  

1. The description names of the columns in the TestResultSummaryView which contains profiling will be changed to monitoring.  

2. Adding the Open Monitoring Report command to the context menu of the TestResultSummaryView. 

3. Adding a new MonitoringAgentPropertyTester class for monitoring purpose. This class will determine the used monitoring agent of the the selected TestResultSummary to enable to correct handler.
Comment 1 Markus Tiede CLA 2011-12-14 07:53:56 EST
Could you please re-locate the menu contribution from o.e.j.client.ui to o.e.j.client.ui.rcp? The current implementation of opening a monitoring result does require an RCP workspace.

In addition to that there is also a class missing in the attached contribution "org.eclipse.jubula.client.ui.rcp.propertytester.MonitoringAgentPropertyTester"

Please make sure to use the correct EPL-Header for new class files.
Comment 2 Marc Steffens CLA 2011-12-14 08:52:26 EST
Created attachment 208379 [details]
re-located menu contribution and added missing class

I re-located the menu contribution to o.e.j.client.ui.rcp. 
I added the missing class to the patch.
Comment 4 Oliver Goetz CLA 2012-01-03 04:23:48 EST
Fix verified manually for 1. and 2.
Comment 5 Marc Steffens CLA 2012-01-03 04:41:25 EST
verified manually point 3. The handler was found correctly.