> CALL FOR:
> HACK/Bugfix: taglib cloudreferrer.getCloud()
> 
> Result:
> The hack is accepted.
> The new method's name is getCloudVar().
> The getCloud method will be deprecated in MMBase 1.7, and 
> removed from the code in MMBase 1.8.

I tried to do the refactoring, but the method can't be getCloudVar. The
interface CloudProvider has the same method. The edit.TransactionTag extends
CloudReferrer and implements CloudProvider. A CloudProvider.getCloud returns
the Cloud member and a CloudReferrerTag.getCloud returns the parent Cloud
member. When the method is renamed the CloudReferrerTag is shadowed by the
TransactionTag.getCloudVar, but they don't have the same functionality. I
renamed the method to getProviderCloudVar

Nico


Reply via email to