Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 99521 Details for
Bug 200201
Need new icon for testlog files
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Patch Part 2.
Defect_200201_patch_Part_2.txt (text/plain), 4.30 KB, created by
Paul Slauenwhite
on 2008-05-09 13:52:29 EDT
(
hide
)
Description:
Patch Part 2.
Filename:
MIME Type:
Creator:
Paul Slauenwhite
Created:
2008-05-09 13:52:29 EDT
Size:
4.30 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.hyades.test.ui >Index: src/org/eclipse/hyades/test/ui/TestUIImages.java >=================================================================== >RCS file: /cvsroot/tptp/test/org.eclipse.hyades.test.ui/src/org/eclipse/hyades/test/ui/TestUIImages.java,v >retrieving revision 1.24 >diff -u -r1.24 TestUIImages.java >--- src/org/eclipse/hyades/test/ui/TestUIImages.java 14 Mar 2008 17:53:54 -0000 1.24 >+++ src/org/eclipse/hyades/test/ui/TestUIImages.java 9 May 2008 17:51:44 -0000 >@@ -14,13 +14,13 @@ > import org.eclipse.hyades.ui.internal.util.ImageManager; > > /** >- * Image manager for the Hyades Test UI plugin. >+ * Image manager for the Hyades Test UI plug-in. > * <p/> > * > * > * @author Paul E. Slauenwhite > * @author Marcelo Paternostro >- * @version March 13, 2008 >+ * @version May 9, 2008 > * @since February 1, 2005 > */ > public class TestUIImages extends ImageManager { >@@ -57,6 +57,7 @@ > public static final String IMG_REPORT = "report_obj.gif"; //$NON-NLS-1$ > public static final String IMG_BEHAVIOR = "behavior_obj.gif"; //$NON-NLS-1$ > public static final String IMG_SUT = "sut_obj.gif"; //$NON-NLS-1$ >+ public static final String IMG_TESTLOG = "testlog_obj.gif"; //$NON-NLS-1$ > public static final String IMG_EXECUTION = "execution_obj.gif"; //$NON-NLS-1$ > public static final String IMG_DATAPOOL = "datapool_obj.gif"; //$NON-NLS-1$ > public static final String IMG_ARTIFACT = "artifact_obj.gif"; //$NON-NLS-1$ >@@ -171,6 +172,7 @@ > add(T_OBJ, IMG_REPORT); > add(T_OBJ, IMG_BEHAVIOR); > add(T_OBJ, IMG_SUT); >+ add(T_OBJ, IMG_TESTLOG); > add(T_OBJ, IMG_EXECUTION); > add(T_OBJ, IMG_DATAPOOL); > add(T_OBJ, IMG_ARTIFACT); >Index: src/org/eclipse/hyades/test/ui/internal/navigator/proxy/TestlogFileProxyNode.java >=================================================================== >RCS file: /cvsroot/tptp/test/org.eclipse.hyades.test.ui/src/org/eclipse/hyades/test/ui/internal/navigator/proxy/TestlogFileProxyNode.java,v >retrieving revision 1.1 >diff -u -r1.1 TestlogFileProxyNode.java >--- src/org/eclipse/hyades/test/ui/internal/navigator/proxy/TestlogFileProxyNode.java 16 Aug 2007 15:15:30 -0000 1.1 >+++ src/org/eclipse/hyades/test/ui/internal/navigator/proxy/TestlogFileProxyNode.java 9 May 2008 17:51:44 -0000 >@@ -1,5 +1,5 @@ > /********************************************************************** >- * Copyright (c) 2007 IBM Corporation and others. >+ * Copyright (c) 2007, 2008 IBM Corporation and others. > * All rights reserved. This program and the accompanying materials > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -17,26 +17,29 @@ > import org.eclipse.swt.graphics.Image; > > /** >- * @author jtoomey >- * >+ * TestlogFileProxyNode.java >+ * <p/> >+ * >+ * >+ * @author Joseph P. Toomey >+ * @author Paul E. Slauenwhite >+ * @version May 9, 2008 >+ * @since August 16, 2007 > */ >-public class TestlogFileProxyNode extends NonEMFResourceProxyNode implements >- IProxyNode { >+public class TestlogFileProxyNode extends NonEMFResourceProxyNode implements IProxyNode { > >- /** >- * @param file >- */ >- private Object parent; >+ private Object parent = null; > > public TestlogFileProxyNode(IFile file, Object parent) { >+ > super(file); >+ > this.parent = parent; >- // TODO Auto-generated constructor stub > } > > > public Image getImage() { >- return TestUIImages.INSTANCE.getImage(TestUIImages.IMG_EXECUTION); >+ return TestUIImages.INSTANCE.getImage(TestUIImages.IMG_TESTLOG); > } > > /** >@@ -45,5 +48,4 @@ > public Object getParent() { > return parent; > } >- > } >Index: plugin.xml >=================================================================== >RCS file: /cvsroot/tptp/test/org.eclipse.hyades.test.ui/plugin.xml,v >retrieving revision 1.87 >diff -u -r1.87 plugin.xml >--- plugin.xml 18 Apr 2008 19:47:32 -0000 1.87 >+++ plugin.xml 9 May 2008 17:51:44 -0000 >@@ -728,7 +728,7 @@ > name="%REPORTS_GROUP_NAME"/> > <testAsset > extension="testlog" >- icon="icons/full/obj16/report_obj.gif" >+ icon="icons/full/obj16/testlog_obj.gif" > name="%TESTLOG_GROUP_NAME"/> > </extension> > <extension
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 200201
:
99338
| 99521