You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Apache Wiki <wi...@apache.org> on 2013/03/10 15:08:31 UTC

[Commons Wiki] Update of "CodeStyle" by sebbapache

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Commons Wiki" for change notification.

The "CodeStyle" page has been changed by sebbapache:
http://wiki.apache.org/commons/CodeStyle?action=diff&rev1=7&rev2=8

Comment:
Add @deprecated/@since rules

  ||SVN keywords: $Date$ should not be used|| warning ||
  ||Indentation: (POM) prefer 4 spaces, allow 2, but be consistent within a file (1) || info ||
  ||JavaDoc: @author Tag should not be used || info ||
+ ||JavaDoc: @deprecated Tag must include version where first deprecated, and a link to the replacement (if any) || warning ||
+ ||JavaDoc: @since Tag must be used to document new classes and methods where these form part of the public API || warning||
  ||Add your rule here ||warning ||
  
  Notes:

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org