I have a PDM which I converted into OOM, after fixing up all associations I did "Migrate navigable role" in order to add them into list attributes. This worked fine. After this I went into the list of atrributes and clicked "Generate Getter/Setter methods", which worked fine for attributes migrated from 0:1 & 1:1 associations, but the ones from 0:* generated invalid get/set methods as array brackets "[]" got lost, although they are present in attribute declaration section. Please help.