Skip to main content

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

+1

Randy 

-----Original Message-----
From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of John Cortell
Sent: Thursday, January 20, 2011 2:21 PM
To: CDT General developers list.
Subject: [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



_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top