Searched defs:bugID (Results 1 – 1 of 1) sorted by relevance
340 int bugID = Integer.parseInt(m.group(1)); in execute() local343 … System.err.println(Messages.getString("UpdateBugStateTask.found") + SP + bugID); //$NON-NLS-1$ in execute() local386 int bugID = Integer.parseInt(m.group(1)); in execute() local389 … System.out.println(Messages.getString("UpdateBugStateTask.found") + SP + bugID); //$NON-NLS-1$ in execute() local404 } private void doBug(int bugID) throws BuildException in execute()408 …throw new BuildException(Messages.getString("UpdateBugStateTask.invalidBugID") + SP + bugID + "!")… local