Javadoc Report

  Generating Javadoc
  Javadoc execution
  Loading source files for package net.sourceforge.pmd...
  Loading source files for package net.sourceforge.pmd.dfa...
  Loading source files for package net.sourceforge.pmd.dfa.variableaccess...
  Loading source files for package net.sourceforge.pmd.dfa.report...
  Loading source files for package net.sourceforge.pmd.dfa.pathfinder...
  Loading source files for package net.sourceforge.pmd.util...
  Loading source files for package net.sourceforge.pmd.util.designer...
  Loading source files for package net.sourceforge.pmd.util.viewer...
  Loading source files for package net.sourceforge.pmd.util.viewer.model...
  Loading source files for package net.sourceforge.pmd.util.viewer.util...
  Loading source files for package net.sourceforge.pmd.util.viewer.gui...
  Loading source files for package net.sourceforge.pmd.util.viewer.gui.menu...
  Loading source files for package net.sourceforge.pmd.ant...
  Loading source files for package net.sourceforge.pmd.jaxen...
  Loading source files for package net.sourceforge.pmd.quickfix...
  Loading source files for package net.sourceforge.pmd.ast...
  Loading source files for package net.sourceforge.pmd.cpd...
  Loading source files for package net.sourceforge.pmd.cpd.cppast...
  Loading source files for package net.sourceforge.pmd.renderers...
  Loading source files for package net.sourceforge.pmd.rules...
  Loading source files for package net.sourceforge.pmd.rules.junit...
  Loading source files for package net.sourceforge.pmd.rules.optimization...
  Loading source files for package net.sourceforge.pmd.rules.strictexception...
  Loading source files for package net.sourceforge.pmd.rules.sunsecure...
  Loading source files for package net.sourceforge.pmd.rules.design...
  Loading source files for package net.sourceforge.pmd.symboltable...
  Loading source files for package net.sourceforge.pmd.stat...
  Constructing Javadoc information...
  Standard Doclet version 1.4.2_03
  Generating target/docs/apidocs/constant-values.html...
  Copying file /home/tom/.maven/cache/maven-javadoc-plugin-1.6.1/plugin-resources/stylesheet.css to file target/docs/apidocs/stylesheet.css...
  Building tree for all the packages and classes...
  Generating target/docs/apidocs/net/sourceforge/pmd/class-use/AbstractRule.html...
  "if (x != y) { diff(); } else { same(); } and<br>
   (!x ? diff() : same());."
  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:
  "if (x !"
  src/net/sourceforge/pmd/rules/design/ConfusingTernary.java:40: 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.
  Generating target/docs/apidocs/net/sourceforge/pmd/class-use/Rule.html...
  "if (x != y) { diff(); } else { same(); } and<br>
   (!x ? diff() : same());."
  src/net/sourceforge/pmd/rules/design/ConfusingTernary.java:40: warning - The first sentence is interpreted to be:
  This sentence is different from what would be generated using -breakiterator: 
  "if (x !"
  src/net/sourceforge/pmd/dfa/Structure.java:38: warning - The first sentence is interpreted to be:
  Generating target/docs/apidocs/net/sourceforge/pmd/dfa/class-use/IDataFlowNode.html...
  "This class capsulate the access to the DataFlowNode class."
  This sentence is different from what would be generated using -breakiterator: 
  "This class capsulate the access to the DataFlowNode class. meaningfull?"
  src/net/sourceforge/pmd/AbstractRule.java:242: warning - @return tag has no arguments.
  src/net/sourceforge/pmd/dfa/Structure.java:38: warning - The first sentence is interpreted to be:
  src/net/sourceforge/pmd/ast/ASTSwitchStatement.java:18: warning - The first sentence is interpreted to be:
  src/net/sourceforge/pmd/ast/ASTResultType.java:25: warning - The first sentence is interpreted to be:
  src/net/sourceforge/pmd/ast/ASTTypeDeclaration.java:18: warning - The first sentence is interpreted to be:
  src/net/sourceforge/pmd/ast/ASTAssignmentOperator.java:28: warning - The first sentence is interpreted to be:
  src/net/sourceforge/pmd/ast/ASTContinueStatement.java:18: warning - The first sentence is interpreted to be:
  Generating target/docs/apidocs/net/sourceforge/pmd/ast/class-use/SimpleNode.html...
  "This class capsulate the access to the DataFlowNode class."
  src/net/sourceforge/pmd/ast/ASTTryStatement.java:62: warning - The first sentence is interpreted to be:
  This sentence is different from what would be generated using -breakiterator: 
  "This class capsulate the access to the DataFlowNode class. meaningfull?"
  src/net/sourceforge/pmd/ast/SimpleNode.java:253: warning - The first sentence is interpreted to be:
  src/net/sourceforge/pmd/ast/SimpleNode.java:260: warning - The first sentence is interpreted to be:
  src/net/sourceforge/pmd/ast/ASTConditionalOrExpression.java:18: warning - The first sentence is interpreted to be:
  src/net/sourceforge/pmd/ast/ASTBlock.java:18: warning - The first sentence is interpreted to be:
  src/net/sourceforge/pmd/ast/ASTPrimitiveType.java:22: warning - The first sentence is interpreted to be:
  src/net/sourceforge/pmd/ast/ASTBreakStatement.java:18: warning - The first sentence is interpreted to be:
  src/net/sourceforge/pmd/ast/ASTLiteral.java:18: warning - The first sentence is interpreted to be:
  src/net/sourceforge/pmd/ast/ASTName.java:18: warning - The first sentence is interpreted to be:
  src/net/sourceforge/pmd/ast/ASTMultiplicativeExpression.java:18: warning - The first sentence is interpreted to be:
  src/net/sourceforge/pmd/ast/ASTExpression.java:18: warning - The first sentence is interpreted to be:
  src/net/sourceforge/pmd/ast/ASTMethodDeclaration.java:18: warning - The first sentence is interpreted to be:
  src/net/sourceforge/pmd/ast/ASTAndExpression.java:18: warning - The first sentence is interpreted to be:
  src/net/sourceforge/pmd/ast/ASTArguments.java:25: warning - The first sentence is interpreted to be:
  src/net/sourceforge/pmd/ast/ASTStatement.java:18: warning - The first sentence is interpreted to be:
  src/net/sourceforge/pmd/ast/ASTWhileStatement.java:18: warning - The first sentence is interpreted to be:
  Generating target/docs/apidocs/net/sourceforge/pmd/ast/class-use/JavaParserVisitor.html...
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  src/net/sourceforge/pmd/ast/ASTArrayDimsAndInits.java:18: warning - The first sentence is interpreted to be:
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  src/net/sourceforge/pmd/ast/ASTSynchronizedStatement.java:18: warning - The first sentence is interpreted to be:
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  src/net/sourceforge/pmd/ast/ASTMethodDeclarator.java:22: warning - The first sentence is interpreted to be:
  "Accept the visitor"
  "Accept the visitor."
  src/net/sourceforge/pmd/ast/ASTEnumElement.java:18: warning - The first sentence is interpreted to be:
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  src/net/sourceforge/pmd/ast/ASTIfStatement.java:27: warning - The first sentence is interpreted to be:
  "Accept the visitor"
  "Accept the visitor."
  src/net/sourceforge/pmd/ast/ASTVariableInitializer.java:18: warning - The first sentence is interpreted to be:
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  src/net/sourceforge/pmd/ast/ASTExclusiveOrExpression.java:18: warning - The first sentence is interpreted to be:
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  src/net/sourceforge/pmd/ast/ASTInstanceOfExpression.java:18: warning - The first sentence is interpreted to be:
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  src/net/sourceforge/pmd/ast/ASTStatementExpression.java:18: warning - The first sentence is interpreted to be:
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  src/net/sourceforge/pmd/ast/ASTExplicitConstructorInvocation.java:18: warning - The first sentence is interpreted to be:
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  src/net/sourceforge/pmd/ast/ASTSwitchLabel.java:18: warning - The first sentence is interpreted to be:
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  src/net/sourceforge/pmd/ast/ASTFormalParameter.java:17: warning - The first sentence is interpreted to be:
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  src/net/sourceforge/pmd/ast/ASTArrayInitializer.java:18: warning - The first sentence is interpreted to be:
  src/net/sourceforge/pmd/ast/Node.java:54: warning - The first sentence is interpreted to be:
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  src/net/sourceforge/pmd/ast/ASTConditionalAndExpression.java:18: warning - The first sentence is interpreted to be:
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  src/net/sourceforge/pmd/ast/ASTEqualityExpression.java:19: warning - The first sentence is interpreted to be:
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  src/net/sourceforge/pmd/ast/ASTBooleanLiteral.java:28: warning - The first sentence is interpreted to be:
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  src/net/sourceforge/pmd/ast/ASTMethodDeclarationLookahead.java:18: warning - The first sentence is interpreted to be:
  "Accept the visitor"
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  src/net/sourceforge/pmd/ast/ASTPackageDeclaration.java:18: warning - The first sentence is interpreted to be:
  "Accept the visitor."
  src/net/sourceforge/pmd/ast/ASTPrimaryPrefix.java:56: warning - The first sentence is interpreted to be:
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  src/net/sourceforge/pmd/ast/ASTReturnStatement.java:18: warning - The first sentence is interpreted to be:
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  src/net/sourceforge/pmd/ast/ASTType.java:17: warning - The first sentence is interpreted to be:
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  src/net/sourceforge/pmd/ast/ASTPreIncrementExpression.java:17: warning - The first sentence is interpreted to be:
  "Accept the visitor"
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  src/net/sourceforge/pmd/ast/ASTAssertStatement.java:18: warning - The first sentence is interpreted to be:
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  src/net/sourceforge/pmd/ast/ASTConditionalExpression.java:19: warning - The first sentence is interpreted to be:
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  src/net/sourceforge/pmd/ast/ASTUnaryExpressionNotPlusMinus.java:20: warning - The first sentence is interpreted to be:
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  src/net/sourceforge/pmd/ast/ASTArgumentList.java:18: warning - The first sentence is interpreted to be:
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  src/net/sourceforge/pmd/ast/ASTImportDeclaration.java:41: warning - The first sentence is interpreted to be:
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  src/net/sourceforge/pmd/ast/ASTEmptyStatement.java:18: warning - The first sentence is interpreted to be:
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  src/net/sourceforge/pmd/ast/ASTAllocationExpression.java:18: warning - The first sentence is interpreted to be:
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  src/net/sourceforge/pmd/ast/ASTConstructorDeclaration.java:22: warning - The first sentence is interpreted to be:
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  src/net/sourceforge/pmd/ast/ASTFieldDeclaration.java:18: warning - The first sentence is interpreted to be:
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  src/net/sourceforge/pmd/ast/ASTPostfixExpression.java:21: warning - The first sentence is interpreted to be:
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  src/net/sourceforge/pmd/ast/ASTNullLiteral.java:18: warning - The first sentence is interpreted to be:
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  src/net/sourceforge/pmd/ast/ASTCastExpression.java:18: warning - The first sentence is interpreted to be:
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  src/net/sourceforge/pmd/ast/ASTLocalVariableDeclaration.java:18: warning - The first sentence is interpreted to be:
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  src/net/sourceforge/pmd/ast/ASTForInit.java:18: warning - The first sentence is interpreted to be:
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  src/net/sourceforge/pmd/ast/ASTPrimarySuffix.java:46: warning - The first sentence is interpreted to be:
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  src/net/sourceforge/pmd/ast/ASTInclusiveOrExpression.java:18: warning - The first sentence is interpreted to be:
  This sentence is different from what would be generated using -breakiterator: 
  src/net/sourceforge/pmd/ast/ASTNameList.java:18: warning - The first sentence is interpreted to be:
  "Accept the visitor"
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  src/net/sourceforge/pmd/ast/ASTFormalParameters.java:21: warning - The first sentence is interpreted to be:
  "Accept the visitor"
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  src/net/sourceforge/pmd/ast/ASTAdditiveExpression.java:18: warning - The first sentence is interpreted to be:
  "Accept the visitor"
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  src/net/sourceforge/pmd/ast/ASTStatementExpressionList.java:18: warning - The first sentence is interpreted to be:
  "Accept the visitor"
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  src/net/sourceforge/pmd/ast/ASTCompilationUnit.java:18: warning - The first sentence is interpreted to be:
  "Accept the visitor"
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  src/net/sourceforge/pmd/ast/ASTInitializer.java:18: warning - The first sentence is interpreted to be:
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  src/net/sourceforge/pmd/ast/ASTRelationalExpression.java:18: warning - The first sentence is interpreted to be:
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  src/net/sourceforge/pmd/ast/ASTForUpdate.java:18: warning - The first sentence is interpreted to be:
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  src/net/sourceforge/pmd/ast/ASTVariableDeclaratorId.java:18: warning - The first sentence is interpreted to be:
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  src/net/sourceforge/pmd/ast/ASTShiftExpression.java:18: warning - The first sentence is interpreted to be:
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  src/net/sourceforge/pmd/ast/ASTBlockStatement.java:18: warning - The first sentence is interpreted to be:
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  src/net/sourceforge/pmd/ast/ASTVariableDeclarator.java:18: warning - The first sentence is interpreted to be:
  src/net/sourceforge/pmd/ast/ASTCastLookahead.java:18: warning - The first sentence is interpreted to be:
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  src/net/sourceforge/pmd/ast/ASTDoStatement.java:18: warning - The first sentence is interpreted to be:
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  src/net/sourceforge/pmd/ast/ASTPrimaryExpression.java:18: warning - The first sentence is interpreted to be:
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  src/net/sourceforge/pmd/ast/ASTThrowStatement.java:18: warning - The first sentence is interpreted to be:
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  src/net/sourceforge/pmd/ast/ASTPreDecrementExpression.java:18: warning - The first sentence is interpreted to be:
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  src/net/sourceforge/pmd/ast/ASTForStatement.java:18: warning - The first sentence is interpreted to be:
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  src/net/sourceforge/pmd/ast/ASTUnaryExpression.java:19: warning - The first sentence is interpreted to be:
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  src/net/sourceforge/pmd/rules/design/ConfusingTernary.java:40: warning - The first sentence is interpreted to be:
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "if (x != y) { diff(); } else { same(); } and<br>
   (!x ? diff() : same());."
  This sentence is different from what would be generated using -breakiterator: 
  "if (x !"
  src/net/sourceforge/pmd/rules/design/ConfusingTernary.java:40: warning - The first sentence is interpreted to be:
  Generating target/docs/apidocs/net/sourceforge/pmd/ast/class-use/JavaParserVisitorAdapter.html...
  "if (x != y) { diff(); } else { same(); } and<br>
   (!x ? diff() : same());."
  This sentence is different from what would be generated using -breakiterator: 
  "if (x !"
  src/net/sourceforge/pmd/cpd/cppast/CPPParser.java:93: warning - The first sentence is interpreted to be:
  Generating target/docs/apidocs/net/sourceforge/pmd/cpd/cppast/class-use/ParseException.html...
  "This method first tries to read a sequence of tokens of the form
               ("::")? <ID> ("::" <ID>)*
   and if it succeeds then asks the symbol table manager  if this is
   the name of a constructor."
  This sentence is different from what would be generated using -breakiterator: 
  "This method first tries to read a sequence of tokens of the form
               ("::")? "
  src/net/sourceforge/pmd/symboltable/TypeSet.java:25: warning - The first sentence is interpreted to be:
  src/net/sourceforge/pmd/util/viewer/model/ViewerModel.java:27: warning - The first sentence is interpreted to be:
  src/net/sourceforge/pmd/util/viewer/model/ViewerModelEvent.java:13: warning - The first sentence is interpreted to be:
  src/net/sourceforge/pmd/util/viewer/model/ViewerModel.java:27: warning - The first sentence is interpreted to be:
  src/net/sourceforge/pmd/util/viewer/model/ViewerModelEvent.java:13: warning - The first sentence is interpreted to be:
  Generating target/docs/apidocs/net/sourceforge/pmd/symboltable/package-use.html...
  "TODO should Resolver provide a canResolve() and a resolve()?
   Requiring 2 calls seems clunky..."
  This sentence is different from what would be generated using -breakiterator: 
  "TODO should Resolver provide a canResolve() and a resolve()?
   "
  Generating target/docs/apidocs/net/sourceforge/pmd/util/viewer/model/package-use.html...
  "The model for the viewer gui
   <p/>
   <p/>
   This is the model part of MVC
   "
  This sentence is different from what would be generated using -breakiterator: 
  "The model for the viewer gui
   <p/>
   <p/>
   This is the model part of MVC
   </p>"
  "The event which will be sent every time  the model changes
   <p/>
   <p/>
   Note: the instances will be immutable
   "
  This sentence is different from what would be generated using -breakiterator: 
  "The event which will be sent every time  the model changes
   <p/>
   <p/>
   Note: the instances will be immutable
   </p>"
  "The model for the viewer gui
   <p/>
   <p/>
   This is the model part of MVC
   "
  This sentence is different from what would be generated using -breakiterator: 
  "The model for the viewer gui
   <p/>
   <p/>
   This is the model part of MVC
   </p>"
  "The event which will be sent every time  the model changes
   <p/>
   <p/>
   Note: the instances will be immutable
   "
  This sentence is different from what would be generated using -breakiterator: 
  "The event which will be sent every time  the model changes
   <p/>
   <p/>
   Note: the instances will be immutable
   </p>"
  Building index for all the packages and classes...
  src/net/sourceforge/pmd/dfa/Structure.java:38: warning - The first sentence is interpreted to be:
  Generating target/docs/apidocs/index-all.html...
  "This class capsulate the access to the DataFlowNode class."
  This sentence is different from what would be generated using -breakiterator: 
  "This class capsulate the access to the DataFlowNode class. meaningfull?"
  src/net/sourceforge/pmd/ast/JavaCharStream.java:445: warning - The first sentence is interpreted to be:
  "Method to adjust line and column numbers for the start of a token.<BR>"
  This sentence is different from what would be generated using -breakiterator: 
  "Method to adjust line and column numbers for the start of a token."
  "if (x != y) { diff(); } else { same(); } and<br>
   (!x ? diff() : same());."
  src/net/sourceforge/pmd/rules/design/ConfusingTernary.java:40: warning - The first sentence is interpreted to be:
  This sentence is different from what would be generated using -breakiterator: 
  src/net/sourceforge/pmd/ast/SimpleNode.java:260: warning - The first sentence is interpreted to be:
  "if (x !"
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  src/net/sourceforge/pmd/ast/ASTMethodDeclaration.java:31: warning - @return tag has no arguments.
  src/net/sourceforge/pmd/ast/ASTFieldDeclaration.java:65: warning - @return tag has no arguments.
  src/net/sourceforge/pmd/cpd/cppast/CPPParser.java:93: warning - The first sentence is interpreted to be:
  "This method first tries to read a sequence of tokens of the form
               ("::")? <ID> ("::" <ID>)*
   and if it succeeds then asks the symbol table manager  if this is
   the name of a constructor."
  This sentence is different from what would be generated using -breakiterator: 
  "This method first tries to read a sequence of tokens of the form
               ("::")? "
  src/net/sourceforge/pmd/ast/ASTAdditiveExpression.java:18: warning - The first sentence is interpreted to be:
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  src/net/sourceforge/pmd/ast/ASTAllocationExpression.java:18: warning - The first sentence is interpreted to be:
  src/net/sourceforge/pmd/ast/ASTAndExpression.java:18: warning - The first sentence is interpreted to be:
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  src/net/sourceforge/pmd/ast/ASTArgumentList.java:18: warning - The first sentence is interpreted to be:
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  src/net/sourceforge/pmd/ast/ASTArguments.java:25: warning - The first sentence is interpreted to be:
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  src/net/sourceforge/pmd/ast/ASTArrayDimsAndInits.java:18: warning - The first sentence is interpreted to be:
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  src/net/sourceforge/pmd/ast/ASTArrayInitializer.java:18: warning - The first sentence is interpreted to be:
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  src/net/sourceforge/pmd/ast/ASTAssertStatement.java:18: warning - The first sentence is interpreted to be:
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  src/net/sourceforge/pmd/ast/ASTAssignmentOperator.java:28: warning - The first sentence is interpreted to be:
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  src/net/sourceforge/pmd/ast/ASTBlock.java:18: warning - The first sentence is interpreted to be:
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  src/net/sourceforge/pmd/ast/ASTBlockStatement.java:18: warning - The first sentence is interpreted to be:
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  src/net/sourceforge/pmd/ast/ASTBooleanLiteral.java:28: warning - The first sentence is interpreted to be:
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  src/net/sourceforge/pmd/ast/ASTBreakStatement.java:18: warning - The first sentence is interpreted to be:
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  src/net/sourceforge/pmd/ast/ASTCastExpression.java:18: warning - The first sentence is interpreted to be:
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  src/net/sourceforge/pmd/ast/ASTCastLookahead.java:18: warning - The first sentence is interpreted to be:
  "Accept the visitor"
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  src/net/sourceforge/pmd/ast/ASTCompilationUnit.java:18: warning - The first sentence is interpreted to be:
  "Accept the visitor"
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  src/net/sourceforge/pmd/ast/ASTConditionalAndExpression.java:18: warning - The first sentence is interpreted to be:
  "Accept the visitor"
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  src/net/sourceforge/pmd/ast/ASTConditionalExpression.java:19: warning - The first sentence is interpreted to be:
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  src/net/sourceforge/pmd/ast/ASTConditionalOrExpression.java:18: warning - The first sentence is interpreted to be:
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  src/net/sourceforge/pmd/ast/ASTConstructorDeclaration.java:22: warning - The first sentence is interpreted to be:
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  src/net/sourceforge/pmd/ast/ASTContinueStatement.java:18: warning - The first sentence is interpreted to be:
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  src/net/sourceforge/pmd/ast/ASTDoStatement.java:18: warning - The first sentence is interpreted to be:
  src/net/sourceforge/pmd/ast/ASTEmptyStatement.java:18: warning - The first sentence is interpreted to be:
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  src/net/sourceforge/pmd/ast/ASTEnumElement.java:18: warning - The first sentence is interpreted to be:
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  src/net/sourceforge/pmd/ast/ASTEqualityExpression.java:19: warning - The first sentence is interpreted to be:
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  src/net/sourceforge/pmd/ast/ASTExclusiveOrExpression.java:18: warning - The first sentence is interpreted to be:
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  src/net/sourceforge/pmd/ast/ASTExplicitConstructorInvocation.java:18: warning - The first sentence is interpreted to be:
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  src/net/sourceforge/pmd/ast/ASTExpression.java:18: warning - The first sentence is interpreted to be:
  src/net/sourceforge/pmd/ast/ASTFieldDeclaration.java:18: warning - The first sentence is interpreted to be:
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  src/net/sourceforge/pmd/ast/ASTForInit.java:18: warning - The first sentence is interpreted to be:
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  src/net/sourceforge/pmd/ast/ASTForStatement.java:18: warning - The first sentence is interpreted to be:
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  src/net/sourceforge/pmd/ast/ASTForUpdate.java:18: warning - The first sentence is interpreted to be:
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  src/net/sourceforge/pmd/ast/ASTFormalParameter.java:17: warning - The first sentence is interpreted to be:
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  src/net/sourceforge/pmd/ast/ASTFormalParameters.java:21: warning - The first sentence is interpreted to be:
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  src/net/sourceforge/pmd/ast/ASTIfStatement.java:27: warning - The first sentence is interpreted to be:
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  src/net/sourceforge/pmd/ast/ASTImportDeclaration.java:41: warning - The first sentence is interpreted to be:
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  src/net/sourceforge/pmd/ast/ASTInclusiveOrExpression.java:18: warning - The first sentence is interpreted to be:
  "Accept the visitor"
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  src/net/sourceforge/pmd/ast/ASTInitializer.java:18: warning - The first sentence is interpreted to be:
  src/net/sourceforge/pmd/ast/ASTInstanceOfExpression.java:18: warning - The first sentence is interpreted to be:
  "Accept the visitor"
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  src/net/sourceforge/pmd/ast/ASTLiteral.java:18: warning - The first sentence is interpreted to be:
  "Accept the visitor"
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  src/net/sourceforge/pmd/ast/ASTLocalVariableDeclaration.java:18: warning - The first sentence is interpreted to be:
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  src/net/sourceforge/pmd/ast/ASTMethodDeclaration.java:18: warning - The first sentence is interpreted to be:
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  src/net/sourceforge/pmd/ast/ASTMethodDeclarationLookahead.java:18: warning - The first sentence is interpreted to be:
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  src/net/sourceforge/pmd/ast/ASTMethodDeclarator.java:22: warning - The first sentence is interpreted to be:
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  src/net/sourceforge/pmd/ast/ASTMultiplicativeExpression.java:18: warning - The first sentence is interpreted to be:
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  src/net/sourceforge/pmd/ast/ASTName.java:18: warning - The first sentence is interpreted to be:
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  src/net/sourceforge/pmd/ast/ASTNameList.java:18: warning - The first sentence is interpreted to be:
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  src/net/sourceforge/pmd/ast/ASTNullLiteral.java:18: warning - The first sentence is interpreted to be:
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  src/net/sourceforge/pmd/ast/ASTPackageDeclaration.java:18: warning - The first sentence is interpreted to be:
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  src/net/sourceforge/pmd/ast/ASTPostfixExpression.java:21: warning - The first sentence is interpreted to be:
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  src/net/sourceforge/pmd/ast/ASTPreDecrementExpression.java:18: warning - The first sentence is interpreted to be:
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  src/net/sourceforge/pmd/ast/ASTPreIncrementExpression.java:17: warning - The first sentence is interpreted to be:
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  src/net/sourceforge/pmd/ast/ASTPrimaryExpression.java:18: warning - The first sentence is interpreted to be:
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  src/net/sourceforge/pmd/ast/ASTPrimaryPrefix.java:56: warning - The first sentence is interpreted to be:
  src/net/sourceforge/pmd/ast/ASTPrimarySuffix.java:46: warning - The first sentence is interpreted to be:
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  src/net/sourceforge/pmd/ast/ASTPrimitiveType.java:22: warning - The first sentence is interpreted to be:
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  src/net/sourceforge/pmd/ast/ASTRelationalExpression.java:18: warning - The first sentence is interpreted to be:
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  src/net/sourceforge/pmd/ast/ASTResultType.java:25: warning - The first sentence is interpreted to be:
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  src/net/sourceforge/pmd/ast/ASTReturnStatement.java:18: warning - The first sentence is interpreted to be:
  "Accept the visitor"
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  src/net/sourceforge/pmd/ast/ASTShiftExpression.java:18: warning - The first sentence is interpreted to be:
  "Accept the visitor"
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  src/net/sourceforge/pmd/ast/ASTStatement.java:18: warning - The first sentence is interpreted to be:
  "Accept the visitor"
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  src/net/sourceforge/pmd/ast/ASTStatementExpression.java:18: warning - The first sentence is interpreted to be:
  "Accept the visitor"
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  src/net/sourceforge/pmd/ast/ASTStatementExpressionList.java:18: warning - The first sentence is interpreted to be:
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  src/net/sourceforge/pmd/ast/ASTSwitchLabel.java:18: warning - The first sentence is interpreted to be:
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  src/net/sourceforge/pmd/ast/ASTSwitchStatement.java:18: warning - The first sentence is interpreted to be:
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  src/net/sourceforge/pmd/ast/ASTSynchronizedStatement.java:18: warning - The first sentence is interpreted to be:
  This sentence is different from what would be generated using -breakiterator: 
  src/net/sourceforge/pmd/ast/ASTThrowStatement.java:18: warning - The first sentence is interpreted to be:
  "Accept the visitor"
  "Accept the visitor."
  src/net/sourceforge/pmd/ast/ASTTryStatement.java:62: warning - The first sentence is interpreted to be:
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  src/net/sourceforge/pmd/ast/ASTType.java:17: warning - The first sentence is interpreted to be:
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  src/net/sourceforge/pmd/ast/ASTTypeDeclaration.java:18: warning - The first sentence is interpreted to be:
  "Accept the visitor"
  "Accept the visitor."
  src/net/sourceforge/pmd/ast/ASTUnaryExpression.java:19: warning - The first sentence is interpreted to be:
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  src/net/sourceforge/pmd/ast/ASTUnaryExpressionNotPlusMinus.java:20: warning - The first sentence is interpreted to be:
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  src/net/sourceforge/pmd/ast/ASTVariableDeclarator.java:18: warning - The first sentence is interpreted to be:
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  src/net/sourceforge/pmd/ast/ASTVariableDeclaratorId.java:18: warning - The first sentence is interpreted to be:
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  src/net/sourceforge/pmd/ast/ASTVariableInitializer.java:18: warning - The first sentence is interpreted to be:
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  src/net/sourceforge/pmd/ast/ASTWhileStatement.java:18: warning - The first sentence is interpreted to be:
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  src/net/sourceforge/pmd/ast/Node.java:54: warning - The first sentence is interpreted to be:
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  src/net/sourceforge/pmd/ast/SimpleNode.java:253: warning - The first sentence is interpreted to be:
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  src/net/sourceforge/pmd/symboltable/TypeSet.java:25: warning - The first sentence is interpreted to be:
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "TODO should Resolver provide a canResolve() and a resolve()?
   Requiring 2 calls seems clunky..."
  This sentence is different from what would be generated using -breakiterator: 
  "TODO should Resolver provide a canResolve() and a resolve()?
   "
  "The model for the viewer gui
   <p/>
   <p/>
   This is the model part of MVC
   "
  src/net/sourceforge/pmd/util/viewer/model/ViewerModel.java:27: warning - The first sentence is interpreted to be:
  This sentence is different from what would be generated using -breakiterator: 
  "The model for the viewer gui
   <p/>
   <p/>
   This is the model part of MVC
   </p>"
  "The event which will be sent every time  the model changes
   <p/>
   <p/>
   Note: the instances will be immutable
   "
  src/net/sourceforge/pmd/util/viewer/model/ViewerModelEvent.java:13: warning - The first sentence is interpreted to be:
  This sentence is different from what would be generated using -breakiterator: 
  "The event which will be sent every time  the model changes
   <p/>
   <p/>
   Note: the instances will be immutable
   </p>"
  Building index for all classes...
  src/net/sourceforge/pmd/rules/design/ConfusingTernary.java:40: warning - The first sentence is interpreted to be:
  src/net/sourceforge/pmd/symboltable/TypeSet.java:25: warning - The first sentence is interpreted to be:
  Generating target/docs/apidocs/net/sourceforge/pmd/rules/design/package-summary.html...
  "if (x != y) { diff(); } else { same(); } and<br>
   (!x ? diff() : same());."
  This sentence is different from what would be generated using -breakiterator: 
  "if (x !"
  src/net/sourceforge/pmd/util/viewer/model/ViewerModel.java:27: warning - The first sentence is interpreted to be:
  src/net/sourceforge/pmd/util/viewer/model/ViewerModelEvent.java:13: warning - The first sentence is interpreted to be:
  Generating target/docs/apidocs/net/sourceforge/pmd/symboltable/package-summary.html...
  "TODO should Resolver provide a canResolve() and a resolve()?
   Requiring 2 calls seems clunky..."
  This sentence is different from what would be generated using -breakiterator: 
  "TODO should Resolver provide a canResolve() and a resolve()?
   "
  Generating target/docs/apidocs/net/sourceforge/pmd/util/viewer/model/package-summary.html...
  "The model for the viewer gui
   <p/>
   <p/>
   This is the model part of MVC
   "
  This sentence is different from what would be generated using -breakiterator: 
  "The model for the viewer gui
   <p/>
   <p/>
   This is the model part of MVC
   </p>"
  "The event which will be sent every time  the model changes
   <p/>
   <p/>
   Note: the instances will be immutable
   "
  This sentence is different from what would be generated using -breakiterator: 
  "The event which will be sent every time  the model changes
   <p/>
   <p/>
   Note: the instances will be immutable
   </p>"
  src/net/sourceforge/pmd/dfa/Structure.java:38: warning - The first sentence is interpreted to be:
  Generating target/docs/apidocs/net/sourceforge/pmd/dfa/Structure.html...
  "This class capsulate the access to the DataFlowNode class."
  This sentence is different from what would be generated using -breakiterator: 
  "This class capsulate the access to the DataFlowNode class. meaningfull?"
  src/net/sourceforge/pmd/ast/Node.java:54: warning - The first sentence is interpreted to be:
  Generating target/docs/apidocs/net/sourceforge/pmd/ast/Node.html...
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  Generating target/docs/apidocs/net/sourceforge/pmd/ast/ASTAdditiveExpression.html...
  "Accept the visitor."
  src/net/sourceforge/pmd/ast/ASTAdditiveExpression.java:18: warning - The first sentence is interpreted to be:
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  Generating target/docs/apidocs/net/sourceforge/pmd/ast/ASTAllocationExpression.html...
  "Accept the visitor."
  src/net/sourceforge/pmd/ast/ASTAllocationExpression.java:18: warning - The first sentence is interpreted to be:
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  Generating target/docs/apidocs/net/sourceforge/pmd/ast/ASTAndExpression.html...
  "Accept the visitor."
  src/net/sourceforge/pmd/ast/ASTAndExpression.java:18: warning - The first sentence is interpreted to be:
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  src/net/sourceforge/pmd/ast/ASTArgumentList.java:18: warning - The first sentence is interpreted to be:
  Generating target/docs/apidocs/net/sourceforge/pmd/ast/ASTArgumentList.html...
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  src/net/sourceforge/pmd/ast/ASTArguments.java:25: warning - The first sentence is interpreted to be:
  Generating target/docs/apidocs/net/sourceforge/pmd/ast/ASTArguments.html...
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  src/net/sourceforge/pmd/ast/ASTArrayDimsAndInits.java:18: warning - The first sentence is interpreted to be:
  Generating target/docs/apidocs/net/sourceforge/pmd/ast/ASTArrayDimsAndInits.html...
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  src/net/sourceforge/pmd/ast/ASTArrayInitializer.java:18: warning - The first sentence is interpreted to be:
  Generating target/docs/apidocs/net/sourceforge/pmd/ast/ASTArrayInitializer.html...
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  src/net/sourceforge/pmd/ast/ASTAssertStatement.java:18: warning - The first sentence is interpreted to be:
  Generating target/docs/apidocs/net/sourceforge/pmd/ast/ASTAssertStatement.html...
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  src/net/sourceforge/pmd/ast/ASTAssignmentOperator.java:28: warning - The first sentence is interpreted to be:
  Generating target/docs/apidocs/net/sourceforge/pmd/ast/ASTAssignmentOperator.html...
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  src/net/sourceforge/pmd/ast/ASTBlock.java:18: warning - The first sentence is interpreted to be:
  Generating target/docs/apidocs/net/sourceforge/pmd/ast/ASTBlock.html...
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  src/net/sourceforge/pmd/ast/ASTBlockStatement.java:18: warning - The first sentence is interpreted to be:
  Generating target/docs/apidocs/net/sourceforge/pmd/ast/ASTBlockStatement.html...
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  src/net/sourceforge/pmd/ast/ASTBlockStatement.java:27: warning - @returns is an unknown tag.
  src/net/sourceforge/pmd/ast/ASTBooleanLiteral.java:28: warning - The first sentence is interpreted to be:
  Generating target/docs/apidocs/net/sourceforge/pmd/ast/ASTBooleanLiteral.html...
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  src/net/sourceforge/pmd/ast/ASTBreakStatement.java:18: warning - The first sentence is interpreted to be:
  Generating target/docs/apidocs/net/sourceforge/pmd/ast/ASTBreakStatement.html...
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  src/net/sourceforge/pmd/ast/ASTCastExpression.java:18: warning - The first sentence is interpreted to be:
  Generating target/docs/apidocs/net/sourceforge/pmd/ast/ASTCastExpression.html...
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  src/net/sourceforge/pmd/ast/ASTCastLookahead.java:18: warning - The first sentence is interpreted to be:
  Generating target/docs/apidocs/net/sourceforge/pmd/ast/ASTCastLookahead.html...
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  src/net/sourceforge/pmd/ast/ASTCompilationUnit.java:18: warning - The first sentence is interpreted to be:
  Generating target/docs/apidocs/net/sourceforge/pmd/ast/ASTCompilationUnit.html...
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  Generating target/docs/apidocs/net/sourceforge/pmd/ast/ASTConditionalAndExpression.html...
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  src/net/sourceforge/pmd/ast/ASTConditionalAndExpression.java:18: warning - The first sentence is interpreted to be:
  Generating target/docs/apidocs/net/sourceforge/pmd/ast/ASTConditionalExpression.html...
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  src/net/sourceforge/pmd/ast/ASTConditionalExpression.java:19: warning - The first sentence is interpreted to be:
  Generating target/docs/apidocs/net/sourceforge/pmd/ast/ASTConditionalOrExpression.html...
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  src/net/sourceforge/pmd/ast/ASTConditionalOrExpression.java:18: warning - The first sentence is interpreted to be:
  Generating target/docs/apidocs/net/sourceforge/pmd/ast/ASTConstructorDeclaration.html...
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  src/net/sourceforge/pmd/ast/ASTConstructorDeclaration.java:22: warning - The first sentence is interpreted to be:
  src/net/sourceforge/pmd/ast/ASTContinueStatement.java:18: warning - The first sentence is interpreted to be:
  Generating target/docs/apidocs/net/sourceforge/pmd/ast/ASTContinueStatement.html...
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  src/net/sourceforge/pmd/ast/ASTDoStatement.java:18: warning - The first sentence is interpreted to be:
  Generating target/docs/apidocs/net/sourceforge/pmd/ast/ASTDoStatement.html...
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  src/net/sourceforge/pmd/ast/ASTEmptyStatement.java:18: warning - The first sentence is interpreted to be:
  Generating target/docs/apidocs/net/sourceforge/pmd/ast/ASTEmptyStatement.html...
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  src/net/sourceforge/pmd/ast/ASTEnumDeclaration.java:14: warning - The first sentence is interpreted to be:
  Generating target/docs/apidocs/net/sourceforge/pmd/ast/ASTEnumDeclaration.html...
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  src/net/sourceforge/pmd/ast/ASTEnumElement.java:18: warning - The first sentence is interpreted to be:
  Generating target/docs/apidocs/net/sourceforge/pmd/ast/ASTEnumElement.html...
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  src/net/sourceforge/pmd/ast/ASTEqualityExpression.java:19: warning - The first sentence is interpreted to be:
  Generating target/docs/apidocs/net/sourceforge/pmd/ast/ASTEqualityExpression.html...
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  Generating target/docs/apidocs/net/sourceforge/pmd/ast/ASTExclusiveOrExpression.html...
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  src/net/sourceforge/pmd/ast/ASTExclusiveOrExpression.java:18: warning - The first sentence is interpreted to be:
  Generating target/docs/apidocs/net/sourceforge/pmd/ast/ASTExplicitConstructorInvocation.html...
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  src/net/sourceforge/pmd/ast/ASTExplicitConstructorInvocation.java:18: warning - The first sentence is interpreted to be:
  src/net/sourceforge/pmd/ast/ASTExpression.java:18: warning - The first sentence is interpreted to be:
  Generating target/docs/apidocs/net/sourceforge/pmd/ast/ASTExpression.html...
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  src/net/sourceforge/pmd/ast/ASTFieldDeclaration.java:18: warning - The first sentence is interpreted to be:
  Generating target/docs/apidocs/net/sourceforge/pmd/ast/ASTFieldDeclaration.html...
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  src/net/sourceforge/pmd/ast/ASTForInit.java:18: warning - The first sentence is interpreted to be:
  Generating target/docs/apidocs/net/sourceforge/pmd/ast/ASTForInit.html...
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  src/net/sourceforge/pmd/ast/ASTFormalParameter.java:17: warning - The first sentence is interpreted to be:
  Generating target/docs/apidocs/net/sourceforge/pmd/ast/ASTFormalParameter.html...
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  src/net/sourceforge/pmd/ast/ASTFormalParameters.java:21: warning - The first sentence is interpreted to be:
  Generating target/docs/apidocs/net/sourceforge/pmd/ast/ASTFormalParameters.html...
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  src/net/sourceforge/pmd/ast/ASTForStatement.java:18: warning - The first sentence is interpreted to be:
  Generating target/docs/apidocs/net/sourceforge/pmd/ast/ASTForStatement.html...
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  src/net/sourceforge/pmd/ast/ASTForUpdate.java:18: warning - The first sentence is interpreted to be:
  Generating target/docs/apidocs/net/sourceforge/pmd/ast/ASTForUpdate.html...
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  src/net/sourceforge/pmd/ast/ASTIfStatement.java:27: warning - The first sentence is interpreted to be:
  Generating target/docs/apidocs/net/sourceforge/pmd/ast/ASTIfStatement.html...
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  src/net/sourceforge/pmd/ast/ASTImportDeclaration.java:41: warning - The first sentence is interpreted to be:
  Generating target/docs/apidocs/net/sourceforge/pmd/ast/ASTImportDeclaration.html...
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  Generating target/docs/apidocs/net/sourceforge/pmd/ast/ASTInclusiveOrExpression.html...
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  src/net/sourceforge/pmd/ast/ASTInclusiveOrExpression.java:18: warning - The first sentence is interpreted to be:
  src/net/sourceforge/pmd/ast/ASTInitializer.java:18: warning - The first sentence is interpreted to be:
  Generating target/docs/apidocs/net/sourceforge/pmd/ast/ASTInitializer.html...
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  Generating target/docs/apidocs/net/sourceforge/pmd/ast/ASTInstanceOfExpression.html...
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  src/net/sourceforge/pmd/ast/ASTInstanceOfExpression.java:18: warning - The first sentence is interpreted to be:
  src/net/sourceforge/pmd/ast/ASTLabeledStatement.java:14: warning - The first sentence is interpreted to be:
  Generating target/docs/apidocs/net/sourceforge/pmd/ast/ASTLabeledStatement.html...
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  src/net/sourceforge/pmd/ast/ASTLiteral.java:18: warning - The first sentence is interpreted to be:
  Generating target/docs/apidocs/net/sourceforge/pmd/ast/ASTLiteral.html...
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  Generating target/docs/apidocs/net/sourceforge/pmd/ast/ASTLocalVariableDeclaration.html...
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  src/net/sourceforge/pmd/ast/ASTLocalVariableDeclaration.java:18: warning - The first sentence is interpreted to be:
  src/net/sourceforge/pmd/ast/ASTMethodDeclaration.java:18: warning - The first sentence is interpreted to be:
  Generating target/docs/apidocs/net/sourceforge/pmd/ast/ASTMethodDeclaration.html...
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  Generating target/docs/apidocs/net/sourceforge/pmd/ast/ASTMethodDeclarationLookahead.html...
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  src/net/sourceforge/pmd/ast/ASTMethodDeclarationLookahead.java:18: warning - The first sentence is interpreted to be:
  src/net/sourceforge/pmd/ast/ASTMethodDeclarator.java:22: warning - The first sentence is interpreted to be:
  Generating target/docs/apidocs/net/sourceforge/pmd/ast/ASTMethodDeclarator.html...
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  Generating target/docs/apidocs/net/sourceforge/pmd/ast/ASTMultiplicativeExpression.html...
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  src/net/sourceforge/pmd/ast/ASTMultiplicativeExpression.java:18: warning - The first sentence is interpreted to be:
  src/net/sourceforge/pmd/ast/ASTName.java:18: warning - The first sentence is interpreted to be:
  Generating target/docs/apidocs/net/sourceforge/pmd/ast/ASTName.html...
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  src/net/sourceforge/pmd/ast/ASTNameList.java:18: warning - The first sentence is interpreted to be:
  Generating target/docs/apidocs/net/sourceforge/pmd/ast/ASTNameList.html...
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  src/net/sourceforge/pmd/ast/ASTNullLiteral.java:18: warning - The first sentence is interpreted to be:
  Generating target/docs/apidocs/net/sourceforge/pmd/ast/ASTNullLiteral.html...
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  src/net/sourceforge/pmd/ast/ASTPackageDeclaration.java:18: warning - The first sentence is interpreted to be:
  Generating target/docs/apidocs/net/sourceforge/pmd/ast/ASTPackageDeclaration.html...
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  src/net/sourceforge/pmd/ast/ASTPostfixExpression.java:21: warning - The first sentence is interpreted to be:
  Generating target/docs/apidocs/net/sourceforge/pmd/ast/ASTPostfixExpression.html...
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  Generating target/docs/apidocs/net/sourceforge/pmd/ast/ASTPreDecrementExpression.html...
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  src/net/sourceforge/pmd/ast/ASTPreDecrementExpression.java:18: warning - The first sentence is interpreted to be:
  Generating target/docs/apidocs/net/sourceforge/pmd/ast/ASTPreIncrementExpression.html...
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  src/net/sourceforge/pmd/ast/ASTPreIncrementExpression.java:17: warning - The first sentence is interpreted to be:
  src/net/sourceforge/pmd/ast/ASTPrimaryExpression.java:18: warning - The first sentence is interpreted to be:
  Generating target/docs/apidocs/net/sourceforge/pmd/ast/ASTPrimaryExpression.html...
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  src/net/sourceforge/pmd/ast/ASTPrimaryPrefix.java:56: warning - The first sentence is interpreted to be:
  Generating target/docs/apidocs/net/sourceforge/pmd/ast/ASTPrimaryPrefix.html...
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  src/net/sourceforge/pmd/ast/ASTPrimarySuffix.java:46: warning - The first sentence is interpreted to be:
  Generating target/docs/apidocs/net/sourceforge/pmd/ast/ASTPrimarySuffix.html...
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  src/net/sourceforge/pmd/ast/ASTPrimitiveType.java:22: warning - The first sentence is interpreted to be:
  Generating target/docs/apidocs/net/sourceforge/pmd/ast/ASTPrimitiveType.html...
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  Generating target/docs/apidocs/net/sourceforge/pmd/ast/ASTRelationalExpression.html...
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  src/net/sourceforge/pmd/ast/ASTRelationalExpression.java:18: warning - The first sentence is interpreted to be:
  src/net/sourceforge/pmd/ast/ASTResultType.java:25: warning - The first sentence is interpreted to be:
  Generating target/docs/apidocs/net/sourceforge/pmd/ast/ASTResultType.html...
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  src/net/sourceforge/pmd/ast/ASTReturnStatement.java:18: warning - The first sentence is interpreted to be:
  Generating target/docs/apidocs/net/sourceforge/pmd/ast/ASTReturnStatement.html...
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  src/net/sourceforge/pmd/ast/ASTShiftExpression.java:18: warning - The first sentence is interpreted to be:
  Generating target/docs/apidocs/net/sourceforge/pmd/ast/ASTShiftExpression.html...
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  src/net/sourceforge/pmd/ast/ASTStatement.java:18: warning - The first sentence is interpreted to be:
  Generating target/docs/apidocs/net/sourceforge/pmd/ast/ASTStatement.html...
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  Generating target/docs/apidocs/net/sourceforge/pmd/ast/ASTStatementExpression.html...
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  src/net/sourceforge/pmd/ast/ASTStatementExpression.java:18: warning - The first sentence is interpreted to be:
  Generating target/docs/apidocs/net/sourceforge/pmd/ast/ASTStatementExpressionList.html...
  src/net/sourceforge/pmd/ast/ASTStatementExpressionList.java:18: warning - The first sentence is interpreted to be:
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  src/net/sourceforge/pmd/ast/ASTSwitchLabel.java:18: warning - The first sentence is interpreted to be:
  Generating target/docs/apidocs/net/sourceforge/pmd/ast/ASTSwitchLabel.html...
  "Accept the visitor."
  src/net/sourceforge/pmd/ast/ASTSwitchStatement.java:18: warning - The first sentence is interpreted to be:
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  Generating target/docs/apidocs/net/sourceforge/pmd/ast/ASTSwitchStatement.html...
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  src/net/sourceforge/pmd/ast/ASTSynchronizedStatement.java:18: warning - The first sentence is interpreted to be:
  Generating target/docs/apidocs/net/sourceforge/pmd/ast/ASTSynchronizedStatement.html...
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  src/net/sourceforge/pmd/ast/ASTThrowStatement.java:18: warning - The first sentence is interpreted to be:
  "Accept the visitor"
  Generating target/docs/apidocs/net/sourceforge/pmd/ast/ASTThrowStatement.html...
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  src/net/sourceforge/pmd/ast/ASTTryStatement.java:62: warning - The first sentence is interpreted to be:
  Generating target/docs/apidocs/net/sourceforge/pmd/ast/ASTTryStatement.html...
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  src/net/sourceforge/pmd/ast/ASTType.java:17: warning - The first sentence is interpreted to be:
  Generating target/docs/apidocs/net/sourceforge/pmd/ast/ASTType.html...
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  src/net/sourceforge/pmd/ast/ASTTypeDeclaration.java:18: warning - The first sentence is interpreted to be:
  Generating target/docs/apidocs/net/sourceforge/pmd/ast/ASTTypeDeclaration.html...
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  src/net/sourceforge/pmd/ast/ASTUnaryExpression.java:19: warning - The first sentence is interpreted to be:
  Generating target/docs/apidocs/net/sourceforge/pmd/ast/ASTUnaryExpression.html...
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  Generating target/docs/apidocs/net/sourceforge/pmd/ast/ASTUnaryExpressionNotPlusMinus.html...
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  src/net/sourceforge/pmd/ast/ASTUnaryExpressionNotPlusMinus.java:20: warning - The first sentence is interpreted to be:
  src/net/sourceforge/pmd/ast/ASTVariableDeclarator.java:18: warning - The first sentence is interpreted to be:
  Generating target/docs/apidocs/net/sourceforge/pmd/ast/ASTVariableDeclarator.html...
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  Generating target/docs/apidocs/net/sourceforge/pmd/ast/ASTVariableDeclaratorId.html...
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  src/net/sourceforge/pmd/ast/ASTVariableDeclaratorId.java:18: warning - The first sentence is interpreted to be:
  Generating target/docs/apidocs/net/sourceforge/pmd/ast/ASTVariableInitializer.html...
  "Accept the visitor."
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  src/net/sourceforge/pmd/ast/ASTVariableInitializer.java:18: warning - The first sentence is interpreted to be:
  Generating target/docs/apidocs/net/sourceforge/pmd/ast/ASTWhileStatement.html...
  "Accept the visitor."
  src/net/sourceforge/pmd/ast/ASTWhileStatement.java:18: warning - The first sentence is interpreted to be:
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  src/net/sourceforge/pmd/ast/JavaCharStream.java:445: warning - The first sentence is interpreted to be:
  Generating target/docs/apidocs/net/sourceforge/pmd/ast/JavaCharStream.html...
  "Method to adjust line and column numbers for the start of a token.<BR>"
  This sentence is different from what would be generated using -breakiterator: 
  "Method to adjust line and column numbers for the start of a token."
  Generating target/docs/apidocs/net/sourceforge/pmd/ast/SimpleNode.html...
  "Accept the visitor."
  src/net/sourceforge/pmd/ast/SimpleNode.java:260: warning - The first sentence is interpreted to be:
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  "Accept the visitor."
  src/net/sourceforge/pmd/ast/SimpleNode.java:253: warning - The first sentence is interpreted to be:
  This sentence is different from what would be generated using -breakiterator: 
  "Accept the visitor"
  src/net/sourceforge/pmd/cpd/cppast/CPPParser.java:93: warning - The first sentence is interpreted to be:
  Generating target/docs/apidocs/net/sourceforge/pmd/cpd/cppast/CPPParser.html...
  "This method first tries to read a sequence of tokens of the form
               ("::")? <ID> ("::" <ID>)*
   and if it succeeds then asks the symbol table manager  if this is
   the name of a constructor."
  This sentence is different from what would be generated using -breakiterator: 
  "This method first tries to read a sequence of tokens of the form
               ("::")? "
  src/net/sourceforge/pmd/rules/ConstructorCallsOverridableMethod.java:43: warning - @todo is an unknown tag.
  src/net/sourceforge/pmd/rules/ConstructorCallsOverridableMethod.java:43: warning - @todo is an unknown tag.
  src/net/sourceforge/pmd/rules/ConstructorCallsOverridableMethod.java:744: warning - @todo is an unknown tag.
  src/net/sourceforge/pmd/rules/ExcessiveImports.java:32: warning - @param argument "ASTImportDeclaration" is not a parameter name.
  src/net/sourceforge/pmd/rules/ExcessiveImports.java:32: warning - @param argument "Object" is not a parameter name.
  src/net/sourceforge/pmd/symboltable/TypeSet.java:25: warning - The first sentence is interpreted to be:
  Generating target/docs/apidocs/net/sourceforge/pmd/symboltable/TypeSet.html...
  "TODO should Resolver provide a canResolve() and a resolve()?
   Requiring 2 calls seems clunky..."
  This sentence is different from what would be generated using -breakiterator: 
  "TODO should Resolver provide a canResolve() and a resolve()?
   "
  Generating target/docs/apidocs/help-doc.html...
  275 warnings