* Niels Thykier: > Turns out I cannot think of an example of an ABI breakage in Java that > is not also an API breakage (in some sense or another).
Generalizing a parameter of a method in a final class to take a base class of the original parameter type. Restricting the return parameter of a method to a derived class. These are source-compatible changes, but not binary-compatible. -- Florian Weimer <[email protected]> BFK edv-consulting GmbH http://www.bfk.de/ Kriegsstraße 100 tel: +49-721-96201-1 D-76133 Karlsruhe fax: +49-721-96201-99 -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

