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

Summary: 3291 ms - ant.module.run.TargetExecutor.getProcessDisplayName() loads document in EDT
Product: projects Reporter: jan.kurnatowski
Component: AntAssignee: Tomas Stupka <tstupka>
Status: RESOLVED WONTFIX    
Severity: normal CC: alied
Priority: P3 Keywords: PERFORMANCE
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 197488
Attachments: nps snapshot
nps snapshot

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