Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] converting dsf-gdb test plug-in into a fragment

I'd like to change

   org.eclipse.cdt.tests.dsf.gdb

to be a fragment, so that the tests can access non-public fields and methods. It's common practice for tests to be housed in fragments, to avoid the OSGi-imposed runtime barrier between plug-ins (every plug-in gets its own classloader).

I have the changes on my machine and it all seems to be working well. Any objections?

John





Back to the top