0

i have tried to generate Class Diagrams in NetBeans 6.7 and 6.8 but all i get is:

alt text

i figured out installing UML for 6.8 here: NetBeans 6.8 UML

i have followed the instructions here: UML Class diagrams

i so far i failed to generate anything meaningful.

i have followed the tips:

Open your project, then create a new UML project (choose "Reverse Engineered Java-Platform model"). After that all your classes will be available in the UML project under "Model". You can now create a new class diagram and drag your classes from "Model" onto the diagram.

but nothing meaningful happens when i drag my classes to the Class Diagrams. it always represents the classes as "datatype" on the diagram and class info is not displayed.

any helpful tips regarding how can i fix this? or another way of generating Java class diagrams?

thank you for your time.

EDIT: NetBeans 6.5.1 is working perfectly. thanks!

Glorfindel
  • 21,988
  • 13
  • 81
  • 109
iTEgg
  • 8,212
  • 20
  • 73
  • 107
  • I can reproduce your results, reverse engeneering seems broken. In earlier version it worked like described here: http://wiki.netbeans.org/NetbeansUML – stacker Jun 11 '10 at 06:25
  • duplicate of http://stackoverflow.com/questions/2127881/how-can-i-create-a-class-diagram-with-netbeans-6-8-uml-module – Karussell Jun 11 '10 at 07:53

1 Answers1

0

As pointed out here there is no solution for 6.7 try a lower version (e.g. 6.5) or try Visual Paradigm ... here is one snippet of a good comment:

the UML module was discontinued in the default distribution of Netbeans after 6.5 and instead they now recommend visual paradigm(VP),

Community
  • 1
  • 1
Karussell
  • 17,085
  • 16
  • 97
  • 197