Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » Modeling (top-level project) » plugin for reverse engineering
plugin for reverse engineering [message #379669] Wed, 28 February 2007 15:40 Go to next message
Eclipse UserFriend
Originally posted by: sandrine.nnomongali.atosorigin.com

hi,

Is there any plugin for reverse engineering from .class ?

thanks.
Re: plugin for reverse engineering [message #379671 is a reply to message #379669] Thu, 01 March 2007 14:41 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33113
Registered: July 2009
Senior Member
Sandrine,

Not that I know of, no.


sandrine wrote:
> hi,
>
> Is there any plugin for reverse engineering from .class ?
>
> thanks.


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: plugin for reverse engineering [message #379672 is a reply to message #379671] Thu, 01 March 2007 18:02 Go to previous messageGo to next message
Dennis Wagelaar is currently offline Dennis WagelaarFriend
Messages: 147
Registered: July 2009
Senior Member
Hi Sandrine, Ed,

I've written a small command-line tool that takes a jar file as input
and generates a UML file. I use it to generate UML models of the
different Java API versions.

It's still in a brainstorm stage, but you can take a look at the code to
get an example. The code (and some generated models) are available here:

http://ssel.vub.ac.be/viewcvs/viewcvs.py/PlatformKit/platfor mkit-java/

Regards,
Dennis

Ed Merks schreef:
> Sandrine,
>
> Not that I know of, no.
>
>
> sandrine wrote:
>> hi,
>>
>> Is there any plugin for reverse engineering from .class ?
>>
>> thanks.
Re: plugin for reverse engineering [message #379674 is a reply to message #379672] Thu, 01 March 2007 18:50 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33113
Registered: July 2009
Senior Member
Dennis,

Cool. Thanks for sharing that!


Dennis Wagelaar wrote:
> Hi Sandrine, Ed,
>
> I've written a small command-line tool that takes a jar file as input
> and generates a UML file. I use it to generate UML models of the
> different Java API versions.
>
> It's still in a brainstorm stage, but you can take a look at the code
> to get an example. The code (and some generated models) are available
> here:
>
> http://ssel.vub.ac.be/viewcvs/viewcvs.py/PlatformKit/platfor mkit-java/
>
> Regards,
> Dennis
>
> Ed Merks schreef:
>> Sandrine,
>>
>> Not that I know of, no.
>>
>>
>> sandrine wrote:
>>> hi,
>>>
>>> Is there any plugin for reverse engineering from .class ?
>>>
>>> thanks.


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: plugin for reverse engineering [message #379985 is a reply to message #379674] Fri, 23 March 2007 16:50 Go to previous messageGo to next message
Dennis Wagelaar is currently offline Dennis WagelaarFriend
Messages: 147
Registered: July 2009
Senior Member
Hi back!

Since there's been some outside interest, I've decided to make a plugin
out of the jar-to-UML code:

http://ssel.vub.ac.be/ssel/research:mdd:jar2uml

Hopefully it can be useful for you!

--
Regards,
Dennis

Ed Merks schreef:
> Dennis,
>
> Cool. Thanks for sharing that!
>
>
> Dennis Wagelaar wrote:
>> Hi Sandrine, Ed,
>>
>> I've written a small command-line tool that takes a jar file as input
>> and generates a UML file. I use it to generate UML models of the
>> different Java API versions.
>>
>> It's still in a brainstorm stage, but you can take a look at the code
>> to get an example. The code (and some generated models) are available
>> here:
>>
>> http://ssel.vub.ac.be/viewcvs/viewcvs.py/PlatformKit/platfor mkit-java/
>>
>> Regards,
>> Dennis
>>
>> Ed Merks schreef:
>>> Sandrine,
>>>
>>> Not that I know of, no.
>>>
>>>
>>> sandrine wrote:
>>>> hi,
>>>>
>>>> Is there any plugin for reverse engineering from .class ?
>>>>
>>>> thanks.
Re: plugin for reverse engineering [message #379987 is a reply to message #379985] Fri, 23 March 2007 17:31 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33113
Registered: July 2009
Senior Member
Dennis,

I saw that on the other newsgroups and was hoping to get a chance to
play with it some time. Since there is an Ecore importer for UML, this
indirectly provides a way to build an Ecore model...


Dennis Wagelaar wrote:
> Hi back!
>
> Since there's been some outside interest, I've decided to make a
> plugin out of the jar-to-UML code:
>
> http://ssel.vub.ac.be/ssel/research:mdd:jar2uml
>
> Hopefully it can be useful for you!
>
> --
> Regards,
> Dennis
>
> Ed Merks schreef:
>> Dennis,
>>
>> Cool. Thanks for sharing that!
>>
>>
>> Dennis Wagelaar wrote:
>>> Hi Sandrine, Ed,
>>>
>>> I've written a small command-line tool that takes a jar file as
>>> input and generates a UML file. I use it to generate UML models of
>>> the different Java API versions.
>>>
>>> It's still in a brainstorm stage, but you can take a look at the
>>> code to get an example. The code (and some generated models) are
>>> available here:
>>>
>>> http://ssel.vub.ac.be/viewcvs/viewcvs.py/PlatformKit/platfor mkit-java/
>>>
>>> Regards,
>>> Dennis
>>>
>>> Ed Merks schreef:
>>>> Sandrine,
>>>>
>>>> Not that I know of, no.
>>>>
>>>>
>>>> sandrine wrote:
>>>>> hi,
>>>>>
>>>>> Is there any plugin for reverse engineering from .class ?
>>>>>
>>>>> thanks.


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: plugin for reverse engineering [message #586785 is a reply to message #379669] Thu, 01 March 2007 14:41 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33113
Registered: July 2009
Senior Member
Sandrine,

Not that I know of, no.


sandrine wrote:
> hi,
>
> Is there any plugin for reverse engineering from .class ?
>
> thanks.


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: plugin for reverse engineering [message #586791 is a reply to message #379671] Thu, 01 March 2007 18:02 Go to previous message
Dennis Wagelaar is currently offline Dennis WagelaarFriend
Messages: 147
Registered: July 2009
Senior Member
Hi Sandrine, Ed,

I've written a small command-line tool that takes a jar file as input
and generates a UML file. I use it to generate UML models of the
different Java API versions.

It's still in a brainstorm stage, but you can take a look at the code to
get an example. The code (and some generated models) are available here:

http://ssel.vub.ac.be/viewcvs/viewcvs.py/PlatformKit/platfor mkit-java/

Regards,
Dennis

Ed Merks schreef:
> Sandrine,
>
> Not that I know of, no.
>
>
> sandrine wrote:
>> hi,
>>
>> Is there any plugin for reverse engineering from .class ?
>>
>> thanks.
Re: plugin for reverse engineering [message #586808 is a reply to message #379672] Thu, 01 March 2007 18:50 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33113
Registered: July 2009
Senior Member
Dennis,

Cool. Thanks for sharing that!


Dennis Wagelaar wrote:
> Hi Sandrine, Ed,
>
> I've written a small command-line tool that takes a jar file as input
> and generates a UML file. I use it to generate UML models of the
> different Java API versions.
>
> It's still in a brainstorm stage, but you can take a look at the code
> to get an example. The code (and some generated models) are available
> here:
>
> http://ssel.vub.ac.be/viewcvs/viewcvs.py/PlatformKit/platfor mkit-java/
>
> Regards,
> Dennis
>
> Ed Merks schreef:
>> Sandrine,
>>
>> Not that I know of, no.
>>
>>
>> sandrine wrote:
>>> hi,
>>>
>>> Is there any plugin for reverse engineering from .class ?
>>>
>>> thanks.


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: plugin for reverse engineering [message #590054 is a reply to message #379674] Fri, 23 March 2007 16:50 Go to previous message
Dennis Wagelaar is currently offline Dennis WagelaarFriend
Messages: 147
Registered: July 2009
Senior Member
Hi back!

Since there's been some outside interest, I've decided to make a plugin
out of the jar-to-UML code:

http://ssel.vub.ac.be/ssel/research:mdd:jar2uml

Hopefully it can be useful for you!

--
Regards,
Dennis

Ed Merks schreef:
> Dennis,
>
> Cool. Thanks for sharing that!
>
>
> Dennis Wagelaar wrote:
>> Hi Sandrine, Ed,
>>
>> I've written a small command-line tool that takes a jar file as input
>> and generates a UML file. I use it to generate UML models of the
>> different Java API versions.
>>
>> It's still in a brainstorm stage, but you can take a look at the code
>> to get an example. The code (and some generated models) are available
>> here:
>>
>> http://ssel.vub.ac.be/viewcvs/viewcvs.py/PlatformKit/platfor mkit-java/
>>
>> Regards,
>> Dennis
>>
>> Ed Merks schreef:
>>> Sandrine,
>>>
>>> Not that I know of, no.
>>>
>>>
>>> sandrine wrote:
>>>> hi,
>>>>
>>>> Is there any plugin for reverse engineering from .class ?
>>>>
>>>> thanks.
Re: plugin for reverse engineering [message #590064 is a reply to message #379985] Fri, 23 March 2007 17:31 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33113
Registered: July 2009
Senior Member
Dennis,

I saw that on the other newsgroups and was hoping to get a chance to
play with it some time. Since there is an Ecore importer for UML, this
indirectly provides a way to build an Ecore model...


Dennis Wagelaar wrote:
> Hi back!
>
> Since there's been some outside interest, I've decided to make a
> plugin out of the jar-to-UML code:
>
> http://ssel.vub.ac.be/ssel/research:mdd:jar2uml
>
> Hopefully it can be useful for you!
>
> --
> Regards,
> Dennis
>
> Ed Merks schreef:
>> Dennis,
>>
>> Cool. Thanks for sharing that!
>>
>>
>> Dennis Wagelaar wrote:
>>> Hi Sandrine, Ed,
>>>
>>> I've written a small command-line tool that takes a jar file as
>>> input and generates a UML file. I use it to generate UML models of
>>> the different Java API versions.
>>>
>>> It's still in a brainstorm stage, but you can take a look at the
>>> code to get an example. The code (and some generated models) are
>>> available here:
>>>
>>> http://ssel.vub.ac.be/viewcvs/viewcvs.py/PlatformKit/platfor mkit-java/
>>>
>>> Regards,
>>> Dennis
>>>
>>> Ed Merks schreef:
>>>> Sandrine,
>>>>
>>>> Not that I know of, no.
>>>>
>>>>
>>>> sandrine wrote:
>>>>> hi,
>>>>>
>>>>> Is there any plugin for reverse engineering from .class ?
>>>>>
>>>>> thanks.


Ed Merks
Professional Support: https://www.macromodeling.com/
Previous Topic:EMF genmodel properties documentation??
Next Topic:Override the palette generated by GMF
Goto Forum:
  


Current Time: Thu Mar 28 12:22:26 GMT 2024

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

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

Back to the top