UML representation of eclipse [message #779916] |
Mon, 16 January 2012 15:15  |
Eclipse User |
|
|
|
Hello there,
I would like to know where can I found a UML representation of eclipse .java files (dependency lists, hierarchy etc..). I am trying to find all the connection in eclipse where the interface IProblem, and the class DefaultProblem are called. Any help is greatly appreciated.
Thanks
|
|
|
Re: UML representation of eclipse [message #780128 is a reply to message #779916] |
Tue, 17 January 2012 03:30  |
Eclipse User |
|
|
|
On 1/17/2012 1:45 AM, Fabrice Marcelin wrote:
> Hello there, I would like to know where can I found a UML representation
> of eclipse .java files (dependency lists, hierarchy etc..).
There is no pre-build UML representation.
I am trying
> to find all the connection in eclipse where the interface IProblem, and
> the class DefaultProblem are called. Any help is greatly appreciated.
You can obtain the source code you are interested in (either via git
repositories or from the source bundles in Eclipse Classic SDK). Once
you have the source you can use JDT tooling - Call Hierarchy, Reference
search etc to get the desired information.
--
Deepak Azad
http://wiki.eclipse.org/JDT/FAQ
|
|
|
Powered by
FUDForum. Page generated in 0.03517 seconds