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 179973

Summary: 63s in bluej.BluejLogicalViewProvider$BigIconFilterNode.hasMain()
Product: ide Reporter: Exceptions Reporter <exceptions_reporter>
Component: BlueJAssignee: issues@ide <issues>
Status: NEW ---    
Severity: normal Keywords: PERFORMANCE
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 164674
Attachments: nps snapshot

Description Exceptions Reporter 2010-01-28 11:49:10 UTC
Build: NetBeans IDE 6.8 (Build 200912041610)
VM: Java HotSpot(TM) Client VM, 14.3-b01, Java(TM) SE Runtime Environment, 1.6.0_17-b04
OS: Windows XP
Maximum slowness yet reported was 63531 ms, average is 63531
Comment 1 Exceptions Reporter 2010-01-28 11:49:18 UTC
Created attachment 93636 [details]
nps snapshot
Comment 2 Jaroslav Tulach 2010-02-01 08:13:32 UTC
BlueJ's node renderer can be blocked by parsing. Probably make asynchronous, render without main class badge and repaint when parsing API thread finishes.
Comment 3 Antonin Nebuzelsky 2010-07-30 15:18:12 UTC
Reassigning to default owner.