Matthijs Hendriks edited a comment on Task AMDATU-613

Updated the Style Guide and the checkstyle file.

  • Public variables lacking documentation will no longer result in an error, but in a warning instead;
  • the error 'var should be final' no longer occurs;
  • the @author tag now is required;
  • redundant throws are now ignored;
  • inline conditionals are now allowed;
  • visibility modifier-errors now give a warning rather than an error;
  • it is no longer required to override hashCode() when overriding equals();
  • exceeding the line length now gives a warning rather than an error;
  • added the possibility to letting Checkstyle skip parts of the code (using comments).
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
Amdatu-developers mailing list
[email protected]
http://lists.amdatu.org/mailman/listinfo/amdatu-developers

Reply via email to