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 232438 - UnsupportedOperationException: Owner info shouldn't be requested from ODCS
Summary: UnsupportedOperationException: Owner info shouldn't be requested from ODCS
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: ODCS Tasks (show other bugs)
Version: 7.4
Hardware: All All
: P2 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-09 11:33 UTC by Tomas Stupka
Modified: 2013-07-11 04:11 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 201997


Attachments
stacktrace (7.95 KB, text/plain)
2013-07-09 11:33 UTC, Tomas Stupka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Stupka 2013-07-09 11:33:36 UTC
Build: NetBeans IDE Dev (Build 20130709-e0d11b27559b)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.7-b01, Java(TM) SE Runtime Environment, 1.7.0_17-b02
OS: Mac OS X

User Comments:
tstupka: on commit




Stacktrace: 
java.lang.UnsupportedOperationException: Owner info shouldn't be requested from ODCS
   at org.netbeans.modules.odcs.tasks.bridge.TeamAccessorImpl.getOwnerInfo(TeamAccessorImpl.java:180)
   at org.netbeans.modules.bugtracking.team.TeamRepositories$DefaultImpl.getTeamProject(TeamRepositories.java:362)
   at org.netbeans.modules.bugtracking.team.TeamRepositories$DefaultImpl.getProjectsViewProjects(TeamRepositories.java:337)
   at org.netbeans.modules.bugtracking.team.TeamRepositories$DefaultImpl.getRepositories(TeamRepositories.java:278)
   at org.netbeans.modules.bugtracking.RepositoryRegistry.getKnownRepositories(RepositoryRegistry.java:206)
   at org.netbeans.modules.bugtracking.RepositoryRegistry.getKnownRepositories(RepositoryRegistry.java:191)
Comment 1 Tomas Stupka 2013-07-09 11:33:37 UTC
Created attachment 136866 [details]
stacktrace
Comment 2 Tomas Stupka 2013-07-09 11:37:56 UTC
annoying -> P2
Comment 3 Tomas Stupka 2013-07-09 14:47:58 UTC
fixed in core-main #0f27a286b661
Comment 4 Quality Engineering 2013-07-11 04:11:26 UTC
Integrated into 'main-silver', will be available in build *201307102300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/e2af142f29cf
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #232438 - UnsupportedOperationException: Owner info shouldn't be requested from ODCS