TCI 1.1 RTF Avatar
  1. OMG Issue

TCI11 — Revise comments in code/model for clarity in TacsitController.getEntityTypes

  • Key: TCI11-6
  • Legacy Issue Number: 17059
  • Status: open  
  • Source: SimVentions ( Mr. Matthew Wilson)
  • 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.

    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”.

    Revised Text:
    Change the comments in paragraph 7.1.1.8.2 and the model to read:
    Returns the Entity Types that are supported by the TAC SIT. This will return a list of all Entity Types available for Selection and Query by this TACSITController.

  • Reported: TCI 1.0b2 — Thu, 26 Jan 2012 05:00 GMT
  • Updated: Wed, 1 Feb 2023 21:57 GMT