public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/20978] New: Failure to detect unhandled exception
@ 2005-04-12 20:23 mckinlay at redhat dot com
  2005-04-12 20:26 ` [Bug java/20978] " pinskia at gcc dot gnu dot org
  0 siblings, 1 reply; 2+ messages in thread
From: mckinlay at redhat dot com @ 2005-04-12 20:23 UTC (permalink / raw)
  To: java-prs

In some cases GCJ fails to detect unhandled exceptions. In the code below, the
method x() is invalid because FileChannel.close() can throw an IOException. GCJ
should report an error stating that the exception must be caught or declared to
be thrown.

import java.nio.channels.*;

public class FCIO
{
  FileChannel fc;
  
  public void x()
  {
    fc.close();
  }
}

-- 
           Summary: Failure to detect unhandled exception
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Keywords: accepts-invalid
          Severity: normal
          Priority: P2
         Component: java
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: mckinlay at redhat dot com
                CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu
                    dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20978


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Bug java/20978] Failure to detect unhandled exception
  2005-04-12 20:23 [Bug java/20978] New: Failure to detect unhandled exception mckinlay at redhat dot com
@ 2005-04-12 20:26 ` pinskia at gcc dot gnu dot org
  0 siblings, 0 replies; 2+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-04-12 20:26 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-04-12 20:26 -------
Confirmed, there might be another bug like this somewhere.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-04-12 20:26:11
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20978


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-04-12 20:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-04-12 20:23 [Bug java/20978] New: Failure to detect unhandled exception mckinlay at redhat dot com
2005-04-12 20:26 ` [Bug java/20978] " pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).