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

Summary: Missing tests for PropUtils.stringConvert
Product: platform Reporter: Jaroslav Tulach <jtulach>
Component: ExplorerAssignee: _ tboudreau <tboudreau>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P4    
Version: 3.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 29447    

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?