Hello All,

Unfortunately I did not get any response to my email. Wonder if nobody cares
about the javadoc warnings report of if I am the only using the report.

I am still seeing this problem even with a very simple single java file in
the project.

Just add any java file which contains a javadoc warning (like no @param or
something like that)
public class MyTest
{
    /**
    ** Constructor.
    ** @param oldAttr Some error
    */
    public MyTest(String foo,  String bar)
    {

    }
}

Maven javadoc can be seen error out with the following warning on the
console

*** WARNING: exception parsing line '  [javadoc]
C:\Temp\mtest\src\main\java\ora
cle\mds\persistence\MyTest.java:20: warning - @param argument "oldAttr" is
not a
 parameter name.': org.apache.commons.collections.set.ListOrderedSet: method
<in
it>()V not found

and the javadoc warnings report contains just the number of files having
warnings.

Could somebody please suggest how to fix this problem? Is upgrading to Maven
2 only soln to resolve this problem :( ?

Thanks
Girish



On 11/19/05, Girish Nagaraj <[EMAIL PROTECTED]> wrote:
>
> Hello,
>
> When I run "maven site", the javadoc warnings report fails to get
> generated correctly.It just contains the number of files, but does not
> list the javadoc problems (though there are many).
> The following message shows up on the console
> *** WARNING: exception parsing line '  [javadoc] <....>.java:726: warning
> - Tag @inheritDoc cannot be used in constructor documentation.  It can only
> be used in the following types of documentation: method, inline text.':
> org.apache.commons.collections.set.ListOrderedSet: method <init>()V not
> found
>
> Is there anyway this I can be fix this?
>
> Thanks,
> Girish
>

Reply via email to