The following document contains the results of FindBugs Report
FindBugs Version is 1.2.0
Threshold is Low
Effort is Default
Classes | Bugs | Errors | Missing Classes |
---|---|---|---|
116 | 3 | 0 | 0 |
Class | Bugs |
---|---|
org.apache.camel.component.file.remote.RemoteFileConsumer | 1 |
org.apache.camel.component.file.remote.SftpConsumer | 2 |
Bug | Category | Details | Line |
---|---|---|---|
Unread field: org.apache.camel.component.file.remote.RemoteFileConsumer.endpoint | PERFORMANCE | URF_UNREAD_FIELD | 29 |
Bug | Category | Details | Line |
---|---|---|---|
Result of integer multiplication cast to long in org.apache.camel.component.file.remote.SftpConsumer.pollFile(ChannelSftp$LsEntry) | STYLE | ICAST_INTEGER_MULTIPLY_CAST_TO_LONG | 78 |
Method org.apache.camel.component.file.remote.SftpConsumer.pollDirectory(String) uses Collection.toArray() with zero-length array argument | PERFORMANCE | ITA_INEFFICIENT_TO_ARRAY | 60 |