Generating Javadoc
Javadoc execution
Loading source files for package edu.asu.cri.MirkE...
Loading source files for package edu.asu.cri.MirkE.dataStructures...
Loading source files for package edu.asu.cri.MirkE.exceptions...
Loading source files for package edu.asu.cri.MirkE.gui...
Loading source files for package edu.asu.cri.MirkE.io...
Loading source files for package edu.asu.cri.MirkE.menu...
Loading source files for package edu.asu.cri.MirkE.trace...
Loading source files for package edu.asu.cri.MirkE.util...
Constructing Javadoc information...
Standard Doclet version 1.4.2_05
Generating target/docs/apidocs/constant-values.html...
Copying file /Users/smenor/.maven/cache/maven-javadoc-plugin-1.7/plugin-resources/stylesheet.css to file target/docs/apidocs/stylesheet.css...
Building tree for all the packages and classes...
src/main/java/edu/asu/cri/MirkE/trace/MirkE_ExceptionHandler.java:56: warning - The first sentence is interpreted to be:
Generating target/docs/apidocs/edu/asu/cri/MirkE/trace/package-use.html...
"Displays error messages to the user in a dialog box
created has a getInstance factory method that returns a
new instance of this dialog."
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:
"Displays error messages to the user in a dialog box
created has a getInstance factory method that returns a
new instance of this dialog. the handler extracts the stack trace
and message from the exception and displays them in a dialog
<pre>
MirkE_ExceptionHandler MirkE_ExceptionHandlerr = MirkE_ExceptionHandler.getInstance();
MirkE_ExceptionHandler.exceptionHandler(exception);
</pre>"
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.
Building index for all the packages and classes...
Generating target/docs/apidocs/index-all.html...
"Displays error messages to the user in a dialog box
created has a getInstance factory method that returns a
src/main/java/edu/asu/cri/MirkE/trace/MirkE_ExceptionHandler.java:56: warning - The first sentence is interpreted to be:
new instance of this dialog."
This sentence is different from what would be generated using -breakiterator:
"Displays error messages to the user in a dialog box
created has a getInstance factory method that returns a
new instance of this dialog. the handler extracts the stack trace
and message from the exception and displays them in a dialog
<pre>
MirkE_ExceptionHandler MirkE_ExceptionHandlerr = MirkE_ExceptionHandler.getInstance();
MirkE_ExceptionHandler.exceptionHandler(exception);
</pre>"
Building index for all classes...
src/main/java/edu/asu/cri/MirkE/trace/MirkE_ExceptionHandler.java:56: warning - The first sentence is interpreted to be:
Generating target/docs/apidocs/edu/asu/cri/MirkE/trace/package-summary.html...
"Displays error messages to the user in a dialog box
created has a getInstance factory method that returns a
new instance of this dialog."
This sentence is different from what would be generated using -breakiterator:
"Displays error messages to the user in a dialog box
created has a getInstance factory method that returns a
new instance of this dialog. the handler extracts the stack trace
and message from the exception and displays them in a dialog
<pre>
MirkE_ExceptionHandler MirkE_ExceptionHandlerr = MirkE_ExceptionHandler.getInstance();
MirkE_ExceptionHandler.exceptionHandler(exception);
</pre>"
src/main/java/edu/asu/cri/MirkE/dataStructures/Magnitude.java:29: warning - @class is an unknown tag.
src/main/java/edu/asu/cri/MirkE/exceptions/MirkESystemException.java:51: warning - @param argument "Throwable" is not a parameter name.
src/main/java/edu/asu/cri/MirkE/exceptions/MirkESystemException.java:61: warning - @param argument "Throwable" is not a parameter name.
src/main/java/edu/asu/cri/MirkE/exceptions/MirkESystemException.java:74: warning - @param argument "Throwable" is not a parameter name.
src/main/java/edu/asu/cri/MirkE/exceptions/MirkESystemException.java:74: warning - @param argument "boolean" is not a parameter name.
src/main/java/edu/asu/cri/MirkE/exceptions/MirkESystemException.java:87: warning - @param argument "Throwable" is not a parameter name.
src/main/java/edu/asu/cri/MirkE/exceptions/MirkESystemException.java:87: warning - @param argument "boolean" is not a parameter name.
src/main/java/edu/asu/cri/MirkE/trace/MirkE_ExceptionHandler.java:164: warning - @seeedu.asu.cri.MirkE.exceptions.MirkEFileNotFoundException is an unknown tag.
src/main/java/edu/asu/cri/MirkE/trace/MirkE_ExceptionHandler.java:316: warning - @param argument "trace" is not a parameter name.
src/main/java/edu/asu/cri/MirkE/trace/MirkE_ExceptionHandler.java:397: warning - @param argument "boolean" is not a parameter name.
src/main/java/edu/asu/cri/MirkE/trace/MirkE_ExceptionHandler.java:397: warning - @param argument "long" is not a parameter name.
Generating target/docs/apidocs/help-doc.html...
14 warnings