Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Test and Performance Tools Platform (TPTP) » RAD6 (Eclipse 3.0.2) code review customization
RAD6 (Eclipse 3.0.2) code review customization [message #86194] Wed, 01 November 2006 18:52 Go to next message
Eclipse UserFriend
Originally posted by: matthew.gregory.us.michelin.com

Not sure if this is the appropriate forum for this question, but I can't
find another one.

I would like to add some post-processing to the existing code review in
RAD6 (Eclipse 3.0.2). It appears there is an extension point
com.ibm.r2a.engine.engineExtension where I can specify the class which
handles code review. I can create a class which does nothing but extend
com.ibm.r2a.rules.rdj.engineplugin.CodeReviewPlugin and a println() during
the constructor to verify that my class is instantiated and the existing
code review functionality isn't bothered. Conversely, if the class I set
as the extension does not extend CodeReviewPlugin, code review is
completely screwed up. But past this, I can't figure out where to tap
into the API to make it do what I want after it's finished with it's
normal processing. Can't find any docs or source code on this one.

Any ideas?

Thanks,

matt.
Re: RAD6 (Eclipse 3.0.2) code review customization [message #86269 is a reply to message #86194] Thu, 02 November 2006 15:24 Go to previous messageGo to next message
Steve Gutz is currently offline Steve GutzFriend
Messages: 70
Registered: July 2009
Member
Hi Matt. This is reall not the right group since nothing in RAD6 originated
in TPTP or open source in general. For this one you'd have to hit your IBM
service rep.

"Matt Gregory" <matthew.gregory@us.michelin.com> wrote in message
news:79cf74d2ccd854be7aa05d764aef33e3$1@www.eclipse.org...
> Not sure if this is the appropriate forum for this question, but I can't
> find another one.
> I would like to add some post-processing to the existing code review in
> RAD6 (Eclipse 3.0.2). It appears there is an extension point
> com.ibm.r2a.engine.engineExtension where I can specify the class which
> handles code review. I can create a class which does nothing but extend
> com.ibm.r2a.rules.rdj.engineplugin.CodeReviewPlugin and a println() during
> the constructor to verify that my class is instantiated and the existing
> code review functionality isn't bothered. Conversely, if the class I set
> as the extension does not extend CodeReviewPlugin, code review is
> completely screwed up. But past this, I can't figure out where to tap
> into the API to make it do what I want after it's finished with it's
> normal processing. Can't find any docs or source code on this one.
>
> Any ideas?
>
> Thanks,
>
> matt.
>
Re: RAD6 (Eclipse 3.0.2) code review customization [message #86420 is a reply to message #86269] Fri, 03 November 2006 19:35 Go to previous message
Eclipse UserFriend
Originally posted by: matthew.gregory.us.michelin.com

I was afraid of that. Thanks for the response!

matt.
Previous Topic:Custom log import filter howto
Next Topic:Agent list is empty
Goto Forum:
  


Current Time: Tue Apr 16 07:39:29 GMT 2024

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

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

Back to the top