Checkstyle Results

The following document contains the results of Checkstyle.

Summary

FilesInfosWarningsErrors
3006

Files

FilesIWE
com/mungoknotwise/sqlcli/DescribeCommand.java 001
com/mungoknotwise/sqlcli/PrintStreamedDescribeResultSetExtractor.java 002
com/mungoknotwise/sqlcli/SqlCli.java 003

com/mungoknotwise/sqlcli/DescribeCommand.java

ErrorLine
Error Missing a Javadoc comment. 48

com/mungoknotwise/sqlcli/PrintStreamedDescribeResultSetExtractor.java

ErrorLine
Error Unused import - java.sql.DatabaseMetaData. 18
Error if rparen at indentation level 13 not at correct indentation, 6 217

com/mungoknotwise/sqlcli/SqlCli.java

ErrorLine
Error Catching 'Throwable' is not allowed. 88
Error Parameter object should be final. 782
Error Parameter string should be final. 791