Build #606 Araidna JDK 1.3.1
I'm not sure if this has been reported before, so I thought I would
report it. In the following example, the javadoc is not flagged as an
error:
/**
* Generate a graph as an image and output it to the response
*
* @param sState Servlet state.
* @param domainType Domain identifier (planner, approval, etc)
* @param pageOffset Starting X axis element for this page
* @return True if graph creation succeeds, False
otherwise.
*/
public static String outputGraphToResponse( ServletState sState, String
graph, String view, boolean hasPaging, int pageSize, int pageOffset,
String domainType )
{
}
Note that the method has 7 parameters but the javadoc only lists 3. Also
the order of the domainType and pageOffset are reversed.
Bill U.
_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list