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 238111 - be smarter about opening history from odcs/team
Summary: be smarter about opening history from odcs/team
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: ODCS (show other bugs)
Version: 7.4
Hardware: Macintosh Mac OS X
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-07 17:33 UTC by Tomas Stupka
Modified: 2014-07-08 02:28 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-11-07 17:33:37 UTC
Product Version = NetBeans IDE Dev (Build 20131107-da6d39fb46ee)
Operating System = Mac OS X version 10.9 running on x86_64
Java; VM; Vendor = 1.7.0_17
Runtime = Java HotSpot(TM) 64-Bit Server VM 23.7-b01

see providesOpenHistory() and openHistory(String resourcePath, int line) in o.n.m.team.ide.spi.IDEServices

- in case providesOpenHistory returns false, ODCS shuold try to navigate to web
- in case openHistory failed and returns false, it should try to navigate to web as well
Comment 1 Tomas Stupka 2014-07-07 12:51:12 UTC
not necessary to deal with IDEServices.xxx - just fallback on browser in ScmActivityDisplayer and let the VCS to take about if the impls are available etc.
Comment 2 Tomas Stupka 2014-07-07 12:52:08 UTC
fixed in core-main #d624a4926ce0
Comment 3 Quality Engineering 2014-07-08 02:28:16 UTC
Integrated into 'main-silver', will be available in build *201407080001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/d624a4926ce0
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #238111 - be smarter about opening history from odcs/team