rewrite icon indicating copy to clipboard operation
rewrite copied to clipboard

Remove Javadocs parameters without a description

Open yeikel opened this issue 1 year ago • 0 comments

I often see Javadocs like:


/**
     * @param a
     * @param b
     * @param b
     * @param c
     * @return
     * @throws c
     */

Where the javadoc simply list the parameters without any description.

As this does not add any value to the code, I'd prefer to simply remove all of them in bulk

yeikel avatar Sep 21 '22 02:09 yeikel