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 245265 - Not all lines in output window have hyper link
Summary: Not all lines in output window have hyper link
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Toolchain (show other bugs)
Version: 8.0
Hardware: PC Solaris
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-26 13:48 UTC by Alexander Simon
Modified: 2014-06-27 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 Alexander Simon 2014-06-26 13:48:45 UTC
Example of output:

../sdl.h: In member function 'void std::vector<_Tp, _Alloc>::resize(size_t, _Tp) [with _Tp = sdl::SdlTlink, _Alloc = std::allocator<sdl::SdlTlink>]':
../sdl.h:94:   instantiated from 'Tid sdl::SdlTable<Telem, Tid>::AddElement() [with Telem = sdl::SdlTlink, Tid = sdl::Id<151>]'
../sdlAct.C:630:   instantiated from here
../sdl.h:94: error: no matching function for call to 'sdl::SdlTlink::SdlTlink()'
../sdl.h:661: note: candidates are: sdl::SdlTlink::SdlTlink(const std::string&, const std::string&, const std::string&, const std::string&)
../sdl.h:656: note:                 sdl::SdlTlink::SdlTlink(const sdl::SdlTlink&)

The line "../sdlAct.C:630:   instantiated from here" does not have hyper link.
Comment 1 Alexander Simon 2014-06-26 15:30:29 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/72eac623fdce
Comment 2 Quality Engineering 2014-06-27 02:28:36 UTC
Integrated into 'main-silver', will be available in build *201406270001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/72eac623fdce
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #245265 Not all lines in output window have hyper link