From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23934 invoked by alias); 27 Feb 2003 03:26:01 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 23903 invoked by uid 71); 27 Feb 2003 03:26:01 -0000 Resent-Date: 27 Feb 2003 03:26:01 -0000 Resent-Message-ID: <20030227032601.23902.qmail@sources.redhat.com> Resent-From: gcc-gnats@gcc.gnu.org (GNATS Filer) Resent-Cc: gcc-prs@gcc.gnu.org, gcc-bugs@gcc.gnu.org, java-prs@gcc.gnu.org Resent-Reply-To: gcc-gnats@gcc.gnu.org, jjc@jclark.com Received: (qmail 22464 invoked by uid 48); 27 Feb 2003 03:23:43 -0000 Message-Id: <20030227032343.22463.qmail@sources.redhat.com> Date: Thu, 27 Feb 2003 03:26:00 -0000 From: jjc@jclark.com Reply-To: jjc@jclark.com To: gcc-gnats@gcc.gnu.org X-Send-Pr-Version: gnatsweb-2.9.3 (1.1.1.1.2.31) Subject: java/9869: Inner class of implemented interface not found X-SW-Source: 2003-02/txt/msg01403.txt.bz2 List-Id: >Number: 9869 >Category: java >Synopsis: Inner class of implemented interface not found >Confidential: no >Severity: serious >Priority: medium >Responsible: unassigned >State: open >Class: sw-bug >Submitter-Id: net >Arrival-Date: Thu Feb 27 03:26:00 UTC 2003 >Closed-Date: >Last-Modified: >Originator: jjc@jclark.com >Release: gcc version 3.3 20030217 (prerelease) >Organization: >Environment: >Description: A.java: interface A { class B { } } C.java: class C implements A { void foo(B b) { } } $ gcj C.java A.java C.java:2: error: Type `B' not found in the declaration of the argument `b' of method `foo'. void foo(B b) { } ^ 1 error >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: