You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Mikhail Loenko (JIRA)" <ji...@apache.org> on 2006/06/30 12:40:32 UTC

[jira] Assigned: (HARMONY-711) [classlib][beans] beautifying of several java.beans classes

     [ http://issues.apache.org/jira/browse/HARMONY-711?page=all ]

Mikhail Loenko reassigned HARMONY-711:
--------------------------------------

    Assign To: Mikhail Loenko

> [classlib][beans] beautifying of several java.beans classes
> -----------------------------------------------------------
>
>          Key: HARMONY-711
>          URL: http://issues.apache.org/jira/browse/HARMONY-711
>      Project: Harmony
>         Type: Improvement

>   Components: Classlib
>  Environment: winXP
>     Reporter: Alexei Zakharov
>     Assignee: Mikhail Loenko
>     Priority: Trivial
>  Attachments: java_beans_style.patch
>
> Currently many classes from the beans module violates Sun code conventions. I have reworked some of such classes. Below is the approximate list of corrections I've made to the code:
> 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
> and so on
> List of affected classes from java.beans package:
> BeansDescriptor
> BeanInfoImpl
> BeanInfoWrapper
> Beans
> DefaultPersistenceDelegate
> XMLDecoder
> XMLEncoder
> Please see the attached patch.

-- 
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