Is there some tool to visualize Java class hierarchies and relations?
        Posted  
        
            by Niyaz
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Niyaz
        
        
        
        Published on 2008-09-04T08:31:21Z
        Indexed on 
            2010/06/08
            13:22 UTC
        
        
        Read the original article
        Hit count: 218
        
java
Here is my problem:
I will provide the source code of my application as input and what I want as output is a visual representation of the relationship between classes, method calls etc.
Is there some tool to do this?
© Stack Overflow or respective owner