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 81580 Details for
Bug 207972
Build failure: abstract method not implemented
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
org.eclipse.hyades.test.tools.ui_defect_207972_patch.txt (text/plain), 1.72 KB, created by
Paul Slauenwhite
on 2007-10-30 09:45:26 EDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Paul Slauenwhite
Created:
2007-10-30 09:45:26 EDT
Size:
1.72 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.hyades.test.tools.ui >Index: src/org/eclipse/hyades/test/tools/ui/java/internal/junit/navigator/RegularJUnitProvider.java >=================================================================== >RCS file: /cvsroot/tptp/test/org.eclipse.hyades.test.tools.ui/src/org/eclipse/hyades/test/tools/ui/java/internal/junit/navigator/RegularJUnitProvider.java,v >retrieving revision 1.5 >diff -u -r1.5 RegularJUnitProvider.java >--- src/org/eclipse/hyades/test/tools/ui/java/internal/junit/navigator/RegularJUnitProvider.java 3 May 2007 01:32:45 -0000 1.5 >+++ src/org/eclipse/hyades/test/tools/ui/java/internal/junit/navigator/RegularJUnitProvider.java 30 Oct 2007 13:44:54 -0000 >@@ -41,6 +41,8 @@ > /** > * A provider showing Java projects content, with non-JUnit classes filtered out. > * @author jcanches >+ * @author Paul E. Slauenwhite >+ * @version October 20, 2007 > * @since 4.3 > */ > public class RegularJUnitProvider implements ITypeProvider, IElementChangedListener, IDisposable, IJUnitTestSuiteFactoryListener { >@@ -150,6 +152,11 @@ > /** > * Basic JavaElementDelta that describes a change to an element, with a set of children > * deltas. >+ * >+ * @author jcanches >+ * @author Paul E. Slauenwhite >+ * @version October 20, 2007 >+ * @since 4.3 > */ > static class BasicJavaElementChangeDelta implements IJavaElementDelta { > // These constants should not collide with JDT's ones (hopefully, unless JDT defines >@@ -199,6 +206,9 @@ > public IResourceDelta[] getResourceDeltas() { > return null; > } >+ public IJavaElementDelta[] getAnnotationDeltas(){ >+ return null; >+ } > } > > private IJavaElementDelta makeDeltaTree(IJUnitTestSuiteFactoryEvent event) {
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 207972
: 81580