Checkstyle Results

The following document contains the results of Checkstyle .

Summary

Files Infos Warnings Errors
20 0 0 10

Files

Files I W E
org/exolab/jms/common/threads/DefaultThreadPoolFactory.java 0 0 3
org/exolab/jms/common/threads/ThreadPool.java 0 0 5
org/exolab/jms/common/threads/ThreadPoolFactory.java 0 0 2

org/exolab/jms/common/threads/DefaultThreadPoolFactory.java

Error Line
Error Expected an @return tag. 82
Error Expected an @return tag. 94
Error Line is longer than 80 characters. 94

org/exolab/jms/common/threads/ThreadPool.java

Error Line
Error Redundant import from the same package - org.exolab.jms.common.threads.ThreadFactory. 53
Error Redundant import from the same package - org.exolab.jms.common.threads.ThreadListener. 54
Error Expected @param tag for 'command'. 167
Error Expected @throws tag for 'InterruptedException'. 167
Error Missing a Javadoc comment. 176

org/exolab/jms/common/threads/ThreadPoolFactory.java

Error Line
Error Expected an @return tag. 66
Error Expected an @return tag. 76