DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=31519>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=31519

[collections] Getting rid of some javadoc warn messages (3.2-dev)

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |



------- Additional Comments From [EMAIL PROTECTED]  2004-10-17 22:13 -------
Salve.

If i may re-open the bug.

I have changed the property 'javadoc.access' from the value 'protected' to 
'private' to see, if javadoc runs clean now. Just got some other warnings.

The first "fix" is for 'TreeBidiMap.java' in 'collections/bidimap'. I have
changed the parameter name from 'index' to 'type' in the javadoc code from three
methods, because the variable is named 'type' there.

The second "fix" is for 'AbstractInputCheckedMapDecorator.java'. Just removed
the javadoc tag '@param value' for the method 'isSetValueChecking', since this
method has no parameter at all. 

The third "fix" is for 'TreeList.java' in 'collections/list'. But here it is a
bit ambigious. The comment for the field 'AVLNode current' from the inner class
'TreeListIterator' mentions the method #getLastNodeReturned(). There is no such
method, thats why the javadoc warning raises. Will such a method ever be written
there to access 'current'? For example, the 'LinkedListIterator' in
'AbstractLinkedList' has such a method. I 

Okay, whatever, i dont see a note, that this method will come. So i just deleted
the comment about #getLastNodeReturned()

=;

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to