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 146124 Details for
Bug 288175
numerous false incomings in task list after upgrade
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]
minimal fix
clipboard.txt (text/plain), 1.32 KB, created by
Robert Elves
on 2009-08-31 19:33:55 EDT
(
hide
)
Description:
minimal fix
Filename:
MIME Type:
Creator:
Robert Elves
Created:
2009-08-31 19:33:55 EDT
Size:
1.32 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.mylyn.bugzilla.core >Index: src/org/eclipse/mylyn/internal/bugzilla/core/BugzillaRepositoryConnector.java >=================================================================== >RCS file: /cvsroot/tools/org.eclipse.mylyn/org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/internal/bugzilla/core/BugzillaRepositoryConnector.java,v >retrieving revision 1.166 >diff -u -r1.166 BugzillaRepositoryConnector.java >--- src/org/eclipse/mylyn/internal/bugzilla/core/BugzillaRepositoryConnector.java 20 Aug 2009 20:35:44 -0000 1.166 >+++ src/org/eclipse/mylyn/internal/bugzilla/core/BugzillaRepositoryConnector.java 31 Aug 2009 23:34:44 -0000 >@@ -223,7 +223,7 @@ > queryCounter++; > String newurlQueryString = URLEncoder.encode(task.getTaskId() + ",", repository.getCharacterEncoding()); //$NON-NLS-1$ > urlQueryString += newurlQueryString; >- if (queryCounter >= 1000) { >+ if (urlQueryString.length() >= 7000) { > queryForChanged(repository, changedTasks, urlQueryString, session, new SubProgressMonitor(monitor, > queryCounter)); > >@@ -275,7 +275,7 @@ > changedTasks.add(changedTask); > } > } >- if (collector.getQueryTimestamp() != null) { >+ if (syncSession.getData() != null && collector.getQueryTimestamp() != null) { > syncSession.setData(collector.getQueryTimestamp()); > } >
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 288175
: 146124 |
146125
|
146140
|
146141
|
146144
|
146145