| Detector: | Findbugs |
| Target: | project ' jodatime ' version1231 |
| Misuse: | misuse ' findbugs-1 ' |
| Tags: |
Details about the known misuse from the MUBench dataset.
| Description: | Invocation of inefficient new Integer(int) constructor, better to use Integer.valueOf(int) instead. |
| Fix Description: | |
| Violation Types: |
|
| In File: | org/joda/time/contrib/hibernate/PersistentLocalTimeExact.java |
| In Method: | nullSafeSet(PreparedStatement, Object, int) |
| Code with Misuse: |
|