You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Patrick Rhomberg (JIRA)" <ji...@apache.org> on 2018/03/27 18:13:00 UTC

[jira] [Created] (GEODE-4954) Improve spotless -- remove trivial javadoc stubs

Patrick Rhomberg created GEODE-4954:
---------------------------------------

             Summary: Improve spotless -- remove trivial javadoc stubs
                 Key: GEODE-4954
                 URL: https://issues.apache.org/jira/browse/GEODE-4954
             Project: Geode
          Issue Type: Sub-task
            Reporter: Patrick Rhomberg


For instance, the block

{noformat}
@param myparam
@param secondParam
@throws Exception
{noformat}

is entirely implicit by the method's signature, which is included in the javadoc itself.  Javadoc stubs that do not include description of a given term is trivial, redundant, and should be removed.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)