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 - [WrappersEditor] NumberFormatException from setAsText
Summary: [WrappersEditor] NumberFormatException from setAsText
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Property Editors (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: akemr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-02-05 16:17 UTC by Marian Mirilovic
Modified: 2008-12-22 17:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
.NumberFormatException: null (3.56 KB, text/plain)
2002-02-05 16:17 UTC, Marian Mirilovic
Details

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