The analysis of the Javadoc comments detected the following issues.
3 error messages reported.
Class | Line | Message |
---|---|---|
de.smartics.maven.util.log4j.Log4jConfigurator | 18 | package org.apache.log4j does not exist import org.apache.log4j.Level; ^ |
de.smartics.maven.util.log4j.Log4jConfigurator | 19 | package org.apache.log4j does not exist import org.apache.log4j.Logger; ^ |
de.smartics.maven.util.log4j.Log4jConfigurator | 71 | cannot find symbol symbol : class Level location: class de.smartics.maven.util.log4j.Log4jConfigurator private Level determineLog4jLevel(final String level) ^ |