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 - NPE from CompletionLayoutPopup.resetPreferredSize
Summary: NPE from CompletionLayoutPopup.resetPreferredSize
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Completion & Templates (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Dusan Balek
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2005-07-29 04:39 UTC by Jesse Glick
Modified: 2007-11-05 13:38 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Stack trace (1.21 KB, text/plain)
2005-07-29 04:40 UTC, Jesse Glick
Details

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