[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[News.eclipse.technology.cme] Re: Exporting all relationships

Hi Peter,

Firstly, we're working hard to produce an update site that works with
Eclipse 3.0 final - I believe we're nearly there.

Unfortunately there is currently no way of exporting all of the
relationships of a given project, but it does sound like a useful feature
to add. Feel free to raise a bug enhancement for it on Bugzilla. You
could even implement it yourself and submit a patch :) If you're
interested, I'd be more than happy to point you in the right direction -
the information regarding the relationships is used by the concern
explorer view so it is readily accessible.

Regards,

Matt.

On Sat, 17 Jul 2004 14:37:34 +1000, Perter Becker wrote:
> Hi all,
> 
> I wonder if CME is able to export all relationships of a given project 
> in some easy-to-parse form (e.g. CSV). Unfortunately I haven't been able 
> to run it yet (I run Eclipse 3.0 final) and before I start downloading 
> an older Eclipse I though I might ask first :-)
> 
> For one of our research projects we are looking into using relational 
> structures to analyse source code and I am planning to write a plugin to 
> map exactly the type of relations you are talking about into a RDB or a 
> KB. The idea is very close to what CME does and thus I am interested in 
> building on top of CME (instead of going lower onto the AST) -- not just 
> for the sake of saving some of my own time :-)
> 
> Cheers,
>    Peter