Javadoc Message Report

The analysis of the Javadoc comments detected the following issues.

Error Messages

10 error messages reported.

Class Line Message
de.smartics.exceptions.context.AbstractExceptionContext 31 package de.smartics.properties.util does not exist import de.smartics.properties.util.PropertyUtils; ^
de.smartics.exceptions.context.ExceptionContextProperty 21 package de.smartics.properties.core does not exist import de.smartics.properties.core.PropertyEnumeration; ^
de.smartics.exceptions.context.ExceptionContextProperty 22 package de.smartics.properties.core does not exist import de.smartics.properties.core.PropertyEnumerationInfo; ^
de.smartics.exceptions.context.ExceptionContextProperty 23 package de.smartics.properties.core does not exist import de.smartics.properties.core.PropertyValueRange; ^
de.smartics.exceptions.context.ExceptionContextProperty 25 package de.smartics.properties.core does not exist import static de.smartics.properties.core.PropertyEnumerationInfo.create; ^
de.smartics.exceptions.context.ExceptionContextProperty 25 static import only from classes and interfaces import static de.smartics.properties.core.PropertyEnumerationInfo.create; ^
de.smartics.exceptions.context.ExceptionContextProperty 33 cannot find symbol symbol: class PropertyEnumeration public enum ExceptionContextProperty implements PropertyEnumeration ^
de.smartics.exceptions.context.ExceptionContextProperty 67 cannot find symbol symbol : class PropertyEnumerationInfo location: class de.smartics.exceptions.context.ExceptionContextProperty private final PropertyEnumerationInfo info; ^
de.smartics.exceptions.context.ExceptionContextProperty 77 cannot find symbol symbol : class PropertyEnumerationInfo location: class de.smartics.exceptions.context.ExceptionContextProperty private ExceptionContextProperty(final PropertyEnumerationInfo info) ^
de.smartics.exceptions.context.ExceptionContextProperty 148 cannot find symbol symbol : class PropertyValueRange location: class de.smartics.exceptions.context.ExceptionContextProperty public PropertyValueRange<?> getValueRange() ^

Warn Messages

12 warn messages reported.

Class Line Message
de.smartics.exceptions.context.ExceptionContextProperty 117 warning - @inheritDoc used but getType() does not override or implement any method.
de.smartics.exceptions.context.ExceptionContextProperty 148 warning - @inheritDoc used but getValueRange() does not override or implement any method.
de.smartics.exceptions.context.ExceptionContextProperty 127 warning - @inheritDoc used but isMandatory() does not override or implement any method.
de.smartics.exceptions.context.ExceptionContextProperty 117 warning - @inheritDoc used but getType() does not override or implement any method.
de.smartics.exceptions.context.ExceptionContextProperty 117 warning - Tag @see: reference not found: de.smartics.properties.core.PropertyEnumeration#getType()
de.smartics.exceptions.context.ExceptionContextProperty 127 warning - @inheritDoc used but isMandatory() does not override or implement any method.
de.smartics.exceptions.context.ExceptionContextProperty 127 warning - Tag @see: reference not found: de.smartics.properties.core.PropertyEnumeration#isMandatory()
de.smartics.exceptions.context.ExceptionContextProperty 148 warning - @inheritDoc used but getValueRange() does not override or implement any method.
de.smartics.exceptions.context.ExceptionContextProperty 148 warning - Tag @see: reference not found: de.smartics.properties.core.PropertyEnumeration#getValueRange()
de.smartics.exceptions.context.ExceptionContextProperty 117 warning - @inheritDoc used but getType() does not override or implement any method.
de.smartics.exceptions.context.ExceptionContextProperty 148 warning - @inheritDoc used but getValueRange() does not override or implement any method.
de.smartics.exceptions.context.ExceptionContextProperty 127 warning - @inheritDoc used but isMandatory() does not override or implement any method.
generated by maven-apidoc-plugin