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 18250 - exception lines in I/O window aren't all clickable
Summary: exception lines in I/O window aren't all clickable
Status: CLOSED DUPLICATE of bug 16836
Alias: None
Product: cnd
Classification: Unclassified
Component: Terminalemulator (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: akemr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-12-01 15:03 UTC by _ jrichard
Modified: 2008-12-23 08:09 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 _ jrichard 2001-12-01 15:03:41 UTC
NetBeans 3.3beta6, JDK 1.4 beta3, RedHat 7.1 Linux

When I'm running my program and I get an error, I get exceptions
like the following in the I/O window:

java.lang.IllegalArgumentException: no mapping for packet type 100
        at netrek.packets.Packets.getPacket(Packets.java:41)
        at
netrek.comm.ServerCommunications.handlePackets(ServerCommunications.java:139)
        at netrek.comm.ServerCommunications.access$000(ServerCommunications.java:40)
        at netrek.comm.ServerCommunications$1.run(ServerCommunications.java:53)
        at java.lang.Thread.run(Thread.java:539)

these often are underlined so I can click on them to quickly get
to a stack trace line in the editor.  This is great.  

Unfortunately, the lines in the stacktrace seem to be randomly underlined.
For instance, the first time I ran this, stack lines 1, 2, and 4 were
underlined.  The next time, 1, 3, and 4 were underlined.  A later
run underlined 1, 2, and 3.  I didn't change anything in the ide between
runs, I just hit ctrl-shift-F6.
Comment 1 akemr 2001-12-03 08:21:29 UTC
Seems to be a duplicate of #16836, which is already resolved
(Nov 29th)

*** This issue has been marked as a duplicate of 16836 ***
Comment 2 Quality Engineering 2003-07-01 15:45:25 UTC
Resolved for 3.4.x or earlier, no new info since then -> verified.

Comment 3 Quality Engineering 2003-07-01 16:24:19 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.
Comment 4 Quality Engineering 2008-12-23 08:09:07 UTC
moving terminal emulator issues to terminalemulator component.
To see the correct version and target milestone of this issue look at Issue
Activity table.