Javadoc Report

  Generating Javadoc
  Javadoc execution
  Loading source files for package org.astrogrid.filemanager.datastore...
  Loading source files for package org.astrogrid.filemanager.nodestore...
  Loading source files for package org.astrogrid.filemanager.nodestore.file...
  Loading source files for package org.astrogrid.filemanager.server...
  Constructing Javadoc information...
  Standard Doclet version 1.4.2_11
  Generating target/docs/apidocs/constant-values.html...
  Copying file /home/integration/.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...
  Generating target/docs/apidocs/org/astrogrid/filemanager/datastore/class-use/StoreFacade.html...
  "<h1>Facades to data storage"
  This sentence is different from what will be interpreted as the first sentence in the
  src/java/org/astrogrid/filemanager/datastore/package.html: warning - The first sentence is interpreted to be:
  next major release (when that interpretation will be internationalized), which is:
  "<h1>Facades to data storage</h1>
  Hides details of storing data (in filestore, or other) behind a facade - which allows 
  backend storage methods to be altered / added without impacting filemanager."
  src/java/org/astrogrid/filemanager/server/package.html: warning - The first sentence is interpreted to be:
  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.
  "<h1>Implementation of the main class filemanager server"
  This sentence is different from what would be generated using -breakiterator: 
  "<h1>Implementation of the main class filemanager server</h1>
  {@link org.astrogrid.filemanager.server.TheFileManager} is the production version.
  "
  Generating target/docs/apidocs/org/astrogrid/filemanager/datastore/class-use/StoreFacade.Store.html...
  "<h1>Facades to data storage"
  src/java/org/astrogrid/filemanager/datastore/package.html: warning - The first sentence is interpreted to be:
  This sentence is different from what would be generated using -breakiterator: 
  "<h1>Facades to data storage</h1>
  src/java/org/astrogrid/filemanager/datastore/package.html: warning - The first sentence is interpreted to be:
  Hides details of storing data (in filestore, or other) behind a facade - which allows 
  backend storage methods to be altered / added without impacting filemanager."
  Generating target/docs/apidocs/org/astrogrid/filemanager/datastore/class-use/StoreFacade.NewResource.html...
  "<h1>Facades to data storage"
  This sentence is different from what would be generated using -breakiterator: 
  "<h1>Facades to data storage</h1>
  Hides details of storing data (in filestore, or other) behind a facade - which allows 
  backend storage methods to be altered / added without impacting filemanager."
  src/java/org/astrogrid/filemanager/nodestore/package.html: warning - The first sentence is interpreted to be:
  src/java/org/astrogrid/filemanager/nodestore/file/package.html: warning - The first sentence is interpreted to be:
  src/java/org/astrogrid/filemanager/nodestore/package.html: warning - The first sentence is interpreted to be:
  Generating target/docs/apidocs/org/astrogrid/filemanager/nodestore/class-use/TreeBundler.html...
  "<h1>Persistence of Nodes - interfaces and in-memory implementation"
  src/java/org/astrogrid/filemanager/nodestore/file/package.html: warning - The first sentence is interpreted to be:
  This sentence is different from what would be generated using -breakiterator: 
  src/java/org/astrogrid/filemanager/nodestore/package.html: warning - The first sentence is interpreted to be:
  "<h1>Persistence of Nodes - interfaces and in-memory implementation</h1>
  This package contains interfaces and implementations of classes for persisting node metadata."
  src/java/org/astrogrid/filemanager/nodestore/file/package.html: warning - The first sentence is interpreted to be:
  "<h1>Transactional File-based implementation of node storage"
  This sentence is different from what would be generated using -breakiterator: 
  "<h1>Transactional File-based implementation of node storage</h1>
  src/java/org/astrogrid/filemanager/server/package.html: warning - The first sentence is interpreted to be:
  Implemented using <a href="http://xstream.codehaus.org/">XStream</a> to serialize node metadata into xml documents, 
  src/java/org/astrogrid/filemanager/nodestore/InMemoryNodeStore.java:40: warning - The first sentence is interpreted to be:
  which are then stored in the transactional filestore provided by <a href="http://jakarta.apache.org/commons/transaction/">commons-transactions</a>
  <p>
  src/java/org/astrogrid/filemanager/nodestore/package.html: warning - The first sentence is interpreted to be:
  	Package contains classes to customize the xstream serialization, and implementations of NodeStore on top of the transactional filestore.
  	"
  src/java/org/astrogrid/filemanager/nodestore/file/package.html: warning - The first sentence is interpreted to be:
  Generating target/docs/apidocs/org/astrogrid/filemanager/nodestore/class-use/NodeIvornFactory.html...
  "<h1>Persistence of Nodes - interfaces and in-memory implementation"
  src/java/org/astrogrid/filemanager/nodestore/InMemoryNodeStore.java:114: warning - Tag @see: can't find getNodeInTransaction(org.astrogrid.filemanager.common.nodestore.NodeStore.Transaction, org.astrogrid.filemanager.common.NodeIvorn) in org.astrogrid.filemanager.nodestore.NodeStore
  This sentence is different from what would be generated using -breakiterator: 
  "<h1>Persistence of Nodes - interfaces and in-memory implementation</h1>
  This package contains interfaces and implementations of classes for persisting node metadata."
  "<h1>Transactional File-based implementation of node storage"
  This sentence is different from what would be generated using -breakiterator: 
  "<h1>Transactional File-based implementation of node storage</h1>
  Implemented using <a href="http://xstream.codehaus.org/">XStream</a> to serialize node metadata into xml documents, 
  src/java/org/astrogrid/filemanager/nodestore/InMemoryNodeStore.java:122: warning - Tag @see: can't find deleteNode(org.astrogrid.filemanager.common.nodestore.NodeStore.Transaction, org.astrogrid.filemanager.common.Node) in org.astrogrid.filemanager.nodestore.NodeStore
  which are then stored in the transactional filestore provided by <a href="http://jakarta.apache.org/commons/transaction/">commons-transactions</a>
  <p>
  	Package contains classes to customize the xstream serialization, and implementations of NodeStore on top of the transactional filestore.
  	"
  src/java/org/astrogrid/filemanager/nodestore/InMemoryNodeStore.java:131: warning - Tag @see: can't find createNode(org.astrogrid.filemanager.common.nodestore.NodeStore.Transaction, org.astrogrid.filemanager.common.Node, org.astrogrid.filemanager.common.NodeName, org.astrogrid.filemanager.common.NodeTypes) in org.astrogrid.filemanager.nodestore.NodeStore
  Generating target/docs/apidocs/org/astrogrid/filemanager/nodestore/class-use/NodeStore.html...
  "<h1>Persistence of Nodes - interfaces and in-memory implementation"
  This sentence is different from what would be generated using -breakiterator: 
  "<h1>Persistence of Nodes - interfaces and in-memory implementation</h1>
  This package contains interfaces and implementations of classes for persisting node metadata."
  src/java/org/astrogrid/filemanager/nodestore/InMemoryNodeStore.java:162: warning - Tag @see: can't find putNode(org.astrogrid.filemanager.common.nodestore.NodeStore.Transaction, org.astrogrid.filemanager.common.Node) in org.astrogrid.filemanager.nodestore.NodeStore
  "<h1>Transactional File-based implementation of node storage"
  src/java/org/astrogrid/filemanager/nodestore/NodeStore.java:79: warning - @return tag has no arguments.
  This sentence is different from what would be generated using -breakiterator: 
  "<h1>Transactional File-based implementation of node storage</h1>
  src/java/org/astrogrid/filemanager/nodestore/NodeStore.java:91: warning - @return tag has no arguments.
  Implemented using <a href="http://xstream.codehaus.org/">XStream</a> to serialize node metadata into xml documents, 
  which are then stored in the transactional filestore provided by <a href="http://jakarta.apache.org/commons/transaction/">commons-transactions</a>
  <p>
  src/java/org/astrogrid/filemanager/nodestore/NodeStore.java:118: warning - The first sentence is interpreted to be:
  	Package contains classes to customize the xstream serialization, and implementations of NodeStore on top of the transactional filestore.
  	"
  src/java/org/astrogrid/filemanager/nodestore/NodeStore.java:139: warning - The first sentence is interpreted to be:
  "<h1>Implementation of the main class filemanager server"
  This sentence is different from what would be generated using -breakiterator: 
  "<h1>Implementation of the main class filemanager server</h1>
  {@link org.astrogrid.filemanager.server.TheFileManager} is the production version.
  "
  "In memory implementaiton of node store 
   <b>not persistent- used for testing purposes only.</b>"
  src/java/org/astrogrid/filemanager/nodestore/file/FileNodeStore.java:151: warning - Tag @see: can't find addAccount(org.astrogrid.filemanager.store.NodeStore.Transaction, org.astrogrid.filemanager.common.AccountIdent, org.astrogrid.filemanager.common.Node) in org.astrogrid.filemanager.nodestore.NodeStore
  This sentence is different from what would be generated using -breakiterator: 
  "In memory implementaiton of node store 
  src/java/org/astrogrid/filemanager/nodestore/file/FileNodeStore.java:179: warning - @return tag has no arguments.
   <b>not persistent- used for testing purposes only."
  Generating target/docs/apidocs/org/astrogrid/filemanager/nodestore/class-use/NodeStore.Transaction.html...
  "<h1>Persistence of Nodes - interfaces and in-memory implementation"
  This sentence is different from what would be generated using -breakiterator: 
  "<h1>Persistence of Nodes - interfaces and in-memory implementation</h1>
  This package contains interfaces and implementations of classes for persisting node metadata."
  src/java/org/astrogrid/filemanager/nodestore/file/FileNodeStore.java:186: warning - Tag @see: can't find createNode(org.astrogrid.filemanager.store.NodeStore.Transaction, org.astrogrid.filemanager.common.Node, org.astrogrid.filemanager.common.NodeName, org.astrogrid.filemanager.common.NodeTypes) in org.astrogrid.filemanager.nodestore.NodeStore
  "<h1>Transactional File-based implementation of node storage"
  This sentence is different from what would be generated using -breakiterator: 
  "<h1>Transactional File-based implementation of node storage</h1>
  src/java/org/astrogrid/filemanager/nodestore/file/FileNodeStore.java:201: warning - Tag @see: can't find createRootNode(org.astrogrid.filemanager.store.NodeStore.Transaction, org.astrogrid.filemanager.common.NodeName, AccountIdent) in org.astrogrid.filemanager.nodestore.NodeStore
  Implemented using <a href="http://xstream.codehaus.org/">XStream</a> to serialize node metadata into xml documents, 
  which are then stored in the transactional filestore provided by <a href="http://jakarta.apache.org/commons/transaction/">commons-transactions</a>
  <p>
  	Package contains classes to customize the xstream serialization, and implementations of NodeStore on top of the transactional filestore.
  	"
  "mark a node as deleted."
  src/java/org/astrogrid/filemanager/nodestore/file/FileNodeStore.java:234: warning - Tag @see: can't find delAccount(Transaction, org.astrogrid.filemanager.common.AccountIdent) in org.astrogrid.filemanager.nodestore.NodeStore
  This sentence is different from what would be generated using -breakiterator: 
  "mark a node as deleted. parent and current node need to be in same transaction,
   transaction needs to be commited for everything to become final"
  "access a node, for read-write operation."
  src/java/org/astrogrid/filemanager/nodestore/file/FileNodeStore.java:249: warning - Tag @see: can't find deleteNode(org.astrogrid.filemanager.store.NodeStore.Transaction, org.astrogrid.filemanager.common.Node, org.astrogrid.filemanager.common.Node) in org.astrogrid.filemanager.nodestore.NodeStore
  This sentence is different from what would be generated using -breakiterator: 
  "access a node, for read-write operation. will be added to the set of nodes reserved by the supplied transaction"
  src/java/org/astrogrid/filemanager/nodestore/file/FileNodeStore.java:330: warning - Tag @see: can't find getNodeInTransaction(org.astrogrid.filemanager.store.NodeStore.Transaction, org.astrogrid.filemanager.common.NodeIvorn) in org.astrogrid.filemanager.nodestore.NodeStore
  src/java/org/astrogrid/filemanager/nodestore/file/FileNodeStore.java:366: warning - @return tag has no arguments.
  Generating target/docs/apidocs/org/astrogrid/filemanager/nodestore/file/class-use/FileNodeStore.html...
  "<h1>Transactional File-based implementation of node storage"
  This sentence is different from what would be generated using -breakiterator: 
  "<h1>Transactional File-based implementation of node storage</h1>
  Implemented using <a href="http://xstream.codehaus.org/">XStream</a> to serialize node metadata into xml documents, 
  src/java/org/astrogrid/filemanager/nodestore/file/FileNodeStore.java:384: warning - Tag @see: can't find putNode(org.astrogrid.filemanager.store.NodeStore.Transaction, org.astrogrid.filemanager.common.Node) in org.astrogrid.filemanager.nodestore.NodeStore
  which are then stored in the transactional filestore provided by <a href="http://jakarta.apache.org/commons/transaction/">commons-transactions</a>
  <p>
  src/java/org/astrogrid/filemanager/nodestore/file/FileNodeStore.java:434: warning - @return tag has no arguments.
  	Package contains classes to customize the xstream serialization, and implementations of NodeStore on top of the transactional filestore.
  	"
  src/java/org/astrogrid/filemanager/nodestore/file/package.html: warning - The first sentence is interpreted to be:
  src/java/org/astrogrid/filemanager/server/package.html: warning - The first sentence is interpreted to be:
  src/java/org/astrogrid/filemanager/server/package.html: warning - The first sentence is interpreted to be:
  src/java/org/astrogrid/filemanager/nodestore/package.html: warning - The first sentence is interpreted to be:
  Generating target/docs/apidocs/org/astrogrid/filemanager/server/class-use/SecurityGuardFileManagerDecorator.html...
  "<h1>Implementation of the main class filemanager server"
  This sentence is different from what would be generated using -breakiterator: 
  "<h1>Implementation of the main class filemanager server</h1>
  src/java/org/astrogrid/filemanager/server/package.html: warning - The first sentence is interpreted to be:
  {@link org.astrogrid.filemanager.server.TheFileManager} is the production version.
  "
  src/java/org/astrogrid/filemanager/datastore/package.html: warning - The first sentence is interpreted to be:
  src/java/org/astrogrid/filemanager/server/package.html: warning - The first sentence is interpreted to be:
  src/java/org/astrogrid/filemanager/nodestore/package.html: warning - The first sentence is interpreted to be:
  src/java/org/astrogrid/filemanager/nodestore/file/package.html: warning - The first sentence is interpreted to be:
  Generating target/docs/apidocs/org/astrogrid/filemanager/server/class-use/CautiousFileManagerDecorator.html...
  "<h1>Implementation of the main class filemanager server"
  src/java/org/astrogrid/filemanager/server/package.html: warning - The first sentence is interpreted to be:
  This sentence is different from what would be generated using -breakiterator: 
  "<h1>Implementation of the main class filemanager server</h1>
  {@link org.astrogrid.filemanager.server.TheFileManager} is the production version.
  "
  src/java/org/astrogrid/filemanager/nodestore/file/package.html: warning - The first sentence is interpreted to be:
  src/java/org/astrogrid/filemanager/nodestore/package.html: warning - The first sentence is interpreted to be:
  Generating target/docs/apidocs/org/astrogrid/filemanager/server/class-use/FileManagerConfig.html...
  "<h1>Persistence of Nodes - interfaces and in-memory implementation"
  This sentence is different from what would be generated using -breakiterator: 
  src/java/org/astrogrid/filemanager/server/package.html: warning - The first sentence is interpreted to be:
  "<h1>Persistence of Nodes - interfaces and in-memory implementation</h1>
  This package contains interfaces and implementations of classes for persisting node metadata."
  "<h1>Implementation of the main class filemanager server"
  src/java/org/astrogrid/filemanager/server/CoreFileManager.java:458: warning - Tag @see: can't find copy(org.astrogrid.filemanager.common.NodeIvorn,
  This sentence is different from what would be generated using -breakiterator: 
  "<h1>Implementation of the main class filemanager server</h1>
       org.astrogrid.filemanager.common.NodeIvorn, org.astrogrid.filemanager.common.NodeName,
  {@link org.astrogrid.filemanager.server.TheFileManager} is the production version.
  "
       org.astrogrid.filemanager.common.LocationIvorn) in org.astrogrid.filemanager.common.FileManagerPortType
  Generating target/docs/apidocs/org/astrogrid/filemanager/datastore/package-use.html...
  "<h1>Facades to data storage"
  src/java/org/astrogrid/filemanager/server/CoreFileManager.java:354: warning - Tag @see: can't find copyContentToURL(org.astrogrid.filemanager.common.NodeIvorn,
  This sentence is different from what would be generated using -breakiterator: 
  "<h1>Facades to data storage</h1>
       org.apache.axis.types.URI) in org.astrogrid.filemanager.common.FileManagerPortType
  Hides details of storing data (in filestore, or other) behind a facade - which allows 
  backend storage methods to be altered / added without impacting filemanager."
  src/java/org/astrogrid/filemanager/nodestore/NodeIvornFactory.java:64: warning - @return tag has no arguments.
  "<h1>Implementation of the main class filemanager server"
  This sentence is different from what would be generated using -breakiterator: 
  "<h1>Implementation of the main class filemanager server</h1>
  src/java/org/astrogrid/filemanager/server/TestFileManager.java:72: warning - @return tag has no arguments.
  {@link org.astrogrid.filemanager.server.TheFileManager} is the production version.
  "
  src/java/org/astrogrid/filemanager/nodestore/NodeStore.java:118: warning - The first sentence is interpreted to be:
  Generating target/docs/apidocs/org/astrogrid/filemanager/nodestore/package-use.html...
  "<h1>Persistence of Nodes - interfaces and in-memory implementation"
  src/java/org/astrogrid/filemanager/nodestore/TreeBundler.java:187: warning - @return tag has no arguments.
  This sentence is different from what would be generated using -breakiterator: 
  "<h1>Persistence of Nodes - interfaces and in-memory implementation</h1>
  This package contains interfaces and implementations of classes for persisting node metadata."
  src/java/org/astrogrid/filemanager/nodestore/NodeStore.java:139: warning - The first sentence is interpreted to be:
  "<h1>Transactional File-based implementation of node storage"
  This sentence is different from what would be generated using -breakiterator: 
  src/java/org/astrogrid/filemanager/nodestore/InMemoryNodeStore.java:40: warning - The first sentence is interpreted to be:
  "<h1>Transactional File-based implementation of node storage</h1>
  Implemented using <a href="http://xstream.codehaus.org/">XStream</a> to serialize node metadata into xml documents, 
  src/java/org/astrogrid/filemanager/server/CoreFileManager.java:377: warning - Tag @see: can't find move(org.astrogrid.filemanager.common.NodeIvorn,
  which are then stored in the transactional filestore provided by <a href="http://jakarta.apache.org/commons/transaction/">commons-transactions</a>
  <p>
       org.astrogrid.filemanager.common.NodeIvorn, org.astrogrid.filemanager.common.NodeName,
       org.astrogrid.filemanager.common.LocationIvorn) in org.astrogrid.filemanager.common.FileManagerPortType
  	Package contains classes to customize the xstream serialization, and implementations of NodeStore on top of the transactional filestore.
  	"
  "<h1>Implementation of the main class filemanager server"
  This sentence is different from what would be generated using -breakiterator: 
  src/java/org/astrogrid/filemanager/nodestore/file/FileNodeStore.java:315: warning - @return tag has no arguments.
  "<h1>Implementation of the main class filemanager server</h1>
  {@link org.astrogrid.filemanager.server.TheFileManager} is the production version.
  "
  src/java/org/astrogrid/filemanager/datastore/package.html: warning - The first sentence is interpreted to be:
  Generating target/docs/apidocs/org/astrogrid/filemanager/nodestore/file/package-use.html...
  "<h1>Transactional File-based implementation of node storage"
  src/java/org/astrogrid/filemanager/nodestore/package.html: warning - The first sentence is interpreted to be:
  This sentence is different from what would be generated using -breakiterator: 
  "<h1>Transactional File-based implementation of node storage</h1>
  src/java/org/astrogrid/filemanager/nodestore/file/package.html: warning - The first sentence is interpreted to be:
  Implemented using <a href="http://xstream.codehaus.org/">XStream</a> to serialize node metadata into xml documents, 
  src/java/org/astrogrid/filemanager/server/package.html: warning - The first sentence is interpreted to be:
  which are then stored in the transactional filestore provided by <a href="http://jakarta.apache.org/commons/transaction/">commons-transactions</a>
  <p>
  	Package contains classes to customize the xstream serialization, and implementations of NodeStore on top of the transactional filestore.
  	"
  src/java/org/astrogrid/filemanager/datastore/package.html: warning - The first sentence is interpreted to be:
  src/java/org/astrogrid/filemanager/nodestore/package.html: warning - The first sentence is interpreted to be:
  Generating target/docs/apidocs/org/astrogrid/filemanager/server/package-use.html...
  "<h1>Persistence of Nodes - interfaces and in-memory implementation"
  src/java/org/astrogrid/filemanager/nodestore/file/package.html: warning - The first sentence is interpreted to be:
  This sentence is different from what would be generated using -breakiterator: 
  "<h1>Persistence of Nodes - interfaces and in-memory implementation</h1>
  This package contains interfaces and implementations of classes for persisting node metadata."
  "<h1>Implementation of the main class filemanager server"
  src/java/org/astrogrid/filemanager/server/package.html: warning - The first sentence is interpreted to be:
  This sentence is different from what would be generated using -breakiterator: 
  src/java/org/astrogrid/filemanager/datastore/package.html: warning - The first sentence is interpreted to be:
  "<h1>Implementation of the main class filemanager server</h1>
  {@link org.astrogrid.filemanager.server.TheFileManager} is the production version.
  "
  src/java/org/astrogrid/filemanager/nodestore/package.html: warning - The first sentence is interpreted to be:
  Building index for all the packages and classes...
  src/java/org/astrogrid/filemanager/nodestore/InMemoryNodeStore.java:40: warning - The first sentence is interpreted to be:
  Generating target/docs/apidocs/index-all.html...
  "mark a node as deleted."
  This sentence is different from what would be generated using -breakiterator: 
  src/java/org/astrogrid/filemanager/nodestore/file/package.html: warning - The first sentence is interpreted to be:
  "mark a node as deleted. parent and current node need to be in same transaction,
   transaction needs to be commited for everything to become final"
  src/java/org/astrogrid/filemanager/server/package.html: warning - The first sentence is interpreted to be:
  "access a node, for read-write operation."
  This sentence is different from what would be generated using -breakiterator: 
  "access a node, for read-write operation. will be added to the set of nodes reserved by the supplied transaction"
  "In memory implementaiton of node store 
  src/java/org/astrogrid/filemanager/datastore/StoreFacade.java:57: warning - @param argument "overwrite." is not a parameter name.
   <b>not persistent- used for testing purposes only.</b>"
  src/java/org/astrogrid/filemanager/datastore/StoreFacade.java:65: warning - @param argument "overwrite." is not a parameter name.
  This sentence is different from what would be generated using -breakiterator: 
  "In memory implementaiton of node store 
   <b>not persistent- used for testing purposes only."
  "<h1>Facades to data storage"
  This sentence is different from what would be generated using -breakiterator: 
  "<h1>Facades to data storage</h1>
  src/java/org/astrogrid/filemanager/nodestore/NodeStore.java:118: warning - The first sentence is interpreted to be:
  Hides details of storing data (in filestore, or other) behind a facade - which allows 
  src/java/org/astrogrid/filemanager/nodestore/NodeStore.java:139: warning - The first sentence is interpreted to be:
  backend storage methods to be altered / added without impacting filemanager."
  "<h1>Persistence of Nodes - interfaces and in-memory implementation"
  This sentence is different from what would be generated using -breakiterator: 
  "<h1>Persistence of Nodes - interfaces and in-memory implementation</h1>
  src/java/org/astrogrid/filemanager/nodestore/NodeStore.java:65: warning - @param argument "node" is not a parameter name.
  This package contains interfaces and implementations of classes for persisting node metadata."
  src/java/org/astrogrid/filemanager/nodestore/NodeStore.java:91: warning - @param argument "folder" is not a parameter name.
  "<h1>Transactional File-based implementation of node storage"
  This sentence is different from what would be generated using -breakiterator: 
  src/java/org/astrogrid/filemanager/nodestore/NodeStore.java:152: warning - @param argument "indent" is not a parameter name.
  "<h1>Transactional File-based implementation of node storage</h1>
  Implemented using <a href="http://xstream.codehaus.org/">XStream</a> to serialize node metadata into xml documents, 
  src/java/org/astrogrid/filemanager/nodestore/CautiousNodeStoreDecorator.java:88: warning - The first sentence is interpreted to be:
  which are then stored in the transactional filestore provided by <a href="http://jakarta.apache.org/commons/transaction/">commons-transactions</a>
  <p>
  src/java/org/astrogrid/filemanager/nodestore/CautiousNodeStoreDecorator.java:131: warning - The first sentence is interpreted to be:
  	Package contains classes to customize the xstream serialization, and implementations of NodeStore on top of the transactional filestore.
  	"
  "<h1>Implementation of the main class filemanager server"
  This sentence is different from what would be generated using -breakiterator: 
  src/java/org/astrogrid/filemanager/nodestore/InMemoryNodeStore.java:122: warning - The first sentence is interpreted to be:
  "<h1>Implementation of the main class filemanager server</h1>
  {@link org.astrogrid.filemanager.server.TheFileManager} is the production version.
  "
  src/java/org/astrogrid/filemanager/nodestore/InMemoryNodeStore.java:114: warning - The first sentence is interpreted to be:
  Building index for all classes...
  src/java/org/astrogrid/filemanager/nodestore/InMemoryNodeStore.java:114: warning - Tag @see: can't find getNodeInTransaction(org.astrogrid.filemanager.common.nodestore.NodeStore.Transaction, org.astrogrid.filemanager.common.NodeIvorn) in org.astrogrid.filemanager.nodestore.NodeStore
  Generating target/docs/apidocs/overview-summary.html...
  "<h1>Facades to data storage"
  src/java/org/astrogrid/filemanager/nodestore/InMemoryNodeStore.java:122: warning - Tag @see: can't find deleteNode(org.astrogrid.filemanager.common.nodestore.NodeStore.Transaction, org.astrogrid.filemanager.common.Node) in org.astrogrid.filemanager.nodestore.NodeStore
  This sentence is different from what would be generated using -breakiterator: 
  "<h1>Facades to data storage</h1>
  Hides details of storing data (in filestore, or other) behind a facade - which allows 
  backend storage methods to be altered / added without impacting filemanager."
  "<h1>Persistence of Nodes - interfaces and in-memory implementation"
  This sentence is different from what would be generated using -breakiterator: 
  src/java/org/astrogrid/filemanager/nodestore/InMemoryNodeStore.java:131: warning - Tag @see: can't find createNode(org.astrogrid.filemanager.common.nodestore.NodeStore.Transaction, org.astrogrid.filemanager.common.Node, org.astrogrid.filemanager.common.NodeName, org.astrogrid.filemanager.common.NodeTypes) in org.astrogrid.filemanager.nodestore.NodeStore
  "<h1>Persistence of Nodes - interfaces and in-memory implementation</h1>
  This package contains interfaces and implementations of classes for persisting node metadata."
  "<h1>Transactional File-based implementation of node storage"
  src/java/org/astrogrid/filemanager/nodestore/InMemoryNodeStore.java:162: warning - Tag @see: can't find putNode(org.astrogrid.filemanager.common.nodestore.NodeStore.Transaction, org.astrogrid.filemanager.common.Node) in org.astrogrid.filemanager.nodestore.NodeStore
  This sentence is different from what would be generated using -breakiterator: 
  "<h1>Transactional File-based implementation of node storage</h1>
  Implemented using <a href="http://xstream.codehaus.org/">XStream</a> to serialize node metadata into xml documents, 
  src/java/org/astrogrid/filemanager/nodestore/file/FileNodeStore.java:249: warning - The first sentence is interpreted to be:
  which are then stored in the transactional filestore provided by <a href="http://jakarta.apache.org/commons/transaction/">commons-transactions</a>
  <p>
  src/java/org/astrogrid/filemanager/nodestore/file/FileNodeStore.java:330: warning - The first sentence is interpreted to be:
  	Package contains classes to customize the xstream serialization, and implementations of NodeStore on top of the transactional filestore.
  	"
  "<h1>Implementation of the main class filemanager server"
  This sentence is different from what would be generated using -breakiterator: 
  "<h1>Implementation of the main class filemanager server</h1>
  src/java/org/astrogrid/filemanager/nodestore/file/FileNodeStore.java:151: warning - Tag @see: can't find addAccount(org.astrogrid.filemanager.store.NodeStore.Transaction, org.astrogrid.filemanager.common.AccountIdent, org.astrogrid.filemanager.common.Node) in org.astrogrid.filemanager.nodestore.NodeStore
  {@link org.astrogrid.filemanager.server.TheFileManager} is the production version.
  "
  src/java/org/astrogrid/filemanager/nodestore/file/FileNodeStore.java:186: warning - Tag @see: can't find createNode(org.astrogrid.filemanager.store.NodeStore.Transaction, org.astrogrid.filemanager.common.Node, org.astrogrid.filemanager.common.NodeName, org.astrogrid.filemanager.common.NodeTypes) in org.astrogrid.filemanager.nodestore.NodeStore
  Generating target/docs/apidocs/org/astrogrid/filemanager/datastore/package-summary.html...
  "<h1>Facades to data storage"
  This sentence is different from what would be generated using -breakiterator: 
  "<h1>Facades to data storage</h1>
  Hides details of storing data (in filestore, or other) behind a facade - which allows 
  backend storage methods to be altered / added without impacting filemanager."
  src/java/org/astrogrid/filemanager/nodestore/file/FileNodeStore.java:201: warning - Tag @see: can't find createRootNode(org.astrogrid.filemanager.store.NodeStore.Transaction, org.astrogrid.filemanager.common.NodeName, AccountIdent) in org.astrogrid.filemanager.nodestore.NodeStore
  src/java/org/astrogrid/filemanager/nodestore/file/FileNodeStore.java:234: warning - Tag @see: can't find delAccount(Transaction, org.astrogrid.filemanager.common.AccountIdent) in org.astrogrid.filemanager.nodestore.NodeStore
  Generating target/docs/apidocs/org/astrogrid/filemanager/nodestore/package-summary.html...
  "<h1>Persistence of Nodes - interfaces and in-memory implementation"
  This sentence is different from what would be generated using -breakiterator: 
  src/java/org/astrogrid/filemanager/nodestore/file/FileNodeStore.java:249: warning - Tag @see: can't find deleteNode(org.astrogrid.filemanager.store.NodeStore.Transaction, org.astrogrid.filemanager.common.Node, org.astrogrid.filemanager.common.Node) in org.astrogrid.filemanager.nodestore.NodeStore
  "<h1>Persistence of Nodes - interfaces and in-memory implementation</h1>
  This package contains interfaces and implementations of classes for persisting node metadata."
  "In memory implementaiton of node store 
   <b>not persistent- used for testing purposes only.</b>"
  This sentence is different from what would be generated using -breakiterator: 
  "In memory implementaiton of node store 
   <b>not persistent- used for testing purposes only."
  src/java/org/astrogrid/filemanager/nodestore/file/FileNodeStore.java:330: warning - Tag @see: can't find getNodeInTransaction(org.astrogrid.filemanager.store.NodeStore.Transaction, org.astrogrid.filemanager.common.NodeIvorn) in org.astrogrid.filemanager.nodestore.NodeStore
  src/java/org/astrogrid/filemanager/nodestore/file/FileNodeStore.java:384: warning - Tag @see: can't find putNode(org.astrogrid.filemanager.store.NodeStore.Transaction, org.astrogrid.filemanager.common.Node) in org.astrogrid.filemanager.nodestore.NodeStore
  src/java/org/astrogrid/filemanager/server/TestFileManager.java:124: warning - @pre is an unknown tag.
  Generating target/docs/apidocs/org/astrogrid/filemanager/nodestore/file/package-summary.html...
  "<h1>Transactional File-based implementation of node storage"
  This sentence is different from what would be generated using -breakiterator: 
  src/java/org/astrogrid/filemanager/server/TheFileManager.java:47: warning - @param argument "fm" is not a parameter name.
  "<h1>Transactional File-based implementation of node storage</h1>
  Implemented using <a href="http://xstream.codehaus.org/">XStream</a> to serialize node metadata into xml documents, 
  which are then stored in the transactional filestore provided by <a href="http://jakarta.apache.org/commons/transaction/">commons-transactions</a>
  <p>
  	Package contains classes to customize the xstream serialization, and implementations of NodeStore on top of the transactional filestore.
  	"
  Generating target/docs/apidocs/org/astrogrid/filemanager/server/package-summary.html...
  "<h1>Implementation of the main class filemanager server"
  This sentence is different from what would be generated using -breakiterator: 
  "<h1>Implementation of the main class filemanager server</h1>
  {@link org.astrogrid.filemanager.server.TheFileManager} is the production version.
  "
  Generating target/docs/apidocs/org/astrogrid/filemanager/nodestore/NodeStore.html...
  "mark a node as deleted."
  This sentence is different from what would be generated using -breakiterator: 
  "mark a node as deleted. parent and current node need to be in same transaction,
   transaction needs to be commited for everything to become final"
  "access a node, for read-write operation."
  This sentence is different from what would be generated using -breakiterator: 
  "access a node, for read-write operation. will be added to the set of nodes reserved by the supplied transaction"
  Generating target/docs/apidocs/org/astrogrid/filemanager/nodestore/CautiousNodeStoreDecorator.html...
  "mark a node as deleted."
  This sentence is different from what would be generated using -breakiterator: 
  "mark a node as deleted. parent and current node need to be in same transaction,
   transaction needs to be commited for everything to become final"
  "access a node, for read-write operation."
  This sentence is different from what would be generated using -breakiterator: 
  "access a node, for read-write operation. will be added to the set of nodes reserved by the supplied transaction"
  Generating target/docs/apidocs/org/astrogrid/filemanager/nodestore/InMemoryNodeStore.html...
  "mark a node as deleted."
  This sentence is different from what would be generated using -breakiterator: 
  "mark a node as deleted. parent and current node need to be in same transaction,
   transaction needs to be commited for everything to become final"
  "access a node, for read-write operation."
  This sentence is different from what would be generated using -breakiterator: 
  "access a node, for read-write operation. will be added to the set of nodes reserved by the supplied transaction"
  Generating target/docs/apidocs/org/astrogrid/filemanager/nodestore/file/FileNodeStore.html...
  "mark a node as deleted."
  This sentence is different from what would be generated using -breakiterator: 
  "mark a node as deleted. parent and current node need to be in same transaction,
   transaction needs to be commited for everything to become final"
  "access a node, for read-write operation."
  This sentence is different from what would be generated using -breakiterator: 
  "access a node, for read-write operation. will be added to the set of nodes reserved by the supplied transaction"
  Generating target/docs/apidocs/help-doc.html...
  Note: Custom tags that could override future standard tags:  @modified, @todo, @future. To avoid potential overrides, use at least one period character (.) in custom tag names.
  Note: Custom tags that were not seen:  @modified, @future
  94 warnings