Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [eclipse-dev] Add back an old method from 3.3 (detected as an API addition since 3.4M6a)

Hooray for API tools!  Hope everyone is running them...

Jeff

> -----Original Message-----
> From: eclipse-dev-bounces@xxxxxxxxxxx [mailto:eclipse-dev-
> bounces@xxxxxxxxxxx] On Behalf Of Olivier Thomann
> Sent: Wednesday, April 30, 2008 4:14 AM
> To: eclipse-pmc@xxxxxxxxxxx; eclipse-dev@xxxxxxxxxxx
> Subject: [eclipse-dev] Add back an old method from 3.3 (detected as an
> API addition since 3.4M6a)
> 
> GOALS/BENEFITS:
> - When converting JDT/Core to API tools, a method tagged as internal in
> an
> API class (org.eclipse.jdt.core.dom.AST) has been removed.
> The tooling detected it. To correct the situation, the old method has
> been
> added back tagged with @noreference and @deprecated and an empty body.
> This is now detected by the API freeze check.
> 
> AFFECTED BUGS:
> - https://bugs.eclipse.org/bugs/show_bug.cgi?id=229526
> 
> RISKS:
> - None. This method is not used. This comes back to the method
> signature
> that we had in 3.3.
> 
> PERFORMANCE IMPACTS:
> - None.
> 
> Cordialement/Regards,
> 
> Frédéric
> _______________________________________________
> eclipse-dev mailing list
> eclipse-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe
> from this list, visit
> https://dev.eclipse.org/mailman/listinfo/eclipse-dev



Back to the top