Menu

#11 Coding Standards CTConverter

pending-fixed
None
2
2012-01-23
2012-01-20
N Napier
No

Concentrate on fixing CTConverter.java. Violations of coding standards to fix relate to "Documentation Comments" (check class headers and method headers). Generate JavaDoc before and after your changes to make sure you are actually making an improvement.

Also make sure that the if statements always use opening and closing curly braces -- even if there is only one statement in the block

Discussion

  • N Napier

    N Napier - 2012-01-20
    • assigned_to: nobody --> santoine
     
  • N Napier

    N Napier - 2012-01-20
    • priority: 5 --> 2
     
  • Joe Armendariz

    Joe Armendariz - 2012-01-20

    Missing @version statement in class header: Fixed, Missing parameter name config on line 26: Fixed, Missing parameter testCase on line 79: Fixed, Missing parameter inputArguments on line 108: Fixed, Missing @return inputType on line 108: Fixed, Missing parameter testCase on line 129: Fixed,
    Fixed Curly Braces on following if statements on Lines:
    55, 95, 98, 117, 120,

     
  • Joe Armendariz

    Joe Armendariz - 2012-01-23
    • status: open --> pending
     
  • Joe Armendariz

    Joe Armendariz - 2012-01-23
    • status: pending --> pending-fixed
     

Log in to post a comment.