Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-core-dev] new instrumentation project

Hello,

I work on a testing project in an IT company where one of our goals is to instrument Java code in an Eclipse environment. We want to do this incrementally, and the jdt core compiler/ builder seems to be the right place where to place some code. My first question is what would be a good strategy for integration? To do a branch, for example, somewhere in the code tree and to make some extension point? (then have our separate plugin) It is quite clear that we have to use and "edit" code in the internal core packages as well.

What do you propose?

--
thanks,
   Zsolt


Back to the top