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 250184 - Add to Category does not work in ODCS issue editor
Summary: Add to Category does not work in ODCS issue editor
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Issuetracking Framework (show other bugs)
Version: 8.1
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
: 248040 (view as bug list)
Depends on:
Blocks:
 
Reported: 2015-02-03 16:21 UTC by Tomas Pavek
Modified: 2015-04-03 03:06 UTC (History)
1 user (show)

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 Pavek 2015-02-03 16:21:29 UTC
Clicking Add to Category in the private details section of an opened ODCS issue does nothing.

It calls BugtrackingSupport.addToCategory( ) with the repository and issue, but that does not work since the matching real repository is not found in BugtrackingSupport.getRepositoryImpl(String connecotId, String repositoryId) calling
RepositoryRegistry.getInstance().getRepository(connectorId, repositoryId, false);

The false arg causes that team repositories are not included. It seems it can't be simply changed to true without causing some other stack overflow problem. Perhaps there need to be two methods for the two different purposes.
Comment 1 Tomas Stupka 2015-04-02 14:37:11 UTC
btw - drag&drop works like a workaround ...
Comment 2 Tomas Stupka 2015-04-02 16:02:05 UTC
*** Bug 248040 has been marked as a duplicate of this bug. ***
Comment 3 Tomas Stupka 2015-04-02 16:40:17 UTC
fixed in jet-main #0e10650caa95
Comment 4 Quality Engineering 2015-04-03 03:06:41 UTC
Integrated into 'main-silver', will be available in build *201504030001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/0e10650caa95
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #250184 - Add to Category does not work in ODCS issue editor