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 27798 - Delay between clicking Show Details in exception dialog and the TerminalEmulator showing up
Summary: Delay between clicking Show Details in exception dialog and the TerminalEmula...
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@platform
URL: http://performance.netbeans.org/respo...
Keywords: PERFORMANCE
Depends on:
Blocks: 26581
  Show dependency tree
 
Reported: 2002-10-03 17:53 UTC by _ rkubacki
Modified: 2008-12-22 22:49 UTC (History)
2 users (show)

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ rkubacki 2002-10-03 17:53:39 UTC
One option: - Use some read-only component to do
this - the hyperlinks aren't so useful here
Comment 1 _ pkuzel 2002-11-18 14:02:10 UTC
I guess Jesse have already fixed it.

Besides links are usefull for module developers. An SPI should be in
place and provided by API support.
Comment 2 Jesse Glick 2002-11-20 04:29:02 UTC
Yes, JEditorPane is now used, and it is faster I think.

Re. linking: see issue #28191.
Comment 3 Marian Mirilovic 2002-11-22 15:28:38 UTC
Marian's measurement (time in milliseconds):
conditions: 
 - SUN UltraSparc60 / 512 MB RAM / Solaris 5.8 / CDE
 - JDK1.4.1(01)
 - [nb_dev](200211140100) , MDI
        - mounted sampledir

Show Details in Explorer dialog  152     93      88

Test cases described on page :
http://performance.netbeans.org/qa/TestSuites.html#show_exception_dialog

Yes, it is faster - verified