Hi all,

After switching to a new JaMoPP Version (1.4.0.v201205120003.jar) the
"getComments().addAll(..)" method seems no longer to work.

------------------------------------------------
List<String> comments = new ArrayList<String>();
comments.add("/** TEST */");
Field myField = MembersFactory.eINSTANCE.createField();
myField.getComments().addAll(comments);
System.out.println("SIZE=" + myField.getComments().size());
------------------------------------------------
OUTPUT: SIZE=0
------------------------------------------------

This is also the case for other Types like "Class", "Parameter"...

Cheers,
Michael



_______________________________________________
emftext-users mailing list
[email protected]
http://mail-st.inf.tu-dresden.de/cgi-bin/mailman/listinfo/emftext-users

Reply via email to