Am 28.02.2015 um 21:18 schrieb Milamber:
Hello,

When I launch the distribution task to test the next release, I've these
Javadoc warning messages:

   [javadoc]
/home/milamber/temp/jmetertemp/src/core/org/apache/jmeter/save/SaveService.java:515:
warning - @param argument "file" is not a parameter name.
   [javadoc]
/home/milamber/temp/jmetertemp/src/protocol/http/org/apache/jmeter/protocol/http/sampler/MeasuringConnectionManager.java:47:
warning - Tag @link: reference not found: MeasuringConnectionRequest
   [javadoc]
/home/milamber/temp/jmetertemp/src/protocol/jdbc/org/apache/jmeter/protocol/jdbc/config/DataSourceElementBeanInfo.java:120:
warning - Connection#TRANSACTION_NONE (referenced by @value tag) is an
unknown reference.
   [javadoc]
/home/milamber/temp/jmetertemp/src/protocol/jdbc/org/apache/jmeter/protocol/jdbc/config/DataSourceElementBeanInfo.java:120:
warning - Connection#TRANSACTION_READ_COMMITTED (referenced by @value
tag) is an unknown reference.
   [javadoc]
/home/milamber/temp/jmetertemp/src/protocol/jdbc/org/apache/jmeter/protocol/jdbc/config/DataSourceElementBeanInfo.java:120:
warning - Connection#TRANSACTION_READ_UNCOMMITTED (referenced by @value
tag) is an unknown reference.
   [javadoc]
/home/milamber/temp/jmetertemp/src/protocol/jdbc/org/apache/jmeter/protocol/jdbc/config/DataSourceElementBeanInfo.java:120:
warning - Connection#TRANSACTION_REPEATABLE_READ (referenced by @value
tag) is an unknown reference.
   [javadoc]
/home/milamber/temp/jmetertemp/src/protocol/jdbc/org/apache/jmeter/protocol/jdbc/config/DataSourceElementBeanInfo.java:120:
warning - Connection#TRANSACTION_SERIALIZABLE (referenced by @value tag)
is an unknown reference.
   [javadoc]
/home/milamber/temp/jmetertemp/src/protocol/http/org/apache/jmeter/protocol/http/sampler/MeasuringConnectionManager.java:47:
warning - Tag @link: reference not found: MeasuringConnectionRequest
   [javadoc] Building index for all the packages and classes...
   [javadoc]
/home/milamber/temp/jmetertemp/src/protocol/http/org/apache/jmeter/protocol/http/sampler/MeasuringConnectionManager.java:47:
warning - Tag @link: reference not found: MeasuringConnectionRequest
   [javadoc] Building index for all classes...
   [javadoc] Generating
/home/milamber/temp/jmetertemp/docs/api/stylesheet.css...
   [javadoc] 9 warnings

I must ignore these messages or try to fix them?
You can ignore them now. I fixed them. Part of them came into the codebase, when I fixed the javadoc for java8... strange.

Regards
 Felix

Milamber

Reply via email to