Issue 17012: Revise comments in code/model for clarity in TacsitController.getEntityTypes (tacsit-ftf) Source: SimVentions (Mr. Matthew Wilson, mwilson(at)simventions.com) Nature: Uncategorized Issue Severity: Summary: The comment for this method reads: /** * Return the Entity Types which are supported by the TACSIT. This will * return a list of all Entity Types currently available for Selection and * Query by this TACSITController * * @return */ The first sentence gives the impression that it will return anything that can possibly be in the TacsitController. The second sentence implies only entities that currently exist in the TacsitController. Suggested resolution: It seems likely that the first sentence is correct; the wording of the second sentence should be changed to “This will return a list of all Entity Types available for Selection and Query by this TACSITController”. AGREED Resolution: Revised Text: Actions taken: January 19, 2012: received issue Discussion: End of Annotations:===== ssue . Revise comments in code/model for clarity in TacsitController.getEntityTypes Severity: Support Text Issue Description: The comment for this method reads: /** * Return the Entity Types which are supported by the TACSIT. This will * return a list of all Entity Types currently available for Selection and * Query by this TACSITController * * @return */ The first sentence gives the impression that it will return anything that can possibly be in the TacsitController. The second sentence implies only entities that currently exist in the TacsitController. Suggested resolution: It seems likely that the first sentence is correct; the wording of the second sentence should be changed to .This will return a list of all Entity Types available for Selection and Query by this TACSITController..