PMD Results

The following document contains the results of PMD 7.7.0.

Violations By Priority

Priority 4

net/ucanaccess/converters/LoadJet.java

Rule Violation Line
UnnecessaryImport Unused import 'net.ucanaccess.triggers.*' 20

Files

net/ucanaccess/converters/LoadJet.java

Rule Violation Priority Line
UnnecessaryImport Unused import 'net.ucanaccess.triggers.*' 4 20

Suppressed Violations

Filename Rule message Suppression type Reason
net/ucanaccess/converters/Functions.java Unnecessary cast (double) @suppresswarnings
net/ucanaccess/converters/LoadJet.java Consider using a try-with-resources statement instead of explicitly closing the resource @suppresswarnings
net/ucanaccess/converters/LoadJet.java Consider using a try-with-resources statement instead of explicitly closing the resource @suppresswarnings
net/ucanaccess/converters/SQLConverter.java Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. @suppresswarnings
net/ucanaccess/converters/SQLConverter.java Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. @suppresswarnings
net/ucanaccess/converters/SQLConverter.java Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. @suppresswarnings
net/ucanaccess/converters/SQLConverter.java Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. @suppresswarnings
net/ucanaccess/converters/SQLConverter.java Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. @suppresswarnings
net/ucanaccess/converters/SQLConverter.java Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. @suppresswarnings
net/ucanaccess/converters/SQLConverter.java Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. @suppresswarnings
net/ucanaccess/converters/SQLConverter.java Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. @suppresswarnings
net/ucanaccess/converters/SQLConverter.java Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. @suppresswarnings
net/ucanaccess/converters/SQLConverter.java Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. @suppresswarnings
net/ucanaccess/converters/SQLConverter.java Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. @suppresswarnings
net/ucanaccess/converters/SQLConverter.java Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. @suppresswarnings
net/ucanaccess/converters/SQLConverter.java Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. @suppresswarnings
net/ucanaccess/converters/SQLConverter.java Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. @suppresswarnings
net/ucanaccess/converters/SQLConverter.java Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. @suppresswarnings
net/ucanaccess/converters/SQLConverter.java Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. @suppresswarnings
net/ucanaccess/converters/SQLConverter.java Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. @suppresswarnings
net/ucanaccess/converters/SQLConverter.java Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. @suppresswarnings
net/ucanaccess/converters/SQLConverter.java Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. @suppresswarnings
net/ucanaccess/converters/SQLConverter.java Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. @suppresswarnings
net/ucanaccess/converters/SQLConverter.java Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. @suppresswarnings
net/ucanaccess/converters/SQLConverter.java Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. @suppresswarnings
net/ucanaccess/converters/SQLConverter.java Unnecessary qualifier 'DDLType': 'DROP_TABLE_CASCADE' is already in scope because it is declared in an enclosing type @suppresswarnings
net/ucanaccess/converters/SQLConverter.java Unnecessary qualifier 'DDLType': 'values' is already in scope @suppresswarnings
net/ucanaccess/jdbc/AbstractExecute.java Avoid unused local variables such as 'ps'. @suppresswarnings
net/ucanaccess/util/IThrowingSupplier.java Explicit type arguments can be replaced by a diamond: `new Supplier<>()` @suppresswarnings