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 - Exception from ComboInplaceEditor (on JDK1.6)
Summary: Exception from ComboInplaceEditor (on JDK1.6)
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Explorer (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Martin Krauskopf
URL:
Keywords: JDK_SPECIFIC
: 62297 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-08-17 14:03 UTC by Zdenek Konecny
Modified: 2008-12-22 19:11 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Copy of the exception (2.38 KB, text/plain)
2005-08-17 14:04 UTC, Zdenek Konecny
Details

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