Tagged Questions
12
votes
8answers
3k views
What tools should I use to visualize structure of my code?
I have an application written in Java. In is stored in several files. It uses different classes with different methods. The code is big and complicated. I think it would be easier to understand the ...
6
votes
3answers
208 views
Java source code display in a browser?
I have my Java source code in the standard src/ lib/ test/ directory structure for my project. I want to generate a web view of my source code where I can fire up a browser and see syntax-highlighted, ...
3
votes
6answers
433 views
Is it possible to display of the tree structure of the Java-code?
I am a newbie in Java. I am trying to figure out how to work this code. It seems to me that it would be very useful if in the beginning I get the general structure of the code (which methods exists ...
2
votes
2answers
105 views
overview/understand architecture codes in eclipse
I have a maven project imported into Eclipse. I'm trying to understand the code pattern (architecture). What is the best way to do this?
will use any UML Eclipse plugin help on this?
will use ...
2
votes
1answer
99 views
Can I configure code_swarm to only create the png files sans visual display?
Is there a way to configure code_swarm to only create the .png files. I think it would speed up the processing if it wasn't trying to display as it created the images.
I've looked in the FAQ, but ...