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 158704 Details for
Bug 300346
[Sync View][Apply Patch] Hunks should not have [+] widget next to them
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_v01
300346_v01.txt (text/plain), 1.27 KB, created by
Pawel Pogorzelski
on 2010-02-10 08:09:07 EST
(
hide
)
Description:
Patch_v01
Filename:
MIME Type:
Creator:
Pawel Pogorzelski
Created:
2010-02-10 08:09:07 EST
Size:
1.27 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.team.ui >Index: src/org/eclipse/team/internal/ui/synchronize/patch/PatchSyncContentProvider.java >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/patch/PatchSyncContentProvider.java,v >retrieving revision 1.2 >diff -u -r1.2 PatchSyncContentProvider.java >--- src/org/eclipse/team/internal/ui/synchronize/patch/PatchSyncContentProvider.java 26 Jan 2010 12:35:04 -0000 1.2 >+++ src/org/eclipse/team/internal/ui/synchronize/patch/PatchSyncContentProvider.java 10 Feb 2010 13:08:46 -0000 >@@ -10,6 +10,7 @@ > *******************************************************************************/ > package org.eclipse.team.internal.ui.synchronize.patch; > >+import org.eclipse.compare.internal.patch.HunkDiffNode; > import org.eclipse.compare.internal.patch.PatchDiffNode; > import org.eclipse.compare.structuremergeviewer.IDiffElement; > import org.eclipse.core.resources.IResource; >@@ -127,4 +128,11 @@ > cv.removeFilter(ExcludedPatchDiffNodesFilter.getInstance()); > } > } >+ >+ public boolean hasChildren(final Object element) { >+ if (element instanceof HunkDiffNode) >+ return false; >+ return super.hasChildren(element); >+ } >+ > }
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 300346
: 158704