You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
publicclassClockTime {
//private final Logger logger = LogsCenter.getLogger(ClockTime.class);publicstaticfinalStringMESSAGE_CLOCKTIME_CONSTRAINTS =
"Clock time of task should be 24-hour form, eg: 23:59";
Comment out code?
/** * Represents a Task's time in the Tasklist. * Guarantees: immutable; is valid as declared in {@link #isValidClockTime(String)} */publicclassClockTime {
//private final Logger logger = LogsCenter.getLogger(ClockTime.class);
There should not be an empty line between method body and Javadoc.
It seems that you don't have enough main code in the collate file. Hope you will work more on the main code.
Main
Comment out code?
There should not be an empty line between method body and Javadoc.
It seems that you don't have enough
main
code in the collate file. Hope you will work more on themain
code.Test
Test case naming conversion does not follow the coding standard.
featureUnderTest_testScenario_expectedBehavior()
Also, it seems that you don't have enough
test
code in the collate file. Hope you will work more on thetest
code.The text was updated successfully, but these errors were encountered: