The following code:
public interface Foo
{
/**
* Foo method.
*
* @return something
*/
int[] foo();
}
when run through jalopy on Eclipse, results in jalopy
removing all javadoc tags (in this case, just @return) for
the foo() method.
Adding a "public" modifier before corrects this behaviour.
(Unfortunately for me, our policy is not to specify the
(redundant) public modifier in interfaces). As far as I can
see, this only occurs on methods returning an array.
Marco Hunsicker
Parser Java
None
Public
| Field | Old Value | Date | By |
|---|---|---|---|
| status_id | Open | 2002-11-13 00:02 | marcohu |
| close_date | - | 2002-11-13 00:02 | marcohu |
| priority | 5 | 2002-09-28 12:49 | marcohu |
| resolution_id | None | 2002-09-28 12:49 | marcohu |
| assigned_to | nobody | 2002-09-27 15:11 | marcohu |
| category_id | Parser Javadoc | 2002-09-27 15:11 | marcohu |
| summary | Javadoc tags removed for some methods | 2002-09-27 15:11 | marcohu |
Copyright © 2010 Geeknet, Inc. All rights reserved. Terms of Use