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 199110 - evaluate PageFlowController.getProjectKnownFileObjects for slowness
Summary: evaluate PageFlowController.getProjectKnownFileObjects for slowness
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: JSF (show other bugs)
Version: 7.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: Martin Fousek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-02 12:59 UTC by Martin Fousek
Modified: 2011-09-27 14:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
snapshot (81.54 KB, application/octet-stream)
2011-06-02 12:59 UTC, Martin Fousek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Fousek 2011-06-02 12:59:20 UTC
Created attachment 108676 [details]
snapshot

In attachment is copied snapshot from the issue #195278. Evaluate the code from mentioned area - see the snapshot.
Comment 1 Martin Fousek 2011-09-26 09:47:20 UTC
Whole method is called outside of EDT since fixed #177459.

Additionally improved speed of calls for getting/checking file mime types: 
web-main #e8abbe875a59
Comment 2 Quality Engineering 2011-09-27 14:14:41 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/e8abbe875a59
User: Martin Fousek <marfous@netbeans.org>
Log: #199110 - evaluate PageFlowController.getProjectKnownFileObjects for slowness