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 61529

Summary: NPE from CompletionLayoutPopup.resetPreferredSize
Product: editor Reporter: Jesse Glick <jglick>
Component: Completion & TemplatesAssignee: Dusan Balek <dbalek>
Status: RESOLVED FIXED    
Severity: blocker Keywords: RANDOM
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: Stack trace

Description Jesse Glick 2005-07-29 04:39:45 UTC
Has happened to me a couple of times recently while using code completion.
Current dev build, Mustang, Ocean L&F, Linux / Gnome.
Comment 1 Jesse Glick 2005-07-29 04:40:12 UTC
Created attachment 23356 [details]
Stack trace
Comment 2 Martin Roskanin 2005-08-09 15:14:44 UTC
synchronization of contentComponent is missing. Should be fixed into NB 4.2
Comment 3 Martin Roskanin 2005-08-23 15:12:12 UTC
fixed in [maintrunk]

/cvs/editor/completion/src/org/netbeans/modules/editor/completion/CompletionLayoutPopup.java,v
 <--  CompletionLayoutPopup.java
new revision: 1.4; previous revision: 1.3