On Thu, 2006-01-19 at 21:26 +0100, Martin van den Bemt wrote:
> Hi robert,
> 
> See 13.4.8 final Fields and Constants at 
> http://java.sun.com/docs/books/jls/second_edition/html/binaryComp.doc.html

oops sorry - should have been more specific

i meant parameters (not fields or constants). these are briefly covered
in 13.4.12. 

for example, is changing

public void foo(Bar bar) {...}

to

public void foo(final Bar bar) {...}

a binary-preserving transformation?

- robert


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to