Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » UML representation of eclipse
UML representation of eclipse [message #779916] Mon, 16 January 2012 15:15 Go to next message
Eclipse UserFriend
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 Go to previous message
Eclipse UserFriend
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
Previous Topic:Cannot connect to VM
Next Topic:Moving from Galileo to Helios or to Indigo
Goto Forum:
  


Current Time: Tue Jul 08 18:20:48 EDT 2025

Powered by FUDForum. Page generated in 0.03517 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top