These were from the Gump build logs, but I've also got them in the past from the local javadoc builds, using the target of "docs-api".
Unfortunately, Javadoc is not incremental so it takes a little while. == BTW, Eclipse (I'm using 2.1.2) offers name completion for Javadoc tags. Type @p and then Ctrl+space, and you should be offered @param as one of the choices. Type a space after the @param, and then Ctrl+space again, and you should be offered one of the parameters. I don't know if you can get Eclipse to warn you without running javadoc. Doesn't look like it, as the only option for Javadoc is to specify the executable, as far as I can see. == If using Eclipse, it's well worth getting the following add-ons: - XML Buddy (Bocaloco) - http://www.xmlbuddy.com/news.php - Call Hierarchy - http://eclipse-tools.sourceforge.net/call-hierarchy/ Call hierarchy in particular can be invaluable. S. P.S. These are my views only! -----Original Message----- From: Jordi Salvat i Alabart [mailto:[EMAIL PROTECTED] Sent: 01 December 2003 17:14 To: JMeter Developers List Subject: Re: cvs commit: jakarta-jmeter/src/protocol/http/org/apache/jmeter/protocol/http/sampler HTTPSampleResult.java Hi Sebastian, how do you obtain these warnings? Does Eclipse tell you? Which version? Thanks, Jordi. En/na [EMAIL PROTECTED] ha escrit: > sebb 2003/12/01 08:50:10 > > Modified: src/protocol/http/org/apache/jmeter/protocol/http/sampler > HTTPSampleResult.java > Log: > Fix Javadoc warnings > > Revision Changes Path > 1.2 +2 -2 jakarta-jmeter/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTT PSampleResult.java > > Index: HTTPSampleResult.java > =================================================================== > RCS file: /home/cvs/jakarta-jmeter/src/protocol/http/org/apache/jmeter/protocol/http/s ampler/HTTPSampleResult.java,v > retrieving revision 1.1 > retrieving revision 1.2 > diff -u -r1.1 -r1.2 > --- HTTPSampleResult.java 27 Nov 2003 14:14:26 -0000 1.1 > +++ HTTPSampleResult.java 1 Dec 2003 16:50:10 -0000 1.2 > @@ -75,7 +75,7 @@ > * Construct a 'parent' result for an already-existing result, essentially > * cloning it: > * > - * @param result > + * @param res existing sample result > */ > public HTTPSampleResult(HTTPSampleResult res) > { > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
