From harmony-dev-return-4966-apmail-incubator-harmony-dev-archive=incubator.apache.org@incubator.apache.org Thu Mar 02 04:43:25 2006 Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 8513 invoked from network); 2 Mar 2006 04:43:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 Mar 2006 04:43:20 -0000 Received: (qmail 92203 invoked by uid 500); 2 Mar 2006 04:44:04 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 92090 invoked by uid 500); 2 Mar 2006 04:44:03 -0000 Mailing-List: contact harmony-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-dev@incubator.apache.org Received: (qmail 92078 invoked by uid 99); 2 Mar 2006 04:44:03 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Mar 2006 20:44:01 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 747B2DC for ; Thu, 2 Mar 2006 05:43:40 +0100 (CET) Message-ID: <911903455.1141274620394.JavaMail.jira@ajax.apache.org> Date: Thu, 2 Mar 2006 05:43:40 +0100 (CET) From: "karan singh malhi (JIRA)" To: harmony-dev@incubator.apache.org Subject: [jira] Created: (HARMONY-151) RI docs does not specify values for constant fields in javax.accessibility.AccessibleAction interface MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N RI docs does not specify values for constant fields in javax.accessibility.AccessibleAction interface ----------------------------------------------------------------------------------------------------- Key: HARMONY-151 URL: http://issues.apache.org/jira/browse/HARMONY-151 Project: Harmony Type: Bug Components: Classlib Reporter: karan singh malhi The RI docs do not specify the Constant field values for the three fields defined in the javax.accessibility.AccessibleAction interface However, the following code displays the values in those fields: ---------------------------------------------------------------------------------------- public class AccessibleActionTest { public static void main(String[] args) { System.out.println(AccessibleAction.DECREMENT ); System.out.println(AccessibleAction.INCREMENT ); System.out.println(AccessibleAction.TOGGLE_EXPAND); } } ---------------------------------------------------------------------------------------- The output is : decrement increment toggle expand Should we go ahead and initialize the fields of the AccessibleAction interface with the values obtained from the above output ? -- 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