Ticket #5 (new enhancement)

Opened 2 years ago

Last modified 2 years ago

check if Tag::getContent() can be replaced using other existing methods

Reported by: mikey Assigned to: mikey
Priority: major Milestone: 0.3.0
Component: core Version: svn-trunk
Keywords: Cc:

Description

Normally the ValueConverter? classes use the Tag::getConvertedValue() method to receive the correct value that should be used. However the Tag interface and the derived classes offer the getContent() method which compete with the first method. This leads to confusion because the ValueConverter? has to decide which of both it should use.

Change History

09/19/06 14:03:36 changed by mikey

  • milestone changed from 0.1.0 to 0.2.0.