Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 69971 invoked from network); 30 Nov 2006 07:05:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Nov 2006 07:05:43 -0000 Received: (qmail 29458 invoked by uid 500); 30 Nov 2006 07:05:52 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 29365 invoked by uid 500); 30 Nov 2006 07:05:52 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 29356 invoked by uid 99); 30 Nov 2006 07:05:52 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Nov 2006 23:05:52 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Nov 2006 23:05:42 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id E99CF7142EC for ; Wed, 29 Nov 2006 23:05:22 -0800 (PST) Message-ID: <11922050.1164870322954.JavaMail.jira@brutus> Date: Wed, 29 Nov 2006 23:05:22 -0800 (PST) From: "Richard Liang (JIRA)" To: commits@harmony.apache.org Subject: [jira] Assigned: (HARMONY-2290) [classlib][luni]InetAddress.isReachable(NetworkInterface,int,int) throws NullPointerExeption when the networkInterface is not bind to a network address In-Reply-To: <4085427.1164344762050.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://issues.apache.org/jira/browse/HARMONY-2290?page=all ] Richard Liang reassigned HARMONY-2290: -------------------------------------- Assignee: Richard Liang > [classlib][luni]InetAddress.isReachable(NetworkInterface,int,int) throws NullPointerExeption when the networkInterface is not bind to a network address > ------------------------------------------------------------------------------------------------------------------------------------------------------- > > Key: HARMONY-2290 > URL: http://issues.apache.org/jira/browse/HARMONY-2290 > Project: Harmony > Issue Type: Bug > Reporter: Leo Li > Assigned To: Richard Liang > Attachments: patch-2290.diff > > > First, we make the interface not bind to a network address in OS. Then > InetAddress destAddress = InetAddress.getByName("www.google.com"); > assertFalse(destAddress.isReachable(loopbackInterface, 10, 1000)); > RI passes and Harmony throws NullPointerException. > Furthermore, if the interface is a loopback interface, RI cannot reach the host outside but only local address while Harmony can. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira