What version of Rose are you using.  Rose 2001A allows you to specify whether or not 
you
want your opening braces on new lines for classes and methods.  Just take a look in the
Tools->Java/J2EE->Project Specification dialog box (under the Style tab).



Frederico Rodrigues Abraham wrote:

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

--
---
Annamalai "Vishu" Viswanathan  --  [EMAIL PROTECTED]
Rose Technical Support Engineer
Rational WW Customer Service

We value your feedback and encourage you to respond to the Rational
Customer Service survey you may receive regarding this case.

---

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