Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Package visibility

Hi,

While working on adding CPU load information to the multicore visualizer (396268), I had to add a method to the interface org.eclipse.cdt.dsf.gdb.multicorevisualizer.internal.utils.DSFDebugModelListener.

When I did, I got an error in Eclipse that the interface is an API that intends to be implemented. Looking in the plugin.xml, it seems that even if the package "org.eclipse.cdt.dsf.gdb.multicorevisualizer.internal.utils" has "internal" in its name, the package visibility doesn't reflect that. So technically I am breaking the API by adding a method to DSFDebugModelListener.

Any ideas/suggestions on how best to proceed?

Regards,

Marc




Back to the top