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 36646 - [JDK1.5.0] Exceptions running with JDK 1.5 + GTK+ L&F
Summary: [JDK1.5.0] Exceptions running with JDK 1.5 + GTK+ L&F
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords: JDK_SPECIFIC, L&F
Depends on:
Blocks:
 
Reported: 2003-10-16 16:05 UTC by Jesse Glick
Modified: 2008-12-22 21:38 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Stack traces (7.05 KB, text/plain)
2003-10-16 16:06 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2003-10-16 16:05:37 UTC
1. NPE from BeanTreeView.isEnabled

2. CCE (WindowManagerImpl$TopComponentManager)
from SynthPanelUI.propertyChange

3. NPE from
OptionsAction$OptionsPanel.getPreferredSize

4. Still sometimes get an NPE from
com.sun.java.swing.plaf.gtk.Metacity.getNode(Metacity.java:1441)
but not sure what it could mean. Not trying to fix.
Comment 1 Jesse Glick 2003-10-16 16:06:06 UTC
Created attachment 11888 [details]
Stack traces
Comment 2 Jesse Glick 2003-10-16 16:11:19 UTC
committed   * Up-To-Date  1.21       
openide/src/org/openide/explorer/view/BeanTreeView.java
committed   * Up-To-Date  1.9        
core/windows/src/org/netbeans/core/windows/frames/DefaultContainerImpl.java
committed   * Up-To-Date  1.56       
core/src/org/netbeans/core/actions/OptionsAction.java
Comment 3 Marian Mirilovic 2004-06-30 08:59:24 UTC
verified in [nb_dev](200406291800)