This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 229761 - can't resolve as DUPLICATE
Summary: can't resolve as DUPLICATE
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Bugzilla (show other bugs)
Version: 7.4
Hardware: All All
: P2 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-15 09:01 UTC by Tomas Stupka
Modified: 2013-05-19 02:53 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Stupka 2013-05-15 09:01:51 UTC
Product Version = NetBeans IDE Dev (Build 20130514-4d8ea6952631)
Operating System = Mac OS X version 10.8.3 running on x86_64
Java; VM; Vendor = 1.7.0_17
Runtime = Java HotSpot(TM) 64-Bit Server VM 23.7-b01

- open issue in NB
- resolve as duplicate in the issue editor
- submit

FINE [org.netbeans.modules.bugzilla.Bugzilla]
org.eclipse.core.runtime.CoreException: invalid bug id:  'DUPLICATE' is not a valid bug number.
	at org.netbeans.modules.mylyn.util.SubmitTaskCommand.execute(SubmitTaskCommand.java:95)
	at org.netbeans.modules.bugzilla.commands.BugzillaExecutor.execute(BugzillaExecutor.java:122)
	at org.netbeans.modules.bugzilla.commands.BugzillaExecutor.execute(BugzillaExecutor.java:102)
	at org.netbeans.modules.bugzilla.commands.BugzillaExecutor.execute(BugzillaExecutor.java:98)
	at org.netbeans.modules.bugzilla.commands.BugzillaExecutor.execute(BugzillaExecutor.java:94)
	at org.netbeans.modules.bugzilla.issue.BugzillaIssue$9.run(BugzillaIssue.java:1166)
	at org.netbeans.modules.bugzilla.issue.BugzillaIssue.runWithModelLoaded(BugzillaIssue.java:1477)
	at org.netbeans.modules.bugzilla.issue.BugzillaIssue.submitAndRefresh(BugzillaIssue.java:1144)
	at org.netbeans.modules.bugzilla.issue.IssuePanel$15.run(IssuePanel.java:2481)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1432)
	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2042)
Comment 1 Ondrej Vrabec 2013-05-17 08:52:18 UTC
fix: http://hg.netbeans.org/core-main/rev/d25968454608
Comment 2 Quality Engineering 2013-05-19 02:53:03 UTC
Integrated into 'main-golden', will be available in build *201305182300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/d25968454608
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: #229761 - can't resolve as DUPLICATE