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 34837

Summary: Test "command" contracts
Product: platform Reporter: Jaroslav Tulach <jtulach>
Component: ExplorerAssignee: _ tboudreau <tboudreau>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P3    
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:31:46 UTC
I do not pretend that I understand what they
should do, but I think that should be tested:

If the property should be updated, ensure that
getValue() will return the correct value, and fire
the action command COMMAND_UPDATE or
COMMAND_SUCCESS. Implementations should also not
assume that because one of these events has been
fired, that therefore the property editor has been
updated with the new value. Components that
display inplace editors are responsible for the
timing of and policy for updates to the
represented properties.
Comment 1 _ tboudreau 2003-07-14 12:16:45 UTC
COMMAND_UPDATE and COMMAND_SUCCESS are action commands that indicate
that the property sheet should read the value from the inplace editor
and update the property with the new value.
Comment 2 _ tboudreau 2003-07-15 17:08:47 UTC
Done.
Comment 3 Jaroslav Tulach 2003-07-16 09:00:49 UTC
Where?