Can someone explain the design decision to not allow NodeProperty's to allow null for their property value?
In place of a literal null, the value 'new String()' is substituted. Clearly there is a distinction between a zero-length string and null, so why the assumption that null = zero-length string? I believe there are scenarios where you'd want a property to exist in a revision descriptor and for its value to be null. Any thoughts? -- To unsubscribe, e-mail: <mailto:slide-dev-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:slide-dev-help@;jakarta.apache.org>
