just wanted to find out is bugzilla supported with 3.8.3 or 3.8.4? If so in 3.8.3, i cannot edit the bug or view the bug results, the message box displays as no bug with id found in bugzilla server.
I get a the following error in the log:
Root exception:
java.lang.IllegalArgumentException:
at org.eclipse.core.internal.runtime.Assert.isLegal(Assert.java:58)
at org.eclipse.core.internal.runtime.Assert.isLegal(Assert.java:42)
at org.eclipse.core.runtime.Status.setMessage(Status.java:174)
at org.eclipse.core.runtime.Status.<init>(Status.java:81)
at ca.ubc.bugzilla.search.BugzillaSearchEngine.search(Unknown Source)
at ca.ubc.bugzilla.search.BugzillaSearchOperation.execute(Unknown Source)
at org.eclipse.ui.actions.WorkspaceModifyOperation$1.run(WorkspaceModifyOperation.java:91)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1673)
at org.eclipse.ui.actions.WorkspaceModifyOperation.run(WorkspaceModifyOperation.java:105)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:101)