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 34839

Summary: Test InplaceEditor.getValue
Product: platform Reporter: Jaroslav Tulach <jtulach>
Component: ExplorerAssignee: _ tboudreau <tboudreau>
Status: VERIFIED FIXED    
Severity: blocker Keywords: TEST
Priority: P4    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 29447    

Description Jaroslav Tulach 2003-07-09 16:36:35 UTC
Following contract will be hard to maintain
without verification suite:

This method may return a String, in which case the
property editor will be updated using its
setAsText() method, and the value taken from the
property editor. Implementations are free to also
return either null when appropriate, a String
appropriate for use with the property editor's
setAsText() method, or an object instance
compatible with the property in question's
setValue() method.
Comment 1 _ tboudreau 2003-07-15 16:17:29 UTC
Done.
Comment 2 Jaroslav Tulach 2003-07-16 09:01:58 UTC
If you want me to verify, tell me where.