PMD Results
The following document contains the results of PMD 7.10.0.
PMD found no problems in your source code.
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': 'values' is already in scope | @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/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 |