Does anyone know how to get RoseJ to generate Java dummy methods for non-void operations? For example, when I generate the code for a class that has 15 setters and 15 getters, I get 15 compile errors (at least) because the 15 getter methods don't return anything. When I work in Visual Age for Java (for example) and create a non-void method, it automatically inserts a "return null;" into the body (or "return false" for booleans, "return 0" for ints, etc.). If would be really nice if I could automatically do something similar in Rose. Thanks for any and all insights!!, Scott Davidson ************************************************************************ * 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/products/rose/usergroups/rose_forum.jtmpl * Other Requests: [EMAIL PROTECTED] * * To unsubscribe from the list, please send email * * To: [EMAIL PROTECTED] * Subject:<BLANK> * Body: unsubscribe rose_forum * *************************************************************************
