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 - AWT thread blocked for 8875 ms. - create popup actions for testcase in test view
Summary: AWT thread blocked for 8875 ms. - create popup actions for testcase in test view
Status: RESOLVED DUPLICATE of bug 186024
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Antonin Nebuzelsky
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-03 07:08 UTC by _ theanuradha
Modified: 2010-09-23 11:46 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 154503


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***