SqlCli (SQL Command Line Interpreter)
Last published: 20 October 2004 | Doc for 1.0-beta-2
Overview
About
Development Roadmap
Downloads
Project News Feeds
Project Documentation
About SqlCli (SQL Command Line Interpreter)
Project Info
Project Reports
Metrics
Checkstyle
Changes
Change Log
File Activity
Developer Activity
JavaDocs
JavaDoc Report
JavaDoc Warnings Report
JavaDoc Audit
Source Xref
JCoverage
Task List
PMD Report
Simian Report
Development Process
Checkstyle Results
The following document contains the results of
Checkstyle
.
Summary
Files
Infos
Warnings
Errors
3
0
0
6
Files
Files
I
W
E
com/mungoknotwise/sqlcli/DescribeCommand.java
0
0
1
com/mungoknotwise/sqlcli/PrintStreamedDescribeResultSetExtractor.java
0
0
2
com/mungoknotwise/sqlcli/SqlCli.java
0
0
3
com/mungoknotwise/sqlcli/DescribeCommand.java
Error
Line
Missing a Javadoc comment.
48
com/mungoknotwise/sqlcli/PrintStreamedDescribeResultSetExtractor.java
Error
Line
Unused import - java.sql.DatabaseMetaData.
18
if rparen at indentation level 13 not at correct indentation, 6
217
com/mungoknotwise/sqlcli/SqlCli.java
Error
Line
Catching 'Throwable' is not allowed.
88
Parameter object should be final.
782
Parameter string should be final.
791