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 62492

Summary: Exception from ComboInplaceEditor (on JDK1.6)
Product: platform Reporter: Zdenek Konecny <koneczde>
Component: ExplorerAssignee: Martin Krauskopf <mkrauskopf>
Status: VERIFIED FIXED    
Severity: blocker Keywords: JDK_SPECIFIC
Priority: P2    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: Copy of the exception

Description Zdenek Konecny 2005-08-17 14:03:13 UTC
Create any project with form.
Set frorm's layout to AbsoluteLayout.
Add any component from AWT or Swing, which is resizible.
Resize the component by getting some value to "Width" or "Height" item (other
then Preferred) in properties.
java.lang.NullPointerException is throwed. 
Build 200508161800 JDK 1.6.0-ea
Comment 1 Zdenek Konecny 2005-08-17 14:04:44 UTC
Created attachment 23990 [details]
Copy of the exception
Comment 2 Zdenek Konecny 2005-08-17 15:22:50 UTC
Under JDK 1.5.0_03 it's working fine
Comment 3 Jan Stola 2005-08-17 15:43:14 UTC
The exception is thrown by ComboInplaceEditor -> reassigning to propertysheet.
The exception is reproducible also in other property editors that use editable
ComboInplaceEditor - for example Return Type property of method node.
You have to enter a value that is not in the combobox to reproduce the exception.
Comment 4 Tomas Pavek 2005-08-22 21:18:59 UTC
*** Issue 62297 has been marked as a duplicate of this issue. ***
Comment 5 Martin Krauskopf 2005-09-06 15:16:57 UTC
Fixed.

Checking in propertysheet/ComboInplaceEditor.java; 1.1 --> 1.2
Comment 6 Zdenek Konecny 2005-09-08 11:13:28 UTC
verified, build 20050907, JDK 1.6.0-ea