Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 62789 invoked from network); 25 Jan 2007 13:46:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Jan 2007 13:46:24 -0000 Received: (qmail 40131 invoked by uid 500); 25 Jan 2007 13:46:18 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 39997 invoked by uid 500); 25 Jan 2007 13:46:17 -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 39888 invoked by uid 99); 25 Jan 2007 13:46:17 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Jan 2007 05:46:17 -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; Thu, 25 Jan 2007 05:46:09 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A3B557142E2 for ; Thu, 25 Jan 2007 05:45:49 -0800 (PST) Message-ID: <18163759.1169732749666.JavaMail.jira@brutus> Date: Thu, 25 Jan 2007 05:45:49 -0800 (PST) From: "Mikhail Loenko (JIRA)" To: commits@harmony.apache.org Subject: [jira] Closed: (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 [ https://issues.apache.org/jira/browse/HARMONY-820?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikhail Loenko closed HARMONY-820. ---------------------------------- Yes, or I can do it myself > [classlib][beans] beautifying of java.beans classes (2) > ------------------------------------------------------- > > Key: HARMONY-820 > URL: https://issues.apache.org/jira/browse/HARMONY-820 > Project: Harmony > Issue Type: Improvement > Components: Classlib > Environment: winXP > Reporter: Alexei Zakharov > Assigned To: Mikhail Loenko > 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. - You can reply to this email to add a comment to the issue online.