You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Ole Ersoy <ol...@gmail.com> on 2015/12/31 04:58:49 UTC

[math] One more reason to add lombok

Hi,

This is a getter from RealMatrixFormat:

     /**
      * Get the format prefix.
      *
      * @return format prefix.
      */
     public String getRowPrefix() {
         return rowPrefix;
     }

Within RealMatrixFormat the properties include prefix and rowPrefix.  Both have the same documentation.  I'm assuming that the above should say @return row prefix?  With lombok the comments adjacent, so writing the documentation is easier and faster, while also making the above scenario much less likely.

Cheers,
Ole

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