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 202950

Summary: 30s while javafx.project.JavaFXProjectUtil.findFXFiles()
Product: javafx Reporter: Exceptions Reporter <exceptions_reporter>
Component: PlatformAssignee: Anton Chechel <manowar>
Status: RESOLVED INVALID    
Severity: normal CC: kingpoop
Priority: P3 Keywords: PERFORMANCE
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 179407
Attachments: nps snapshot

Description Exceptions Reporter 2011-10-02 16:27:10 UTC
Build: NetBeans IDE 6.9.1 (Build 201011082200)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.2-b06, Java(TM) SE Runtime Environment, 1.6.0_27-b07
OS: Windows 7

User Comments:
kingpoop: autocomplete



Maximum slowness yet reported was 29580 ms, average is 21834
Comment 1 Exceptions Reporter 2011-10-02 16:27:16 UTC
Created attachment 111404 [details]
nps snapshot
Comment 2 Jaroslav Tulach 2011-10-12 08:27:47 UTC
It is not really wise to seek for a lot of files in an EDT like org.netbeans.modules.javafx.project.JavaFXProjectUtil.findFXFiles() tries to.
Comment 3 Anton Chechel 2011-10-13 06:11:46 UTC
JavaFX 1.3 is not longer supported.