Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 247220 | Differences between
and this patch

Collapse All | Expand All

(-)src/org/eclipse/mylyn/internal/bugzilla/ui/tasklist/BugzillaRepositorySettingsPage.java (+2 lines)
Lines 477-482 Link Here
477
477
478
				if (versions != null) {
478
				if (versions != null) {
479
					client = BugzillaClientFactory.createClient(repository);
479
					client = BugzillaClientFactory.createClient(repository);
480
					client.setRepositoryConfiguration(BugzillaCorePlugin.getRepositoryConfiguration(repository, false,
481
							monitor));
480
					client.validate(monitor);
482
					client.validate(monitor);
481
				}
483
				}
482
				if (checkVersion && client != null) {
484
				if (checkVersion && client != null) {

Return to bug 247220