This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 7514 - TranscodingAction: rename checkProperty/checkOption to initProperty/initOption
Summary: TranscodingAction: rename checkProperty/checkOption to initProperty/initOption
Status: RESOLVED FIXED
Alias: None
Product: mobileOK authoring tools
Classification: Unclassified
Component: Transcoding (show other bugs)
Version: unspecified
Hardware: PC Linux
: P2 minor
Target Milestone: ---
Assignee: Sylvain Lequeux
QA Contact: fd
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-07 08:05 UTC by fd
Modified: 2009-09-07 08:20 UTC (History)
0 users

See Also:


Attachments

Description fd 2009-09-07 08:05:19 UTC
checkProperty and checkOption do more than just checking for the property/option within the options array, they initialize the property/option so that subsequent calls to getOption do not throw any exception.

A "check" seems optional.
An "init" may be mandatory.

To avoid confusion, methods should be renamed.