Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » UML representation of eclipse
UML representation of eclipse [message #779916] Mon, 16 January 2012 20:15 Go to next message
Fabrice Marcelin is currently offline Fabrice MarcelinFriend
Messages: 15
Registered: February 2011
Location: USA
Junior Member

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 08:30 Go to previous message
Deepak Azad is currently offline Deepak AzadFriend
Messages: 543
Registered: July 2009
Senior Member
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: Sat Apr 20 03:30:12 GMT 2024

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

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

Back to the top