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 224804 - 3291 ms - ant.module.run.TargetExecutor.getProcessDisplayName() loads document in EDT
Summary: 3291 ms - ant.module.run.TargetExecutor.getProcessDisplayName() loads documen...
Status: RESOLVED WONTFIX
Alias: None
Product: projects
Classification: Unclassified
Component: Ant (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2013-01-13 02:53 UTC by jan.kurnatowski
Modified: 2016-07-07 08:38 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 197488


Attachments
nps snapshot (49.02 KB, application/nps)
2013-01-13 02:54 UTC, jan.kurnatowski
Details
nps snapshot (132.02 KB, application/nps)
2013-02-26 15:32 UTC, alied
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jan.kurnatowski 2013-01-13 02:53:59 UTC
This bug was originally marked as duplicate of bug 171498, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build nbms-and-javadoc-10057-on-20130112)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.6-b04, Java(TM) SE Runtime Environment, 1.7.0_10-b18
OS: Windows 7
Maximum slowness yet reported was 3291 ms, average is 3291
Comment 1 jan.kurnatowski 2013-01-13 02:54:01 UTC
Created attachment 130151 [details]
nps snapshot
Comment 2 Jaroslav Tulach 2013-01-15 09:15:08 UTC
org.apache.tools.ant.module.run.TargetExecutor.getProcessDisplayName()	18.224863	577 ms (18.2%)	342 ms	1

calls into 

org.openide.text.DataEditorSupport.openDocument()	16.78521	531 ms (16.8%)	296 ms	1

which needs to perform I/O. The I/O should not be done on EDT.
Comment 3 alied 2013-02-26 15:32:16 UTC
Created attachment 131901 [details]
nps snapshot

after running findbugs while running tests, the Inspector result window became non responsive
Comment 4 Martin Balin 2016-07-07 08:38:59 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss