[ https://issues.apache.org/jira/browse/BEAM-930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15663802#comment-15663802 ]
Jean-Baptiste Onofré edited comment on BEAM-930 at 11/14/16 12:37 PM: ---------------------------------------------------------------------- Thanks for the report [~dhalp...@google.com]. I saw to disable findbugs on MongoDBIO. Let me fix that and re-enable it. was (Author: jbonofre): Thanks for the report [~dhalp...@google.com]. I just launched (locally on my machine) findbugs goal and I don't see those errors anymore. Let me double check. > Findbugs doesn't pass in MongoDB > -------------------------------- > > Key: BEAM-930 > URL: https://issues.apache.org/jira/browse/BEAM-930 > Project: Beam > Issue Type: Bug > Components: sdk-java-extensions > Reporter: Daniel Halperin > Assignee: Jean-Baptiste Onofré > > {code} > [INFO] --- findbugs-maven-plugin:3.0.1:check (default) @ > beam-sdks-java-io-mongodb --- > [INFO] BugInstance size is 2 > [INFO] Error size is 0 > [INFO] Total bugs: 2 > [INFO] Boxing/unboxing to parse a primitive > org.apache.beam.sdk.io.mongodb.MongoDbIO$BoundedMongoDbSource.getEstimatedSizeBytes(PipelineOptions) > [org.apache.beam.sdk.io.mongodb.MongoDbIO$BoundedMongoDbSource] At > MongoDbIO.java:[line 227] > [INFO] Class org.apache.beam.sdk.io.mongodb.MongoDbIO$Write$WriteFn defines > non-transient non-serializable instance field client > [org.apache.beam.sdk.io.mongodb.MongoDbIO$Write$WriteFn] In MongoDbIO.java > [INFO] > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)