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 212955 - LowPerformance took 24757 ms.
Summary: LowPerformance took 24757 ms.
Status: RESOLVED DUPLICATE of bug 212244
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2012-05-24 13:41 UTC by Exceptions Reporter
Modified: 2012-05-24 14:22 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 188116


Attachments
nps snapshot (188.23 KB, application/nps)
2012-05-24 13:41 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2012-05-24 13:41:25 UTC
Build: NetBeans IDE 7.2 Beta (Build 201205031832)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.0-b21, Java(TM) SE Runtime Environment, 1.7.0_04-b22
OS: Windows 7

User Comments:
cherrot: This is actually what I write:
public interface PostService extends BaseService<Serializable, Serializable>

And I'm going to replace Serializable to a implementation class "Post". But Netbeans just hangs there after I type the first letter 'P'.

And it always doing that. I believe the code hinting in generic class has some problem :(



Maximum slowness yet reported was 42950 ms, average is 33853
Comment 1 Exceptions Reporter 2012-05-24 13:41:36 UTC
Created attachment 119819 [details]
nps snapshot
Comment 2 Dusan Balek 2012-05-24 14:22:48 UTC
Already fixed.

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