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 89347 Details for
Bug 216150
2nd level sorting in Search view
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 for Descending
patch216150.txt (text/plain), 1.02 KB, created by
Frank Becker
on 2008-02-09 17:20:05 EST
(
hide
)
Description:
patch for Descending
Filename:
MIME Type:
Creator:
Frank Becker
Created:
2008-02-09 17:20:05 EST
Size:
1.02 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.mylyn.tasks.ui >Index: src/org/eclipse/mylyn/internal/tasks/ui/views/TaskListTableSorter.java >=================================================================== >RCS file: /cvsroot/tools/org.eclipse.mylyn/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/views/TaskListTableSorter.java,v >retrieving revision 1.36 >diff -u -r1.36 TaskListTableSorter.java >--- src/org/eclipse/mylyn/internal/tasks/ui/views/TaskListTableSorter.java 29 Jan 2008 06:42:34 -0000 1.36 >+++ src/org/eclipse/mylyn/internal/tasks/ui/views/TaskListTableSorter.java 9 Feb 2008 22:09:12 -0000 >@@ -144,11 +144,11 @@ > } > if (t1 != null && t2 != null) { > if (t1.getCreationDate() != null) { >- return t1.getCreationDate().compareTo(t2.getCreationDate()); >+ return this.sortDirection * t1.getCreationDate().compareTo(t2.getCreationDate()); > } > } > } else { >- return sortBySummary(element1, element2); >+ return this.sortDirection * sortBySummary(element1, element2); > } > return 0; > }
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 216150
: 89347 |
89348
|
89358
|
89359
|
90557
|
90558
|
90583
|
90584
|
95415
|
95416
|
116103
|
116104
|
130300
|
130301
|
134922