Kev Jackson wrote:

- swapped out deprecated code where the replacement code was obvious - left some deprecated methods where I wasn't sure
- changed visibility of class variables from private to protected

We will not be changing private to protected. As much as possible all fields should be private and there should be very few protected methods. For current released code, it is not possible to change protected fields to private fields due to BC consideration.


still showing 1700+ warnings/errors :(

but it is coming down! 8-)

Peter



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



Reply via email to