Javadoc Message Report

The analysis of the Javadoc comments detected the following issues.

Error Messages

13 error messages reported.

Class Line Message
de.smartics.exceptions.cli.Main 29 package org.apache.commons.cli does not exist import org.apache.commons.cli.CommandLine; ^
de.smartics.exceptions.cli.Main 30 package org.apache.commons.cli does not exist import org.apache.commons.cli.CommandLineParser; ^
de.smartics.exceptions.cli.Main 31 package org.apache.commons.cli does not exist import org.apache.commons.cli.HelpFormatter; ^
de.smartics.exceptions.cli.Main 32 package org.apache.commons.cli does not exist import org.apache.commons.cli.OptionBuilder; ^
de.smartics.exceptions.cli.Main 33 package org.apache.commons.cli does not exist import org.apache.commons.cli.Options; ^
de.smartics.exceptions.cli.Main 34 package org.apache.commons.cli does not exist import org.apache.commons.cli.ParseException; ^
de.smartics.exceptions.cli.Main 35 package org.apache.commons.cli does not exist import org.apache.commons.cli.PosixParser; ^
de.smartics.exceptions.cli.Main 196 cannot find symbol symbol : class CommandLine location: class de.smartics.exceptions.cli.Main final CommandLine commandLine) ^
de.smartics.exceptions.cli.Main 247 cannot find symbol symbol : class CommandLine location: class de.smartics.exceptions.cli.Main final CommandLine commandLine) ^
de.smartics.exceptions.cli.Main 322 cannot find symbol symbol : class Options location: class de.smartics.exceptions.cli.Main private static CommandLine createCommandLine(final Options options, ^
de.smartics.exceptions.cli.Main 322 cannot find symbol symbol : class CommandLine location: class de.smartics.exceptions.cli.Main private static CommandLine createCommandLine(final Options options, ^
de.smartics.exceptions.cli.Main 323 cannot find symbol symbol : class ParseException location: class de.smartics.exceptions.cli.Main final String[] args) throws ParseException ^
de.smartics.exceptions.cli.Main 335 cannot find symbol symbol : class Options location: class de.smartics.exceptions.cli.Main private static Options createOptions() ^

Warn Messages

1 warn messages reported.

Class Line Message
de.smartics.exceptions.cli.Main 165 warning - Tag @see: reference not found: de.smartics.exceptions.report.Main#run(de.smartics.exceptions.report.core.ExceptionCodeProjectConfiguration)
generated by maven-apidoc-plugin