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 156721 - Hyperlink stack traces for test failures
Summary: Hyperlink stack traces for test failures
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Hudson (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on: 158105
Blocks:
  Show dependency tree
 
Reported: 2009-01-13 21:17 UTC by Jesse Glick
Modified: 2009-04-05 18:13 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2009-01-13 21:17:40 UTC
Currently test failures are just printed as plain text. Lines matching project classes ought to be hyperlinked into
source code. Just look for all classes in GlobalPathRegistry and link them.

A system to map the remote workspace back to local projects would be helpful in case line numbers are different in the
local copy of sources.
Comment 1 Jesse Glick 2009-02-06 20:51:47 UTC
For now, works only for classes accessible from open projects, and jumps to the local line number, which might not match
what is on the server.

cdev #4fa5c02649b0
Comment 2 Jesse Glick 2009-02-06 21:13:49 UTC
With a fix of issue #158105, should additionally work for sources known to correspond to classpath entries of open projects.
Comment 3 Quality Engineering 2009-03-17 08:37:22 UTC
Integrated into 'main-golden', will be available in build *200903170201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/4fa5c02649b0
User: Jesse Glick <jglick@netbeans.org>
Log: #156721: try to hyperlink stack traces in test failures.