-
Type:
Bug
-
Status: Closed
-
Resolution: Won't Fix
-
Affects Version/s: 6.1.1 CE GA2, 6.1.20 EE GA2, 6.2.0 CE M2
-
Fix Version/s: 6.1.30 EE GA3
-
Component/s: Documentation
-
Labels:None
The JavadocFormatter should not insert an additional space between the open parenthesis and first parameter type in link tag method references.
Note the space between '(' and "long" below ...
/**
- @deprecated
{@link #getGroupThreads( long, long, boolean, boolean,
* QueryDefinition)}
*/
public List<MBThread> getGroupThreads(
long groupId, long userId, int status, boolean subscribed,
boolean includeAnonymous, int start, int end)
To reproduce,
1. ant compile compile-test
2. ant format-javadoc -Dlimit=MBThreadLocalServiceImpl