v1.1.2: Merge pull request #18 from CAST-Extend/BugFixes
Corrected the following issues:
- slide 0: substitution are not done for month and year (“{month} {year}”)
- slide 6: near term issues are not displayed (“… plan for near term, including {app1_near_term_vio_txt}…”)
- slide 8: size of the application is not displayed (“{app1_sml_size} size application with…”)
- slide 10: comment ratio and commented-out ratio are not displayed (“… at {app1_comment_pcnt}%.” and “…less than {app1_comment_out_pcnt}%.”)
- slide 18: action plan estimates for mid-term are not displayed (“${app1_mid_term_cost}K implementation cost” and “Max. {app1_mid_term_eff} person-days implementation effort”)
- slide 19: mid-term items are not displayed (“{app1_mid_term_vio_cnt} items should be planned in mid-term…”)
- slide 19: long-term items number is incorrect as it contains mid-term items + long-term items. Therefore, mid-term items must be excluded from this calculation.