Last published: Jun 22, 2006 | Doc for 1.1
Interaction Tag Library
Overview
Tags
Changes
Project Documentation
About commons-jelly-tags-interaction
Downloads
Project Info
Project Reports
Changes
Checkstyle
Developer Activity
File Activity
JavaDocs
JavaDoc Report
JavaDoc Warnings Report
JCoverage
Metrics
Jelly Tag Documentation
Unit Tests
Source Xref
Test Xref
Project License
PMD Report
Task List
Development Process
Checkstyle Results
The following document contains the results of
Checkstyle
.
Summary
Files
Infos
Warnings
Errors
6
1
6
0
Files
Files
I
W
E
org/apache/commons/jelly/tags/interaction/AskTag.java
1
6
0
org/apache/commons/jelly/tags/interaction/AskTag.java
Error
Line
Wrong order for 'org.apache.commons.logging.Log' import.
29
Missing a Javadoc comment.
43
Field 'logger' is used in only one method.
43
Field 'consoleHistory' is used in only one method.
46
Field 'prompt' is used in only one method.
61
Cyclomatic Complexity is 16 (max allowed is 10).
138
Avoid inline conditionals.
173