Return-Path: X-Original-To: apmail-giraph-dev-archive@www.apache.org Delivered-To: apmail-giraph-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A229E10008 for ; Tue, 27 Aug 2013 13:44:57 +0000 (UTC) Received: (qmail 62017 invoked by uid 500); 27 Aug 2013 13:44:56 -0000 Delivered-To: apmail-giraph-dev-archive@giraph.apache.org Received: (qmail 59585 invoked by uid 500); 27 Aug 2013 13:44:53 -0000 Mailing-List: contact dev-help@giraph.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@giraph.apache.org Delivered-To: mailing list dev@giraph.apache.org Received: (qmail 58588 invoked by uid 500); 27 Aug 2013 13:44:52 -0000 Delivered-To: apmail-incubator-giraph-dev@incubator.apache.org Received: (qmail 58578 invoked by uid 99); 27 Aug 2013 13:44:52 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Aug 2013 13:44:52 +0000 Date: Tue, 27 Aug 2013 13:44:52 +0000 (UTC) From: "Armando Miraglia (JIRA)" To: giraph-dev@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (GIRAPH-751) Build error: convertEdgeToLine in two different classes have the same erasure, yet neither overrides the other MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/GIRAPH-751?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Armando Miraglia updated GIRAPH-751: ------------------------------------ Attachment: GIRAPH-751.patch After a deeper check I realized that the approach can be kept the same. To fix the compilation error is sufficient to make generic the inner-classes. > Build error: convertEdgeToLine in two different classes have the same erasure, yet neither overrides the other > -------------------------------------------------------------------------------------------------------------- > > Key: GIRAPH-751 > URL: https://issues.apache.org/jira/browse/GIRAPH-751 > Project: Giraph > Issue Type: Bug > Reporter: Kyle Orlando > Attachments: GIRAPH-751.patch, GIRAPH-751.patch > > > Build error: convertEdgeToLine in org.apache.giraph.io.formats.SrcIdDstIdEdgeValueTextOutputFormat.SrcIdDstIdEdgeValueEdgeWriter and convertEdgeToLine in org.apache.giraph.io.formats.TextEdgeOutputFormat.TextEdgeWriterToEachLine have the same erasure, yet neither overrides the other -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira