I'm a beginner with Rational Rose for Java and I don't find how to
customize it to:
* Use a different tree structure for the "Logical View" and the
"Component View".
* Avoid fully-qualified-types in method signatures.
Is it possible?
I explain both issues in detail:
I wanted to have:
Logical View
package1
package2
Component View
com
company
product
package1
package2
Also, for all the methods signatures, the code generated look like this:
//Source file: D:\RoseTests\com\company\product1\Class2.java
package com.company.product1;
public class Class2
{
public Class2()
{
}
/**
@roseuid 3A8949900063
*/
private package1.Class1 opname()
{
}
}
Using fully-qualified-types for all method properties and return. This is ok
but I prefer to have the import sentences and no fully-qualified-types.
Thanks a lot,
Javier Lozano.
************************************************************************
* 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
*
*************************************************************************