Coding Standards TestCaseConfigFile
Brought to you by:
nnapier
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
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+).