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 116695 Details for
Bug 247220
validating server version did not work
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]
new patch
patch247220.txt (text/plain), 1.31 KB, created by
Frank Becker
on 2008-11-01 12:59:26 EDT
(
hide
)
Description:
new patch
Filename:
MIME Type:
Creator:
Frank Becker
Created:
2008-11-01 12:59:26 EDT
Size:
1.31 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.mylyn.bugzilla.ui >Index: src/org/eclipse/mylyn/internal/bugzilla/ui/tasklist/BugzillaRepositorySettingsPage.java >=================================================================== >RCS file: /cvsroot/tools/org.eclipse.mylyn/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/tasklist/BugzillaRepositorySettingsPage.java,v >retrieving revision 1.88 >diff -u -r1.88 BugzillaRepositorySettingsPage.java >--- src/org/eclipse/mylyn/internal/bugzilla/ui/tasklist/BugzillaRepositorySettingsPage.java 12 Sep 2008 04:15:33 -0000 1.88 >+++ src/org/eclipse/mylyn/internal/bugzilla/ui/tasklist/BugzillaRepositorySettingsPage.java 1 Nov 2008 16:19:24 -0000 >@@ -431,7 +431,7 @@ > > final TaskRepository repository; > >- private final String[] versions = new String[1];; >+ private final String[] versions = new String[1]; > > public BugzillaValidator(TaskRepository repository, String version) { > versions[0] = version; >@@ -481,6 +481,9 @@ > } > if (checkVersion && client != null) { > RepositoryConfiguration config = client.getRepositoryConfiguration(); >+ if (config == null) { >+ config = BugzillaCorePlugin.getRepositoryConfiguration(repository, checkVersion, monitor); >+ } > if (config != null) { > versions[0] = config.getInstallVersion(); > }
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 247220
:
112499
|
112500
|
116139
|
116140
|
116142
|
116143
| 116695 |
116696
|
117486
|
117487
|
117732