Last published: 01 November 2004 | Doc for 3.1.1
runtime
|
generator
|
maven-plugin
Torque
Overview
News and Status
Downloads
Torque Wiki
Guides
Tutorial
User Guide
Inheritance Guide
Developer Guide
Howto Guides
Caching Howto
Criteria Howto
Pool-config Howto
Maven Howto
Peers Howto
Database Howto Guides
MS SQL Server Howto
Oracle Howto
Postgres Howto
Sybase Howto
Development
DB Adapters
References
Todo
Historic Changes
Project Documentation
About Torque
Project Info
Project Reports
Metrics
Checkstyle
Changes
Change Log
File Activity
Developer Activity
JavaDocs
JavaDoc Report
Source Xref
Test Xref
Unit Tests
Project License
Task List
PMD Report
Simian Report
JCoverage
Development Process
Legend
External Link
Opens in a new window
PMD Results
The following document contains the results of
PMD
.
Summary
Files
Errors
9
17
Files
Files
Violations
org/apache/torque/dsfactory/JndiDataSourceFactory.java
2
org/apache/torque/manager/AbstractBaseManager.java
1
org/apache/torque/oid/IDBroker.java
1
org/apache/torque/om/DateKey.java
1
org/apache/torque/om/ObjectKey.java
1
org/apache/torque/om/StringKey.java
1
org/apache/torque/pool/ConnectionPool.java
3
org/apache/torque/util/BasePeer.java
6
org/apache/torque/util/Criteria.java
1
org/apache/torque/dsfactory/JndiDataSourceFactory.java
Violation
Line
Avoid empty catch blocks
268
Avoid empty catch blocks
281
org/apache/torque/manager/AbstractBaseManager.java
Violation
Line
Avoid empty 'if' statements
506
org/apache/torque/oid/IDBroker.java
Violation
Line
Avoid empty catch blocks
228
org/apache/torque/om/DateKey.java
Violation
Line
Ensure you override both equals() and hashCode()
123
org/apache/torque/om/ObjectKey.java
Violation
Line
Ensure you override both equals() and hashCode()
52
org/apache/torque/om/StringKey.java
Violation
Line
Ensure you override both equals() and hashCode()
110
org/apache/torque/pool/ConnectionPool.java
Violation
Line
Avoid empty catch blocks
414
Avoid empty catch blocks
510
Avoid empty catch blocks
519
org/apache/torque/util/BasePeer.java
Violation
Line
Avoid empty catch blocks
163
Avoid empty catch blocks
174
Avoid empty catch blocks
185
Avoid empty catch blocks
361
Avoid empty catch blocks
563
Avoid empty catch blocks
1407
org/apache/torque/util/Criteria.java
Violation
Line
Avoid empty catch blocks
1746