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 25067 - Click on hyperlink in Exception stack trace doesn't work
Summary: Click on hyperlink in Exception stack trace doesn't work
Status: CLOSED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Terminalemulator (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: akemr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-24 08:40 UTC by akemr
Modified: 2008-12-23 08:23 UTC (History)
1 user (show)

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 akemr 2002-06-24 08:40:57 UTC
Originally reported on nbusers by Thomas Kellerer:
I tried it with the following class:

public class MyTest {
    public static void main(String[] args)	{
	String s = null;
        s = s.replace('.',',');
    }
}

which produces a null pointer exception. But I cannot 
jump to that line (the source is obviously mounted :-)

I have tested it on three different W2K computers
now, one 
having JDK 1.4.0 the others with JDK 1.4.0_01 and
I can never jump to the source, although the lines
are displayed as hyperlinks :-(
Comment 1 akemr 2002-06-24 13:44:40 UTC
Fixed in trunk.
Comment 2 Marian Mirilovic 2002-06-27 14:37:13 UTC
verified in [nb_dev](20020627)
Comment 3 Quality Engineering 2003-07-01 16:19:48 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.
Comment 4 Quality Engineering 2008-12-23 08:23:25 UTC
moving terminal emulator issues to terminalemulator component.
To see the correct version and target milestone of this issue look at Issue
Activity table.