Project

General

Profile

bug #8496

Updated by Andreas Müller over 4 years ago

These were implemented in #7600. 

 Unfortunately the current semantics is that e.g. AnnotatableEntity.setAnnotations(set) does not replace the existing set by but the new one but only copies the annotations to the existing set. 
 This is not what one expects if using a setter so it breaks the semantics. Rather it is a merge into then a set semantics and is something one would expect by an addAll method but not by a set method.

Back