Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Get the class structure of an android project

I've an android project opensource written in Java (Eclipse). There are about 300 classes..I wanna to be able to understand the code quicker and to have a general representation of all the classes, interfaces and to know how they are connected each other. Is there a way in Eclips or an external utility that could help retrieve the class structure of the project?

like image 516
Claudio Ferraro Avatar asked Aug 06 '12 08:08

Claudio Ferraro


2 Answers

I have not tried it, but this looks good: http://sourceforge.net/projects/jug/

EDIT: Well this one looks even better: http://www.objectaid.com/home

EDIT 2: See this, too: http://www.nwiresoftware.com/

like image 103
laobeylu Avatar answered Oct 17 '22 07:10

laobeylu


I haven't done that yet with Java, but you can try some of the options discussed here:

How to generate UML diagrams (especially sequence diagrams) from Java code

to get UML diagrams of your code

like image 33
Hans Hohenfeld Avatar answered Oct 17 '22 09:10

Hans Hohenfeld