Is there any smart enough tool to build UML class-diagram based on not very complicated Java sources
- by Roman
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?