Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 151919
Collapse All | Expand All

(-)src/org/eclipse/hyades/test/ui/forms/base/ExecutionEventDetailsPart.java (-2 / +4 lines)
Lines 96-102 Link Here
96
 * @author  Bianca Xue Jiang
96
 * @author  Bianca Xue Jiang
97
 * @author  Marcelo Paternostro
97
 * @author  Marcelo Paternostro
98
 * @author  Paul E. Slauenwhite
98
 * @author  Paul E. Slauenwhite
99
 * @version February 29, 2008
99
 * @version July 8, 2008
100
 * @since   August 9, 2008
100
 * @since   August 9, 2008
101
 */
101
 */
102
public abstract class ExecutionEventDetailsPart extends AbstractFormPart implements IDetailsPage, IHyperlinkListener, SelectionListener, IRepositoryRecordListener //, ModifyListener
102
public abstract class ExecutionEventDetailsPart extends AbstractFormPart implements IDetailsPage, IHyperlinkListener, SelectionListener, IRepositoryRecordListener //, ModifyListener
Lines 753-758 Link Here
753
			String value = getExecutionEvent().getText();
753
			String value = getExecutionEvent().getText();
754
			setMessageText(value);
754
			setMessageText(value);
755
755
756
			modelElementLink.setVisible(true);
757
756
			TPFTest test = null;
758
			TPFTest test = null;
757
			if((executionEvent.getExecutionHistory() != null) && (executionEvent.getExecutionHistory().getExecutionResult() != null))
759
			if((executionEvent.getExecutionHistory() != null) && (executionEvent.getExecutionHistory().getExecutionResult() != null))
758
				test = executionEvent.getExecutionHistory().getExecutionResult().getTest();
760
				test = executionEvent.getExecutionHistory().getExecutionResult().getTest();
Lines 782-788 Link Here
782
				modelElementLink.setData(null);
784
				modelElementLink.setData(null);
783
			}
785
			}
784
			
786
			
785
			//display properties and attachements of this execution event
787
			//display properties and attachments of this execution event
786
			setPropertiesInput(executionEvent);
788
			setPropertiesInput(executionEvent);
787
			setAttachmentsInput(executionEvent);			
789
			setAttachmentsInput(executionEvent);			
788
		}
790
		}

Return to bug 151919