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 171375

Summary: AWT thread blocked for 8875 ms. - create popup actions for testcase in test view
Product: projects Reporter: _ theanuradha <theanuradha>
Component: MavenAssignee: Antonin Nebuzelsky <anebuzelsky>
Status: RESOLVED DUPLICATE    
Severity: blocker CC: theanuradha
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=154503
Issue Type: DEFECT Exception Reporter: 154503

Description _ theanuradha 2009-09-03 07:08:34 UTC
Build: NetBeans IDE Dev (Build 090827)
VM: Java HotSpot(TM) Client VM, 14.0-b16, Java(TM) SE Runtime Environment, 1.6.0_14-b08
OS: Windows XP, 5.1, x86
User comments: when try to click on test result window 
Maximum slowness yet reported was 14539 ms, average is 11707
Comment 1 Milos Kleint 2009-09-18 12:14:10 UTC
the first problem in http://statistics.netbeans.org/analytics/exception.do?id=235104 is fixed in trunk,

the second problem is caused by looking up a project for testcase file to figure out if rerun and/or debug test is
supported. The only way to "fix" the problem is to  have both actions always on popup, always enabled and just perform
the owner query check when the action is invoked. That way we turn a corner case performance problem into a ui usecase
problem for everyone.. no good solutions here as far as I can tell..
Comment 2 Antonin Nebuzelsky 2010-07-30 15:17:29 UTC
Reassigning to default owner.
Comment 3 Antonin Nebuzelsky 2010-09-23 11:46:07 UTC
Another nice example of all time spent in the repeated construction of the cache of owners in MavenFileOwnerQueryImpl which was improved in 6.9 and then completely fixed (rewritten) in 6.10.

*** This bug has been marked as a duplicate of bug 186024 ***