You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/07/09 06:26:00 UTC

[jira] [Commented] (BEAM-934) Findbugs doesn't pass in Java8 Examples

    [ https://issues.apache.org/jira/browse/BEAM-934?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16079482#comment-16079482 ] 

ASF GitHub Bot commented on BEAM-934:
-------------------------------------

GitHub user eralmas7 opened a pull request:

    https://github.com/apache/beam/pull/3526

    BEAM-934 Findbugs doesn't pass in Java8 Examples

    Maven Build result:
    
    ...
    [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ beam-examples-java8 ---
    [INFO] Installing C:\workspace-apache\beam\examples\java8\target\beam-examples-java8-2.2.0-SNAPSHOT.jar to C:\Users\almass\.m2\repository\org\apache\beam\beam-examples-java8\2.2.0-SNAPSHOT\beam-examples-java8-2.2.0-SNAPSHOT.jar
    [INFO] Installing C:\workspace-apache\beam\examples\java8\dependency-reduced-pom.xml to C:\Users\almass\.m2\repository\org\apache\beam\beam-examples-java8\2.2.0-SNAPSHOT\beam-examples-java8-2.2.0-SNAPSHOT.pom
    [INFO] Installing C:\workspace-apache\beam\examples\java8\target\beam-examples-java8-2.2.0-SNAPSHOT-tests.jar to C:\Users\almass\.m2\repository\org\apache\beam\beam-examples-java8\2.2.0-SNAPSHOT\beam-examples-java8-2.2.0-SNAPSHOT-tests.jar
    [INFO] Installing C:\workspace-apache\beam\examples\java8\target\beam-examples-java8-2.2.0-SNAPSHOT-tests.jar to C:\Users\almass\.m2\repository\org\apache\beam\beam-examples-java8\2.2.0-SNAPSHOT\beam-examples-java8-2.2.0-SNAPSHOT-tests.jar
    [INFO] ------------------------------------------------------------------------
    [INFO] BUILD SUCCESS
    [INFO] ------------------------------------------------------------------------
    [INFO] Total time: 02:20 min
    [INFO] Finished at: 2017-07-09T11:49:43+05:30
    [INFO] Final Memory: 30M/109M
    [INFO] ------------------------------------------------------------------------

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/eralmas7/beam bugFix-934

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/beam/pull/3526.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #3526
    
----
commit c909c9efe97632a9a9ab19ca6a6d99f3c8c5ffe0
Author: eralmas7 <er...@yahoo.com>
Date:   2017-07-09T06:20:52Z

    BEAM-934 Fixed build by fixing firebug error.

----


> Findbugs doesn't pass in Java8 Examples
> ---------------------------------------
>
>                 Key: BEAM-934
>                 URL: https://issues.apache.org/jira/browse/BEAM-934
>             Project: Beam
>          Issue Type: Bug
>          Components: examples-java
>            Reporter: Daniel Halperin
>              Labels: newbie, starter
>
> {code}
> [INFO] --- findbugs-maven-plugin:3.0.1:check (default) @ beam-examples-java8 ---
> [INFO] BugInstance size is 2
> [INFO] Error size is 0
> [INFO] Total bugs: 2
> [INFO] Result of integer multiplication cast to long in org.apache.beam.examples.complete.game.injector.Injector$TeamInfo.getEndTimeInMillis() [org.apache.beam.examples.complete.game.injector.Injector$TeamInfo] At Injector.java:[line 170]
> [INFO] Format string should use %n rather than \n in org.apache.beam.examples.complete.game.injector.InjectorUtils.createTopic(Pubsub, String) [org.apache.beam.examples.complete.game.injector.InjectorUtils] At InjectorUtils.java:[line 96]
> [INFO]      
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)