Return-Path: Delivered-To: apmail-incubator-harmony-commits-archive@www.apache.org Received: (qmail 67739 invoked from network); 10 Jul 2006 16:37:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 10 Jul 2006 16:37:33 -0000 Received: (qmail 96496 invoked by uid 500); 10 Jul 2006 16:37:33 -0000 Delivered-To: apmail-incubator-harmony-commits-archive@incubator.apache.org Received: (qmail 96463 invoked by uid 500); 10 Jul 2006 16:37:33 -0000 Mailing-List: contact harmony-commits-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-commits@incubator.apache.org Received: (qmail 96447 invoked by uid 99); 10 Jul 2006 16:37:33 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Jul 2006 09:37:33 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Jul 2006 09:37:30 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C5FF3410483 for ; Mon, 10 Jul 2006 16:35:29 +0000 (GMT) Message-ID: <31766983.1152549329789.JavaMail.jira@brutus> Date: Mon, 10 Jul 2006 16:35:29 +0000 (GMT+00:00) From: "Alexei Zakharov (JIRA)" To: harmony-commits@incubator.apache.org Subject: [jira] Created: (HARMONY-820) [classlib][beans] beautifying of java.beans classes (2) 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 [classlib][beans] beautifying of java.beans classes (2) ------------------------------------------------------- Key: HARMONY-820 URL: http://issues.apache.org/jira/browse/HARMONY-820 Project: Harmony Type: Improvement Components: Classlib Environment: winXP Reporter: Alexei Zakharov Priority: Trivial Attachments: java_beans_style2.patch I applied Sun code conventions to following classes from java.beans package: Encoder EventHandler EventSetDescriptor List of changes: 1. Insert blank line before beginning of new block 2. White space after if, while etc. 3. Wrap lines longer than 80 characters 4. All variables are defined at the beginning of the block 5. Blank line after variable declaration block etc. Please see the patch attached. -- 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