Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] master API breakage

Actually, this is the only breakage I see since moving to the latest cdi-baseline.target for my baseline.

I guess, it begs the question, why did you make the change to HashTable? I assume you had a good reason and we should create an api filter for it instead, I guess.

D

From: <cdt-dev-bounces@xxxxxxxxxxx> on behalf of Sergey Prigogin <eclipse.sprigogin@xxxxxxxxx>
Reply-To: "CDT General developers list." <cdt-dev@xxxxxxxxxxx>
Date: Monday, June 13, 2016 at 1:38 PM
To: "CDT General developers list." <cdt-dev@xxxxxxxxxxx>
Subject: Re: [cdt-dev] master API breakage

Formally this is a breaking API change, but HashTable and its subclasses have never been intended for subclassing by the client code. What is surprising is that I don't see this error even after a clean rebuild.

-sergey

On Mon, Jun 13, 2016 at 8:22 AM, Doug Schaefer <cdtdoug@xxxxxxxxx> wrote:
Hey gang,

Sergey made one of the methods in HashTable final. The API tools are telling me that this is an API change, which I guess it is if someone has overriden the method and expects it to get called.

Did anyone else see that? Or do I have something misconfigured?

Thanks,
Doug

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


Back to the top