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 - Test InplaceEditor.getValue
Summary: Test InplaceEditor.getValue
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Explorer (show other bugs)
Version: 3.x
Hardware: All All
: P4 blocker (vote)
Assignee: _ tboudreau
URL:
Keywords: TEST
Depends on:
Blocks: 29447
  Show dependency tree
 
Reported: 2003-07-09 16:36 UTC by Jaroslav Tulach
Modified: 2008-12-22 22:46 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: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.