Java style on Rational Rose are extreme...

        "Opening braces for methods"
        - true:
            public void incrementEnergy(int quantity) {
          this.energy += quantity;}
        - false:
            public void incrementEnergy(int quantity)
            {
          this.energy += quantity;
            }

        Ain't there anything like:
            public void incrementEnergy(int quantity) {
          this.energy += quantity;
            }

        ?...
        Opening braces for methods not on new line, closing on new line... ";}" is
ugly as hell...:|

        Thank you

************************************************************************
* Rose Forum is a public venue for ideas and discussions.
* For technical support, visit http://www.rational.com/support
*
* Admin.Subscription Requests: [EMAIL PROTECTED]
* Archive of messages: http://www.rational.com/support/usergroups/rose/rose_forum.jsp
* Other Requests: [EMAIL PROTECTED]
*
* To unsubscribe from the list, please send email
*
* To: [EMAIL PROTECTED]
* Subject:<BLANK>
* Body: unsubscribe rose_forum
*
*************************************************************************

Reply via email to