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 167331 - Stack traces from non-ASCII package/class names not hyperlinked
Summary: Stack traces from non-ASCII package/class names not hyperlinked
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2009-06-18 19:08 UTC by Jesse Glick
Modified: 2009-07-07 09:53 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 Jesse Glick 2009-06-18 19:08:40 UTC
Pattern patch was too restrictive.
Comment 1 Jesse Glick 2009-06-18 19:10:34 UTC
core-main #f25dc7fd4c10
Comment 2 Quality Engineering 2009-06-19 07:47:52 UTC
Integrated into 'main-golden', will be available in build *200906190201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/f25dc7fd4c10
User: Jesse Glick <jglick@netbeans.org>
Log: Sundry improvements to stack trace hyperlink matching.
#153057: more forgiving pattern, able to match customized output.
#17734: match "(Unknown Source)" and look in Java source corresponding to unqualified binary class name.
#167331: hyperlink Unicode package and/or class names as well as ASCII.
Comment 3 Jesse Glick 2009-06-30 15:11:58 UTC
Note that this shares a patch with two other issues, increasing the chance of regressions if backported. Just this
aspect of the patch could be disentangled if requested, with some additional work.
Comment 4 Marian Mirilovic 2009-07-07 09:53:49 UTC
> Note that this shares a patch with two other issues, increasing the chance of regressions if backported.
ok - removing from patch candidates