[ https://issues.apache.org/jira/browse/FLINK-4132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Greg Hogan closed FLINK-4132. ----------------------------- Resolution: Fixed Implemented in 7324b9c1703e4673a98c8edb3f09465d0ea9cdfe > Fix boxed comparison in CommunityDetection algorithm > ---------------------------------------------------- > > Key: FLINK-4132 > URL: https://issues.apache.org/jira/browse/FLINK-4132 > Project: Flink > Issue Type: Bug > Components: Gelly > Affects Versions: 1.1.0 > Reporter: Greg Hogan > Assignee: Greg Hogan > Priority: Minor > Fix For: 1.1.0 > > > IntelliJ notes that testing boxed primitives for equality will compare > pointer values. We should be using primitives types. > {code} > if (maxScoreLabel != vertex.getValue().f0) { > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)