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 20173

Summary: [WrappersEditor] NumberFormatException from setAsText
Product: platform Reporter: Marian Mirilovic <mmirilovic>
Component: Property EditorsAssignee: akemr <akemr>
Status: CLOSED FIXED    
Severity: blocker    
Priority: P3    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: .NumberFormatException: null

Description Marian Mirilovic 2002-02-05 16:17:30 UTC
[nb_dev](20020205)

After invoking custom property editor for a property type of next ones :

Short,
Long,
Integer,
Byte,
Float,
Double

arise Information dialog:
Invalid value. Property xxx could not be set. Reason: null.

and NumberFormatException(attachment) is written to ide.log from
WrappersEditor.setAsText.

WrappersEditor has solved "null" problem in getAsText but not in setAsText!
Comment 1 Marian Mirilovic 2002-02-05 16:17:57 UTC
Created attachment 4575 [details]
.NumberFormatException: null
Comment 2 akemr 2002-02-06 10:08:07 UTC
Fixed in trunk
Comment 3 Marian Mirilovic 2002-02-07 08:42:28 UTC
verified in [nb_dev](20020207)

Thanks Ales.
Comment 4 Quality Engineering 2003-07-01 16:21:51 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.