« Return to Thread: why so many missing class errors?

Re: why so many missing class errors?

by David Hovemeyer-3 :: Rate this Message:

| View in Thread



On 2/12/07, VedavalliRadhika.KaniyalarVijayakumar@... <VedavalliRadhika.KaniyalarVijayakumar@...> wrote:

I am coming across a similar kind of issue, when I use Maven-findbugs plugin.

 

Console Output:

The following classes needed for analysis were missing:
javax.servlet.http.HttpServlet

javax.servlet.GenericServlet

…………

…………

 

Is this also a bug???


It is hard to say.  FindBugs is trying to find these classes, but it is complaining
that they are not available.  Using FindBugs in command-line mode, you would
specify the jar file these classes are in (j2ee.jar?) as part of the
-auxClasspath option.  I'm not sure how this works with Maven, however.

Is this the right forum for me to discuss the issue??

If the problem is a bug in FindBugs, then yes.  If it is a problem with the maven
plugin, no.

-Dave


_______________________________________________
Findbugs-discuss mailing list
Findbugs-discuss@...
http://mailman.cs.umd.edu/mailman/listinfo/findbugs-discuss

 « Return to Thread: why so many missing class errors?