Javadoc Report

  Generating Javadoc
  Javadoc execution
  Loading source files for package org.apache.commons.clazz.bean...
  Loading source files for package org.apache.commons.clazz.common...
  Loading source files for package org.apache.commons.clazz.reflect...
  Loading source files for package org.apache.commons.clazz.reflect.common...
  Loading source files for package org.apache.commons.clazz.reflect.extended...
  Loading source files for package org.apache.commons.clazz.reflect.standard...
  Constructing Javadoc information...
  Standard Doclet version 1.4.2-p6
  Generating target/docs/apidocs/constant-values.html...
  Copying file /home/dirkv/.maven/cache/maven-javadoc-plugin-1.7/plugin-resources/stylesheet.css to file target/docs/apidocs/stylesheet.css...
  Building tree for all the packages and classes...
  src/java/org/apache/commons/clazz/reflect/common/ReflectedList.java:252: warning - The first sentence is interpreted to be:
  src/java/org/apache/commons/clazz/reflect/common/ReflectedList.java:295: warning - The first sentence is interpreted to be:
  src/java/org/apache/commons/clazz/reflect/common/ReflectedList.java:416: warning - The first sentence is interpreted to be:
  src/java/org/apache/commons/clazz/reflect/common/AccessorMethodParser.java:51: warning - The first sentence is interpreted to be:
  src/java/org/apache/commons/clazz/bean/BeanClazzConstructorInstanceFactory.java:69: warning - The first sentence is interpreted to be:
  src/java/org/apache/commons/clazz/bean/BeanClazzInstanceFactory.java:95: warning - The first sentence is interpreted to be:
  Building index for all the packages and classes...
  Generating target/docs/apidocs/index-all.html...
  "Will perform the following steps:
   <ol>
   
   <li>If the instance has an <code>addFoo(element)</code>, calls that
   method.</li>
   
   <li>Otherwise, if the instance has an <code>add(index,element)</code>,
   computes the size of the list and calls <code>add(size(),element)
   </code>.<li>
   
   <li>Othewise, if the instance has a <code>List getFoo<i>[plural suffix]
   </i>()</code> method, calls that and adds the element to the list.</li>
   
   <li>Othewise, if the instance has a <code>Foo[] getFoo<i>[plural suffix]
  src/java/org/apache/commons/clazz/reflect/common/AccessorMethodParser.java:51: warning - The first sentence is interpreted to be:
   </i>()</code> method as well as a <code>setFoo<i>[plural suffix]
   </i>(Foo[])</code> method, calls the read method, copies the array into a
  src/java/org/apache/commons/clazz/reflect/common/AccessorMethodParser.java:62: warning - @param argument "javaClass" is not a parameter name.
   new array with an additional element and calls the write method to assign
   the new array to the property.</li>
   
   </ol>"
  This sentence is different from what will be interpreted as the first sentence in the
  next major release (when that interpretation will be internationalized), which is:
  src/java/org/apache/commons/clazz/reflect/common/AccessorMethodParser.java:198: warning - @param argument "candidate" is not a parameter name.
  "Will perform the following steps:
   <ol>
   
   <li>If the instance has an <code>addFoo(element)</code>, calls that
   method."
  To avoid this note, change the doc comment to make this a proper first sentence, then
  src/java/org/apache/commons/clazz/reflect/common/ReflectedConstructorInstanceFactory.java:62: warning - The first sentence is interpreted to be:
  use -breakiterator from that point forward, which will output this new sentence.
  "Will perform the following steps:
   <ol>
   <li>If the instance has an <code>add(index,element)</code>,
  src/java/org/apache/commons/clazz/reflect/common/ReflectedList.java:295: warning - The first sentence is interpreted to be:
   calls that method.<li>
   
   <li>Othewise, if the instance has an <code>add(element)</code> method and
  src/java/org/apache/commons/clazz/reflect/common/ReflectedList.java:252: warning - The first sentence is interpreted to be:
   index == size(), calls that method.</li>
   
   <li>Othewise, if the instance has a <code>List getFoo<i> [plural
   suffix]</i>()</code> method, calls that and inserts the element into the
   list.</li>
   
   <li>Othewise, if the instance has a <code>Foo[] getFoo<i>[plural suffix]
  src/java/org/apache/commons/clazz/reflect/common/ReflectedList.java:416: warning - The first sentence is interpreted to be:
   </i>()</code> method as well as a <code>setFoo<i>[plural suffix]
   </i>(Foo[])</code> method, calls the read method, copies the array into a
  src/java/org/apache/commons/clazz/reflect/common/ReflectedListProperty.java:66: warning - @param argument "contentType" is not a parameter name.
   new, one-longer, array inserting the additional element and calls the
   write method to assign the new array to the property.</li>
   
   </ol>"
  This sentence is different from what would be generated using -breakiterator: 
  "Will perform the following steps:
  src/java/org/apache/commons/clazz/reflect/common/ReflectedListPropertyIntrospectorSupport.java:227: warning - The first sentence is interpreted to be:
   <ol>
   <li>If the instance has an <code>add(index,element)</code>,
   calls that method."
  "Will perform the following steps:
   <ol>
  
  src/java/org/apache/commons/clazz/reflect/common/ReflectedListPropertyIntrospectorSupport.java:176: warning - The first sentence is interpreted to be:
   <li>If the instance has an <code>removeFoo(element)</code>, calls that
   method.</li>
  
   <li>Otherwise, if iterates over elements of the collection until it
   finds one equal to the supplied value."
  src/java/org/apache/commons/clazz/reflect/common/ReflectedListPropertyIntrospectorSupport.java:203: warning - The first sentence is interpreted to be:
  This sentence is different from what would be generated using -breakiterator: 
  "Will perform the following steps:
   <ol>
  
   <li>If the instance has an <code>removeFoo(element)</code>, calls that
   method."
  "To check constraints on the return type of methods parsed
   by this parser, override and perform the check."
  This sentence is different from what would be generated using -breakiterator: 
  "To check constraints on the return type of methods parsed
   by this parser, override and perform the check"
  Building index for all classes...
  src/java/org/apache/commons/clazz/reflect/common/ReflectedScalarPropertyIntrospector.java:132: warning - The first sentence is interpreted to be:
  src/java/org/apache/commons/clazz/reflect/common/ReflectedScalarPropertyIntrospector.java:199: warning - The first sentence is interpreted to be:
  src/java/org/apache/commons/clazz/reflect/extended/ExtendedReflectedListPropertyIntrospector.java:320: warning - The first sentence is interpreted to be:
  src/java/org/apache/commons/clazz/reflect/extended/ReflectedMappedProperty.java:83: warning - @param argument "contentType" is not a parameter name.
  src/java/org/apache/commons/clazz/reflect/extended/ReflectedMappedPropertyIntrospector.java:352: warning - The first sentence is interpreted to be:
  src/java/org/apache/commons/clazz/reflect/extended/ReflectedMappedPropertyIntrospector.java:434: warning - The first sentence is interpreted to be:
  src/java/org/apache/commons/clazz/reflect/extended/ReflectedMappedPropertyIntrospector.java:301: warning - The first sentence is interpreted to be:
  Generating target/docs/apidocs/org/apache/commons/clazz/bean/BeanClazzConstructorInstanceFactory.html...
  "Returns the signature of the factory in the format 
   "factoryName(paramType1,...)", where "factoryName" may be empty."
  This sentence is different from what would be generated using -breakiterator: 
  src/java/org/apache/commons/clazz/reflect/extended/ReflectedMappedPropertyIntrospector.java:328: warning - The first sentence is interpreted to be:
  "Returns the signature of the factory in the format 
   "factoryName(paramType1,"
  Generating target/docs/apidocs/org/apache/commons/clazz/bean/BeanClazzInstanceFactory.html...
  "Returns the signature of the factory in the format 
   "factoryName(paramType1,...)", where "factoryName" may be empty."
  This sentence is different from what would be generated using -breakiterator: 
  "Returns the signature of the factory in the format 
   "factoryName(paramType1,"
  Generating target/docs/apidocs/org/apache/commons/clazz/reflect/common/AccessorMethodParser.html...
  "To check constraints on the return type of methods parsed
   by this parser, override and perform the check."
  This sentence is different from what would be generated using -breakiterator: 
  "To check constraints on the return type of methods parsed
   by this parser, override and perform the check"
  Generating target/docs/apidocs/org/apache/commons/clazz/reflect/common/ReflectedConstructorInstanceFactory.html...
  "Returns the signature of the factory in the format 
   "factoryName(paramType1,...)", where "factoryName" may be empty."
  This sentence is different from what would be generated using -breakiterator: 
  "Returns the signature of the factory in the format 
   "factoryName(paramType1,"
  Generating target/docs/apidocs/org/apache/commons/clazz/reflect/common/ReflectedList.html...
  "Will perform the following steps:
   <ol>
   <li>If the instance has an <code>add(index,element)</code>,
   calls that method.<li>
   
   <li>Othewise, if the instance has an <code>add(element)</code> method and
   index == size(), calls that method.</li>
   
   <li>Othewise, if the instance has a <code>List getFoo<i> [plural
   suffix]</i>()</code> method, calls that and inserts the element into the
   list.</li>
   
   <li>Othewise, if the instance has a <code>Foo[] getFoo<i>[plural suffix]
   </i>()</code> method as well as a <code>setFoo<i>[plural suffix]
   </i>(Foo[])</code> method, calls the read method, copies the array into a
   new, one-longer, array inserting the additional element and calls the
   write method to assign the new array to the property.</li>
   
   </ol>"
  This sentence is different from what would be generated using -breakiterator: 
  "Will perform the following steps:
   <ol>
   <li>If the instance has an <code>add(index,element)</code>,
   calls that method."
  "Will perform the following steps:
   <ol>
   
   <li>If the instance has an <code>addFoo(element)</code>, calls that
   method.</li>
   
   <li>Otherwise, if the instance has an <code>add(index,element)</code>,
   computes the size of the list and calls <code>add(size(),element)
   </code>.<li>
   
   <li>Othewise, if the instance has a <code>List getFoo<i>[plural suffix]
   </i>()</code> method, calls that and adds the element to the list.</li>
   
   <li>Othewise, if the instance has a <code>Foo[] getFoo<i>[plural suffix]
   </i>()</code> method as well as a <code>setFoo<i>[plural suffix]
   </i>(Foo[])</code> method, calls the read method, copies the array into a
   new array with an additional element and calls the write method to assign
   the new array to the property.</li>
   
   </ol>"
  This sentence is different from what would be generated using -breakiterator: 
  "Will perform the following steps:
   <ol>
   
   <li>If the instance has an <code>addFoo(element)</code>, calls that
   method."
  "Will perform the following steps:
   <ol>
  
   <li>If the instance has an <code>removeFoo(element)</code>, calls that
   method.</li>
  
   <li>Otherwise, if iterates over elements of the collection until it
   finds one equal to the supplied value."
  This sentence is different from what would be generated using -breakiterator: 
  "Will perform the following steps:
   <ol>
  
   <li>If the instance has an <code>removeFoo(element)</code>, calls that
   method."
  Generating target/docs/apidocs/org/apache/commons/clazz/reflect/common/ReflectedListPropertyIntrospectorSupport.GetAccessorMethodParser.html...
  "To check constraints on the return type of methods parsed
   by this parser, override and perform the check."
  This sentence is different from what would be generated using -breakiterator: 
  "To check constraints on the return type of methods parsed
   by this parser, override and perform the check"
  Generating target/docs/apidocs/org/apache/commons/clazz/reflect/common/ReflectedListPropertyIntrospectorSupport.ReadAccessorMethodParser.html...
  "To check constraints on the return type of methods parsed
   by this parser, override and perform the check."
  This sentence is different from what would be generated using -breakiterator: 
  "To check constraints on the return type of methods parsed
   by this parser, override and perform the check"
  Generating target/docs/apidocs/org/apache/commons/clazz/reflect/common/ReflectedListPropertyIntrospectorSupport.WriteAccessorMethodParser.html...
  "To check constraints on the return type of methods parsed
   by this parser, override and perform the check."
  This sentence is different from what would be generated using -breakiterator: 
  "To check constraints on the return type of methods parsed
   by this parser, override and perform the check"
  Generating target/docs/apidocs/org/apache/commons/clazz/reflect/common/ReflectedScalarPropertyIntrospector.ReadAccessorMethodParser.html...
  "To check constraints on the return type of methods parsed
   by this parser, override and perform the check."
  This sentence is different from what would be generated using -breakiterator: 
  "To check constraints on the return type of methods parsed
   by this parser, override and perform the check"
  Generating target/docs/apidocs/org/apache/commons/clazz/reflect/common/ReflectedScalarPropertyIntrospector.WriteAccessorMethodParser.html...
  "To check constraints on the return type of methods parsed
   by this parser, override and perform the check."
  This sentence is different from what would be generated using -breakiterator: 
  "To check constraints on the return type of methods parsed
   by this parser, override and perform the check"
  Generating target/docs/apidocs/org/apache/commons/clazz/reflect/extended/ExtendedReflectedListPropertyIntrospector.SizeAccessorMethodParser.html...
  "To check constraints on the return type of methods parsed
   by this parser, override and perform the check."
  This sentence is different from what would be generated using -breakiterator: 
  "To check constraints on the return type of methods parsed
   by this parser, override and perform the check"
  Generating target/docs/apidocs/org/apache/commons/clazz/reflect/extended/ReflectedMappedPropertyIntrospector.GetAccessorMethodParser.html...
  "To check constraints on the return type of methods parsed
   by this parser, override and perform the check."
  This sentence is different from what would be generated using -breakiterator: 
  "To check constraints on the return type of methods parsed
   by this parser, override and perform the check"
  Generating target/docs/apidocs/org/apache/commons/clazz/reflect/extended/ReflectedMappedPropertyIntrospector.KeySetAccessorMethodParser.html...
  "To check constraints on the return type of methods parsed
   by this parser, override and perform the check."
  This sentence is different from what would be generated using -breakiterator: 
  "To check constraints on the return type of methods parsed
   by this parser, override and perform the check"
  Generating target/docs/apidocs/org/apache/commons/clazz/reflect/extended/ReflectedMappedPropertyIntrospector.ReadAccessorMethodParser.html...
  "To check constraints on the return type of methods parsed
   by this parser, override and perform the check."
  This sentence is different from what would be generated using -breakiterator: 
  "To check constraints on the return type of methods parsed
   by this parser, override and perform the check"
  Generating target/docs/apidocs/org/apache/commons/clazz/reflect/extended/ReflectedMappedPropertyIntrospector.WriteAccessorMethodParser.html...
  "To check constraints on the return type of methods parsed
   by this parser, override and perform the check."
  This sentence is different from what would be generated using -breakiterator: 
  "To check constraints on the return type of methods parsed
   by this parser, override and perform the check"
  Generating target/docs/apidocs/help-doc.html...
  25 warnings