Return-Path: X-Original-To: apmail-ofbiz-dev-archive@www.apache.org Delivered-To: apmail-ofbiz-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 B1B7DD780 for ; Mon, 17 Sep 2012 09:04:58 +0000 (UTC) Received: (qmail 2394 invoked by uid 500); 17 Sep 2012 09:04:58 -0000 Delivered-To: apmail-ofbiz-dev-archive@ofbiz.apache.org Received: (qmail 2237 invoked by uid 500); 17 Sep 2012 09:04:57 -0000 Mailing-List: contact dev-help@ofbiz.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ofbiz.apache.org Delivered-To: mailing list dev@ofbiz.apache.org Received: (qmail 2205 invoked by uid 99); 17 Sep 2012 09:04:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Sep 2012 09:04:57 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [93.17.128.11] (HELO smtp22.services.sfr.fr) (93.17.128.11) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Sep 2012 09:04:50 +0000 Received: from filter.sfr.fr (localhost [127.0.0.1]) by msfrf2206.sfr.fr (SMTP Server) with ESMTP id E2D3F70000BF for ; Mon, 17 Sep 2012 11:04:27 +0200 (CEST) Received: from inspiron530 (unknown [95.176.58.65]) by msfrf2206.sfr.fr (SMTP Server) with SMTP id B192070000BC for ; Mon, 17 Sep 2012 11:04:27 +0200 (CEST) X-SFR-UUID: 20120917090427727.B192070000BC@msfrf2206.sfr.fr Message-ID: <5DBE4F5A6F1B4ADFAC3ABD26671D8FF9@inspiron530> From: "Jacques Le Roux" To: References: <3F5BAF03AE7845AABE0ED5302BC78128@inspiron530> <5056E016.9050504@sandglass-software.com> Subject: Re: Useless @Override annotations? Date: Mon, 17 Sep 2012 11:04:19 +0200 Organization: Les Arts Informatiques MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.5931 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 X-Virus-Checked: Checked by ClamAV on apache.org Yes thanks, I know that, I just wonder why Eclipse shows errors, maybe an Eclipse setting in "Java/Compiler/Errors-Warnings" then? Jacques From: "Adrian Crum" > @Override is useful in 1.6 and later. The compiler will warn you if the > super class or interface being overridden has changed. > > -Adrian > > On 9/17/2012 9:25 AM, Jacques Le Roux wrote: >> Hi, >> >> By chance I looked into Eclipse Problems View and I found a lot of >> "errors" regarding @Override annotations >> Are they supposed to be used later of simply left out there? >> >> Thanks >> >> Jacques >