FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 1.2.0

Threshold is Low

Effort is Default

Summary

ClassesBugsErrorsMissing Classes
116300

Files

ClassBugs
org.apache.camel.component.file.remote.RemoteFileConsumer1
org.apache.camel.component.file.remote.SftpConsumer2

org.apache.camel.component.file.remote.RemoteFileConsumer

BugCategoryDetailsLine
Unread field: org.apache.camel.component.file.remote.RemoteFileConsumer.endpointPERFORMANCEURF_UNREAD_FIELD29

org.apache.camel.component.file.remote.SftpConsumer

BugCategoryDetailsLine
Result of integer multiplication cast to long in org.apache.camel.component.file.remote.SftpConsumer.pollFile(ChannelSftp$LsEntry)STYLEICAST_INTEGER_MULTIPLY_CAST_TO_LONG78
Method org.apache.camel.component.file.remote.SftpConsumer.pollDirectory(String) uses Collection.toArray() with zero-length array argumentPERFORMANCEITA_INEFFICIENT_TO_ARRAY60