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

Summary: Stack traces from non-ASCII package/class names not hyperlinked
Product: java Reporter: Jesse Glick <jglick>
Component: ProjectAssignee: Jesse Glick <jglick>
Status: RESOLVED FIXED    
Severity: blocker Keywords: I18N
Priority: P3    
Version: 4.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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