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 34829 - Missing tests for PropUtils.stringConvert
Summary: Missing tests for PropUtils.stringConvert
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Explorer (show other bugs)
Version: 3.x
Hardware: PC Linux
: P4 blocker (vote)
Assignee: _ tboudreau
URL:
Keywords:
Depends on:
Blocks: 29447
  Show dependency tree
 
Reported: 2003-07-09 16:00 UTC by Jaroslav Tulach
Modified: 2008-12-22 22:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jaroslav Tulach 2003-07-09 16:00:49 UTC
The PropUtils.stringConvert method seems to do
some kind of magic and is likely to be extended
and improved in future, please help definition of
its contract and write a test that checks whether
it correctly does what it should do.
Comment 1 _ tboudreau 2003-07-15 16:16:55 UTC
StringConvert removed - relic of early implementation, nothing was
using it.
Comment 2 Jaroslav Tulach 2003-07-16 08:56:20 UTC
The method is gone. Btw. could not you remove the PropUtils class from
API completely? It seems to contain a lot of package private support
and just two (?) public methods. Are they really needed? Or could
there be another suitable place for them?