Support,
I too appear to be having a similar problem when trying to add a new Class Diagram to the existing package as outline in the tutorial. When following the tutorial’s instructions or Kapil’s instructions above, it adds a new Class Diagram 2 at the same level as the previous Class Diagram 1 containing the Package (com.webstock.model). When I then add my class to Class Diagram 2, I noticed that selecting the Go Up icon in the Properties tab takes me to the proper package. In addition, when I try to remove the Class Diagram 1 containing the Package and supposed Class Diagram with my Classes, it acutally deletes the Class Diagram 1 and the Package (com.webstock.mode). I have reviewed the tutorial several times and retried different steps but none appear to be working.
So my question are:
1. Is there a problem in Eclipse with displaying the hierarchy in the Outline table?
2. If what I’ve described is correct, how would you determine the heirarch of the object without using the Go Up cion in the Properties tab toolbar?
3. Can you really remove a Class Diagram containing Packages as described in the tutorial?
I expected the Outline to look as follows:
– Class Diagram 1
– com.webstock.model (Package)
– Employee (Class)
However, what I’m getting is
– Class Diagram 1
– com.webstock.mode (Package)
– Class Diagram 2
– Employee (Class)
Any help would be greatly appreciated.
Best Regards.
Carl