Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] API class AbstractProjectConfigurator exposes access to internal IMarkerManager

I think it depends on who you expect to use it, and whether you actually need any from the m2e handling of markers.

On 20 October 2016 at 10:59, Konrad Windszus <konrad_w@xxxxxx> wrote:
Does this mean one should rather rely on Eclipse API for markers?

On 20 Oct 2016, at 15:01, Matthew Piggott <mpiggott@xxxxxxxxxxxx> wrote:


On 20 October 2016 at 05:20, Konrad Windszus <konrad_w@xxxxxx> wrote:
Whenever I access the markerManager in my custom project configurator derived from org.eclipse.m2e.core.project.configurator.AbstractProjectConfigurator I get a "Discouraged Access" warning, because the class IMavenMarkerManager is located in an internal package "org.eclipse.m2e.core.internal.markers". Is that deliberate? What is the recommended way to add markers in my custom project configurator? Using plain Eclipse API only? Or is it safe to assume that the IMavenMarkerManager is pretty stable?
Thanks,
Konrad
_______________________________________________
m2e-users mailing list
m2e-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/m2e-users

_______________________________________________
m2e-users mailing list
m2e-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/m2e-users


_______________________________________________
m2e-users mailing list
m2e-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/m2e-users


Back to the top