Is there any smart enough tool to build UML class-diagram based on not very complicated Java sources
Posted
by Roman
on Stack Overflow
See other posts from Stack Overflow
or by Roman
Published on 2010-02-09T16:48:27Z
Indexed on
2010/04/19
9:13 UTC
Read the original article
Hit count: 233
I'm using IntelliJ IDEA and I tried its tool for building class diagram. Unfortunatelly, it draws classes from java package as well as necessary classes. That's why built diagram is very messed.
Are there any more smart tool? Or, is there any way to 'turn off' drawing java classes in IDEA?
© Stack Overflow or respective owner