From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28602 invoked by alias); 17 Jun 2003 01:41:59 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 28589 invoked by uid 48); 17 Jun 2003 01:41:58 -0000 Date: Tue, 17 Jun 2003 01:41:00 -0000 Message-ID: <20030617014158.28588.qmail@sources.redhat.com> From: "tromey@redhat.com" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20021118131601.8626.tromey@redhat.com> References: <20021118131601.8626.tromey@redhat.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug java/8626] warn for non-static references to static members X-Bugzilla-Reason: CC X-SW-Source: 2003-06/txt/msg01872.txt.bz2 List-Id: PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=8626 ------- Additional Comments From tromey@redhat.com 2003-06-17 01:41 ------- What this means is give a warning if you write, eg: foo.bar() where "bar" is a static method. This is perfectly valid, but weird. The eclipse compiler, and rightly so I think, flags this as a warning.