Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 74142 invoked from network); 4 May 2007 14:04:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 May 2007 14:04:36 -0000 Received: (qmail 38693 invoked by uid 500); 4 May 2007 14:04:42 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 38658 invoked by uid 500); 4 May 2007 14:04:42 -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 38642 invoked by uid 99); 4 May 2007 14:04:42 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 May 2007 07:04:42 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED 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; Fri, 04 May 2007 07:04:35 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 72A45714049 for ; Fri, 4 May 2007 07:04:15 -0700 (PDT) Message-ID: <15750530.1178287455467.JavaMail.jira@brutus> Date: Fri, 4 May 2007 07:04:15 -0700 (PDT) From: "Alexey Petrenko (JIRA)" To: commits@harmony.apache.org Subject: [jira] Resolved: (HARMONY-3815) [classlib][sql] japitool reports errors for sql module In-Reply-To: <14690535.1178282955459.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 [ https://issues.apache.org/jira/browse/HARMONY-3815?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexey Petrenko resolved HARMONY-3815. -------------------------------------- Resolution: Fixed The patch has been applied. > [classlib][sql] japitool reports errors for sql module > ------------------------------------------------------ > > Key: HARMONY-3815 > URL: https://issues.apache.org/jira/browse/HARMONY-3815 > Project: Harmony > Issue Type: Bug > Components: Classlib > Reporter: Alexey Petrenko > Assigned To: Alexey Petrenko > > javax.sql.rowset.serial > Bad: 2 methods. Missing: 2 constructors. > Bad > method javax.sql.rowset.serial.SerialStruct.getSQLTypeName(): doesn't throw javax.sql.rowset.serial.SerialException in harmony.javajavax, but throws javax.sql.rowset.serial.SerialException in jdk15.javajavax > method javax.sql.rowset.serial.SerialStruct.getSQLTypeName(): throws java.sql.SQLException in harmony.javajavax, but doesn't throw java.sql.SQLException in jdk15.javajavax > Missing > constructor javax.sql.rowset.serial.SQLInputImpl(): missing in jdk15.javajavax > constructor javax.sql.rowset.serial.SQLOutputImpl(): missing in jdk15.javajavax > javax.sql.rowset.spi > Missing: 1 constructor. > Missing > constructor javax.sql.rowset.spi.SyncFactory(): missing in jdk15.javajavax -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.