Issue 17051: SelectionEvent takes a single Entity parameter (tacsit-ftf) Source: SimVentions (Mr. Matthew Wilson, mwilson(at)simventions.com) Nature: Uncategorized Issue Severity: Minor Summary: A translation error occurred from the java PSM to the specification source files. This should be a Collection or List of Entity objects, rather than a single Entity. The affected methods are: • Constructor • getEntities To ensure the integrity of the event object, the internally stored Collection or List should be unmodifiable. This can be easily achieved by copying the List and invoking Collections.unmodifiableList(source). Resolution: Update the Java PSM class methods to take/return a Collection<Entity> respectively. Revised Text: There is no modification necessary to the text of the specification. Java PSM files only. Resolution: Revised Text: Actions taken: January 26, 2012: received issue Discussion: End of Annotations:===== s is issue # 17051 OMG Issue No: 17051 Title: SelectionEvent takes a single Entity parameter Source: Matt Wilson - mwilson@simventions.com Severity: Minor Summary: A translation error occurred from the java PSM to the specification source files. This should be a Collection or List of Entity objects, rather than a single Entity. The affected methods are: · Constructor · getEntities To ensure the integrity of the event object, the internally stored Collection or List should be unmodifiable. This can be easily achieved by copying the List and invoking Collections.unmodifiableList(source). Resolution: Update the Java PSM class methods to take/return a Collection respectively. Revised Text: There is no modification necessary to the text of the specification. Java PSM files only.