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 (-1 / +4 lines)
Lines 431-437 Link Here
431
431
432
		final TaskRepository repository;
432
		final TaskRepository repository;
433
433
434
		private final String[] versions = new String[1];;
434
		private final String[] versions = new String[1];
435
435
436
		public BugzillaValidator(TaskRepository repository, String version) {
436
		public BugzillaValidator(TaskRepository repository, String version) {
437
			versions[0] = version;
437
			versions[0] = version;
Lines 481-486 Link Here
481
				}
481
				}
482
				if (checkVersion && client != null) {
482
				if (checkVersion && client != null) {
483
					RepositoryConfiguration config = client.getRepositoryConfiguration();
483
					RepositoryConfiguration config = client.getRepositoryConfiguration();
484
					if (config == null) {
485
						config = BugzillaCorePlugin.getRepositoryConfiguration(repository, checkVersion, monitor);
486
					}
484
					if (config != null) {
487
					if (config != null) {
485
						versions[0] = config.getInstallVersion();
488
						versions[0] = config.getInstallVersion();
486
					}
489
					}

Return to bug 247220