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 186880 - [69cat] PlatformChooserVisualPanel.checkForm blocks
Summary: [69cat] PlatformChooserVisualPanel.checkForm blocks
Status: RESOLVED WONTFIX
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Jesse Glick
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2010-05-28 10:17 UTC by Egor Ushakov
Modified: 2010-05-28 14:36 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 158189


Attachments
nps snapshot (24.45 KB, application/nps)
2010-05-28 10:18 UTC, Egor Ushakov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Egor Ushakov 2010-05-28 10:17:59 UTC
Build: NetBeans IDE Dev (Build 201005270001)
VM: Java HotSpot(TM) Client VM, 16.3-b01, Java(TM) SE Runtime Environment, 1.6.0_20-b02
OS: SunOS
Maximum slowness yet reported was 6335 ms, average is 5273
Comment 1 Egor Ushakov 2010-05-28 10:18:04 UTC
Created attachment 99594 [details]
nps snapshot
Comment 2 Jesse Glick 2010-05-28 14:36:26 UTC
Needs to check whether the selection is a valid NB platform to update enablement state. Don't think this can safely be done asynch. Looks like File.isDirectory just took an unreasonably long time to return, apparently due to scanning running in the background.