Return-Path: X-Original-To: apmail-commons-dev-archive@www.apache.org Delivered-To: apmail-commons-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 7161398EB for ; Mon, 30 Jan 2012 19:46:35 +0000 (UTC) Received: (qmail 94467 invoked by uid 500); 30 Jan 2012 19:46:34 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 94352 invoked by uid 500); 30 Jan 2012 19:46:34 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 94344 invoked by uid 99); 30 Jan 2012 19:46:34 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Jan 2012 19:46:34 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of garydgregory@gmail.com designates 209.85.161.171 as permitted sender) Received: from [209.85.161.171] (HELO mail-gx0-f171.google.com) (209.85.161.171) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Jan 2012 19:46:28 +0000 Received: by ggnk3 with SMTP id k3so50799235ggn.30 for ; Mon, 30 Jan 2012 11:46:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=qEq2GiMPszJSgi8N5ZeyorLLIqgJD1ul2zeFv7N+PRw=; b=B6rRikSnubbhg2vA3B+BNobjsHcxU9uyjz9OlLnHdNFTPSMt+YGTny+357vjsJzPmF OBVfSpvevUT48W8Oz6wKo3GXYFMttFUN4A5YJmiTaSwIwaOiConB7Kn9KwZMuZJXegR9 PTSJjvA0+juNcwQEe8AFy5b8++ZCF3bCoIB80= MIME-Version: 1.0 Received: by 10.50.236.67 with SMTP id us3mr19334209igc.14.1327952766286; Mon, 30 Jan 2012 11:46:06 -0800 (PST) Received: by 10.42.224.8 with HTTP; Mon, 30 Jan 2012 11:46:06 -0800 (PST) Date: Mon, 30 Jan 2012 14:46:06 -0500 Message-ID: Subject: [collections] Eclipse compiler problems From: Gary Gregory To: Commons Developers List Content-Type: multipart/alternative; boundary=14dae9340ba9e9bc6b04b7c41894 X-Virus-Checked: Checked by ClamAV on apache.org --14dae9340ba9e9bc6b04b7c41894 Content-Type: text/plain; charset=UTF-8 Hi All: Does anyone else see this in [collections] trunk: Description Resource Path Location Type Name clash: The method get(K) of type MultiMap has the same erasure as get(Object) of type Get but does not override it MultiMap.java /commons-collections/src/java/org/apache/commons/collections line 100 Java Problem Name clash: The method get(K) of type MultiMap has the same erasure as get(Object) of type Map but does not override it MultiMap.java /commons-collections/src/java/org/apache/commons/collections line 100 Java Problem Name clash: The method remove(K) of type MultiMap has the same erasure as remove(Object) of type Get but does not override it MultiMap.java /commons-collections/src/java/org/apache/commons/collections line 146 Java Problem Name clash: The method remove(K) of type MultiMap has the same erasure as remove(Object) of type Map but does not override it MultiMap.java /commons-collections/src/java/org/apache/commons/collections line 146 Java Problem I am using Eclipse Classic 3.7.1. Gary -- E-Mail: garydgregory@gmail.com | ggregory@apache.org JUnit in Action, 2nd Ed: http://bit.ly/ECvg0 Spring Batch in Action: http://bit.ly/bqpbCK Blog: http://garygregory.wordpress.com Home: http://garygregory.com/ Tweet! http://twitter.com/GaryGregory --14dae9340ba9e9bc6b04b7c41894--