"Nathan Bubna" <[EMAIL PROTECTED]> writes:
Actually Eclipse bothers if you set "Javadoc checking" to "Error". :-)
This was more of an automated "linting" process. Do, I don't mind. However,
it would be nice to get Javadocs for at least the public members and methods
of a class.
Best regards
Henning
>On 9/17/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>> Author: henning
>> Date: Sun Sep 17 13:45:39 2006
>> New Revision: 447142
>>
>> URL: http://svn.apache.org/viewvc?view=rev&rev=447142
>> Log:
>> Last of the javadoc fixes.
>...
>> +/**
>> + *
>> + */
>> public class ASTIfStatement extends SimpleNode
>> {
>i appreciate most of this effort a LOT, but are things like this
>really a fix? empty javadoc statements just take up space on my hard
>drive and screen...
>> + /**
>> + * @param id
>> + */
>> public ASTIfStatement(int id)
>> {
>> super(id);
>> }
>and these say little more...
>not really a big deal. i don't think we need to delete these or
>anything. but i'm hoping you (or FindBugs?) don't mind if i don't
>bother with such empty javadoc in code i check in.
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
--
Dipl.-Inf. (Univ.) Henning P. Schmiedehausen INTERMETA GmbH
[EMAIL PROTECTED] +49 9131 50 654 0 http://www.intermeta.de/
RedHat Certified Engineer -- Jakarta Turbine Development -- hero for hire
Linux, Java, perl, Solaris -- Consulting, Training, Development
Social behaviour: Bavarians can be extremely egalitarian and folksy.
-- http://en.wikipedia.org/wiki/Bavaria
Most Franconians do not like to be called Bavarians.
-- http://en.wikipedia.org/wiki/Franconia
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]