Re: Javadocs generated by maven-javadoc-plugin does not include method parameter names for Eclipse

2016-04-07 Thread Andreas Sewe
Derek Hongar wrote: > I'm using Eclipse and I would like to attach a library's javadocs to my > project so that when I implement an interface and choose the option *Add > unimplemented methods* the *methods parameter names* show up correctly > instead of *arg0*, *arg1*, etc. AFAIK, this has

Re: Javadocs generated by maven-javadoc-plugin does not include method parameter names for Eclipse

2016-04-07 Thread Adrien Rivard
Can't you use directly sources and not javadoc for that ? With Maven and Eclipse ,this is a better option than javadoc IMO. For your problem, are the javadoc generated in both case the same ? Are you sure the javadoc is correctly linked in Eclipse with maven? On Thu, Apr 7, 2016 at 4:06 AM,

Javadocs generated by maven-javadoc-plugin does not include method parameter names for Eclipse

2016-04-06 Thread Derek Hongar
I'm using Eclipse and I would like to attach a library's javadocs to my project so that when I implement an interface and choose the option *Add unimplemented methods* the *methods parameter names* show up correctly instead of *arg0*, *arg1*, etc. Problem is: - When I generate the