Details
-
Type: New Feature
-
Status: Closed
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 0.5
-
Fix Version/s: 1.0
-
Component/s: Converters
-
Labels:None
Description
This is not a problem for most, but you can easily set final fields in 1.4 using the sun.misc.Unsafe class. this allows access to all fields.
If you look through the depths of objectoutputstream/inputstream, you will find the code that is relevant.
In a 1.3 environment, it is easy to do through normal reflection.
I dont know if you want to bother with setting final fields though.
What about 1.4 imlementations that aren't from Sun?