Using MyStringProperty.concat(" with some constant string ") works as expected, but MyStringProperty.concat(anotherStringProperty) concats MyStringProperty with "[SFX]StringProperty [bean:..., name: propertyname, value: stringvalue]". Users have to use MyStringProperty.concat(anotherStringProperty.delegate). Please fix!
Using
MyStringProperty.concat(" with some constant string ")works as expected, butMyStringProperty.concat(anotherStringProperty)concats MyStringProperty with "[SFX]StringProperty [bean:..., name: propertyname, value: stringvalue]". Users have to useMyStringProperty.concat(anotherStringProperty.delegate). Please fix!