The only thing I can think of based on that document that the method signature stays the same and if the field is incorrecly modified you get the IllegalAccessException.
Although I would definitely test with some tool to make sure :)

Mvgr,
Martin

robert burrell donkin wrote:
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]




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

Reply via email to