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 1406 - Very slow response in Explorer!
Summary: Very slow response in Explorer!
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: support
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-03-31 20:09 UTC by Milan Kubec
Modified: 2008-12-23 10:59 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 Milan Kubec 1999-03-31 20:09:28 UTC
[IAN] Duplicate of #1397

Clicking on + or - ikon in Explorer to open or close directory structure takes very long time to proceed.
Only when you have once opened the Session settings.

Following exception is thrown with first clicking on + ikon next to Explorer item:
Uncaught error fetching image:

java.lang.NullPointerException:
	at sun.awt.image.URLImageSource.getConnection(URLImageSource.java:106)
	at sun.awt.image.URLImageSource.getDecoder(URLImageSource.java:115)
	at sun.awt.image.InputStreamImageSource.doFetch(InputStreamImageSource.java:242)
	at sun.awt.image.ImageFetcher.fetchloop(ImageFetcher.java:221)
	at sun.awt.image.ImageFetcher.run(ImageFetcher.java:189)

In #1397 is message only about Session Settings node, but slow response is in all nodes (when Session Settings is opened)
Comment 1 Marek Grummich 2000-07-25 09:36:59 UTC
Priority is changed to P4 (normal).