Javadoc Report

  Generating Javadoc
  Javadoc execution
  Loading source files for package org.apache.commons.discovery...
  Loading source files for package org.apache.commons.discovery.ant...
  Loading source files for package org.apache.commons.discovery.jdk...
  Loading source files for package org.apache.commons.discovery.log...
  Loading source files for package org.apache.commons.discovery.resource...
  Loading source files for package org.apache.commons.discovery.resource.classes...
  Loading source files for package org.apache.commons.discovery.resource.names...
  Loading source files for package org.apache.commons.discovery.tools...
  Constructing Javadoc information...
  Standard Doclet version 1.4.2_09
  Generating target/docs/apidocs/constant-values.html...
  Copying file /Users/hen/.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/discovery/DiscoveryException.java:29: warning - The first sentence is interpreted to be:
  src/java/org/apache/commons/discovery/tools/SPInterface.java:37: warning - The first sentence is interpreted to be:
  Generating target/docs/apidocs/org/apache/commons/discovery/package-use.html...
  "<p>An exception that is thrown only if a suitable service
   instance cannot be created by <code>ServiceFactory</code>"
  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:
  "<p>An exception that is thrown only if a suitable service
   instance cannot be created by <code>ServiceFactory</code></p>
   
   <p>Copied from LogConfigurationException<p>"
  To avoid this note, change the doc comment to make this a proper first sentence, then
  use -breakiterator from that point forward, which will output this new sentence.
  src/java/org/apache/commons/discovery/DiscoveryException.java:29: warning - The first sentence is interpreted to be:
  src/java/org/apache/commons/discovery/tools/EnvironmentCache.java:43: warning - The first sentence is interpreted to be:
  Generating target/docs/apidocs/org/apache/commons/discovery/tools/package-use.html...
  "Represents a Service Programming Interface (spi)."
  This sentence is different from what would be generated using -breakiterator: 
  "Represents a Service Programming Interface (spi)"
  Building index for all the packages and classes...
  Generating target/docs/apidocs/index-all.html...
  "<p>An exception that is thrown only if a suitable service
   instance cannot be created by <code>ServiceFactory</code>"
  This sentence is different from what would be generated using -breakiterator: 
  "<p>An exception that is thrown only if a suitable service
  src/java/org/apache/commons/discovery/tools/SPInterface.java:37: warning - The first sentence is interpreted to be:
   instance cannot be created by <code>ServiceFactory</code></p>
   
   <p>Copied from LogConfigurationException<p>"
  "Cache by a 'key' unique to the environment:
   
  src/java/org/apache/commons/discovery/tools/Service.java:51: warning - The first sentence is interpreted to be:
   - ClassLoader::groupContext::Object Cache
           Cache : HashMap
           Key   : Thread Context Class Loader (<code>ClassLoader</code>)
           Value : groupContext::SPI Cache (<code>HashMap</code>)
   
   //- groupContext::Object Cache
   //         Cache : HashMap
   //         Key   : groupContext (<code>String</code>)
   //        Value : <code>Object</code>
   
   When we 'release', it is expected that the caller of the 'release'
   have the same thread context class loader..."
  This sentence is different from what would be generated using -breakiterator: 
  "Cache by a 'key' unique to the environment:
   
   - ClassLoader::groupContext::Object Cache
           Cache : HashMap
           Key   : Thread Context Class Loader (<code>ClassLoader</code>)
           Value : groupContext::SPI Cache (<code>HashMap</code>)
   
   //- groupContext::Object Cache
   //         Cache : HashMap
   //         Key   : groupContext (<code>String</code>)
   //        Value : <code>Object</code>
   
  src/java/org/apache/commons/discovery/DiscoveryException.java:29: warning - The first sentence is interpreted to be:
   When we 'release', it is expected that the caller of the 'release'
   have the same thread context class loader... as that will be used
   to identify cached entries to be released."
  "Represents a Service Programming Interface (spi)."
  This sentence is different from what would be generated using -breakiterator: 
  "Represents a Service Programming Interface (spi)"
  "[this was ServiceDiscovery12..."
  This sentence is different from what would be generated using -breakiterator: 
  "[this was ServiceDiscovery12... the 1.1 versus 1.2 issue
   has been abstracted to org.apache.commons.discover.jdk.JDKHooks]
   
   <p>Implement the JDK1.3 'Service Provider' specification"
  Building index for all classes...
  src/java/org/apache/commons/discovery/tools/EnvironmentCache.java:43: warning - The first sentence is interpreted to be:
  src/java/org/apache/commons/discovery/tools/Service.java:51: warning - The first sentence is interpreted to be:
  src/java/org/apache/commons/discovery/tools/SPInterface.java:37: warning - The first sentence is interpreted to be:
  Generating target/docs/apidocs/org/apache/commons/discovery/package-summary.html...
  "<p>An exception that is thrown only if a suitable service
   instance cannot be created by <code>ServiceFactory</code>"
  This sentence is different from what would be generated using -breakiterator: 
  "<p>An exception that is thrown only if a suitable service
   instance cannot be created by <code>ServiceFactory</code></p>
   
   <p>Copied from LogConfigurationException<p>"
  Generating target/docs/apidocs/org/apache/commons/discovery/tools/package-summary.html...
  "Cache by a 'key' unique to the environment:
   
   - ClassLoader::groupContext::Object Cache
           Cache : HashMap
           Key   : Thread Context Class Loader (<code>ClassLoader</code>)
           Value : groupContext::SPI Cache (<code>HashMap</code>)
   
   //- groupContext::Object Cache
   //         Cache : HashMap
   //         Key   : groupContext (<code>String</code>)
   //        Value : <code>Object</code>
   
   When we 'release', it is expected that the caller of the 'release'
   have the same thread context class loader..."
  This sentence is different from what would be generated using -breakiterator: 
  "Cache by a 'key' unique to the environment:
   
   - ClassLoader::groupContext::Object Cache
           Cache : HashMap
           Key   : Thread Context Class Loader (<code>ClassLoader</code>)
           Value : groupContext::SPI Cache (<code>HashMap</code>)
   
   //- groupContext::Object Cache
   //         Cache : HashMap
   //         Key   : groupContext (<code>String</code>)
   //        Value : <code>Object</code>
   
   When we 'release', it is expected that the caller of the 'release'
   have the same thread context class loader... as that will be used
   to identify cached entries to be released."
  "[this was ServiceDiscovery12..."
  This sentence is different from what would be generated using -breakiterator: 
  "[this was ServiceDiscovery12... the 1.1 versus 1.2 issue
   has been abstracted to org.apache.commons.discover.jdk.JDKHooks]
   
   <p>Implement the JDK1.3 'Service Provider' specification"
  "Represents a Service Programming Interface (spi)."
  This sentence is different from what would be generated using -breakiterator: 
  "Represents a Service Programming Interface (spi)"
  src/java/org/apache/commons/discovery/tools/DiscoverClass.java:602: warning - @param argument "propertName" is not a parameter name.
  Generating target/docs/apidocs/help-doc.html...
  11 warnings