Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - WardB

Pages: [1]
1
Hello,

I have a request about the feature visibility functionality. Can the following functionality be added?

Hide and show:
- Associations
When you import Java source code and place the classes in a class model the following happens: Associations are shown as an attribute of a class AND as an association line. This is against the UML specification, when the association line is shown (with the name of the attribute), then you can not also have that attribute name shown as an attribute of your class.



Add functionality that associations in classes are automatically hidden when an association line with the same name is added to the model.

- Getters and setters
Add functionality to hide al the getters and setters of a certain class.

- Constructors
Add functionality to hide all the constructors of a certain class.

- Attributes and operators that are unimportant to show the model, or even make the model to complex to be easily readable. Like toString(), hashCode(), equals().
Add functionality to be able to switch on and off the visibility per attribute and operation.
Add functionality to be able to switch on and off the visibility of all attributes and/or operations in a diagram that match a certain regular expression pattern.

If any of these options are already possible, please let me know!

Thanks,

Ward

2
Suggestions and Requests / Re: UML Profile for Java
« on: February 19, 2006, 12:37:41 am »
Thanks for giving a solution simonm.

With "just need to import the version of the library that you wish to use" you mean import the jdk1.4 into the model?
The disadvantage of that solution is that the model gets very, very big (about 30 Mb).

Is there another solution?

Thanks,

Ward

3
Suggestions and Requests / UML Profile for Java
« on: February 09, 2006, 11:52:00 pm »
Hello,

I have a request for the following features:
- UML Profile for Java 1.4
- UML Profile for Java 5

So that other stereotypes than boolean, byte, char, double, float, int, long and short are available. But all the Java types, such as String and Date.

If these UML Profiles already exist, where can I get them?

Thanks,

Ward

4
Suggestions and Requests / Improve Java getters and setters generation
« on: February 13, 2006, 08:01:13 am »
Hello,

When you add an attribute in a class diagram, it's posible to mark it as a propertie of a class and let the getter and setter be automatically generated.
But these automatically generated getters and setters do not follow the JavaBean naming convention.
The JavaBean convention for getters and setters is:
getPropertie
setPropertie

but NOT:
getpropertie
setpropertie

So the first letter of an attributename should be capitalized and not a lowercase letter.

My suggestion is to improve this.

Ward

5
General Board / Reverse engineer Java code to Package diagram with
« on: June 01, 2006, 06:49:48 am »
Hello,

I want to document my Java code. Among others I want to make a package diagram with dependencies between the packages.

I successfully imported all my code in EA.
I successfully drag and dropped all my packages in my package diagram.

Now I see all my packages in the package diagram. But the dependencies between the packages aren’t visible.

Does anybody know how to make the dependencies between packages visible?

Thnx,

Ward

Pages: [1]