Menu

#10 Coding Standards TestCaseConfigFile

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

This refers to version 38 of the TestCaseConfigFile.java file
- Review documentation comments to be sure they following coding standards (@revision, @author, @return, @param, etc.) Generate JavaDoc before and after your changes to be sure that you actually made some improvements
- Code violates the standard that if statements should always opening and closing curly braces (for an example, see lines 57+). Fix this

Discussion

  • N Napier

    N Napier - 2012-01-20
    • assigned_to: nobody --> kjones122012
     
  • Kevin Jones

    Kevin Jones - 2012-01-20

    Changed the documentation comments to be sure they following coding standards (@revision, @author, @return, @param, etc.) Generate JavaDoc before and after your changes to be sure that you actually made some improvements

    Fixed the code that violated the standard that if statements should always opening and closing curly braces (for an example, see lines 57+).

     
  • Kevin Jones

    Kevin Jones - 2012-01-23
    • status: open --> pending
     
  • Kevin Jones

    Kevin Jones - 2012-01-23
    • status: pending --> pending-fixed
     

Log in to post a comment.