From: <jsa...@us...> - 2008-10-23 15:51:59
|
Revision: 33 http://flexotask.svn.sourceforge.net/flexotask/?rev=33&view=rev Author: jsauerbach Date: 2008-10-23 15:51:56 +0000 (Thu, 23 Oct 2008) Log Message: ----------- Add Short cache to the list of safely immutable classes. Modified Paths: -------------- trunk/flexotask/src/com/ibm/realtime/flexotask/validation/immutability-declarations Modified: trunk/flexotask/src/com/ibm/realtime/flexotask/validation/immutability-declarations =================================================================== --- trunk/flexotask/src/com/ibm/realtime/flexotask/validation/immutability-declarations 2008-10-23 15:51:28 UTC (rev 32) +++ trunk/flexotask/src/com/ibm/realtime/flexotask/validation/immutability-declarations 2008-10-23 15:51:56 UTC (rev 33) @@ -1,34 +1,35 @@ ref java.lang.Throwable cause ref java.lang.Throwable stackTrace full java.lang.Integer$IntegerCache cache +full java.lang.Short$ShortCache cache full java.lang.Integer digits full java.lang.Integer sizeTable full java.lang.Integer DigitOnes -full java.lang.Integer DigitTens +full java.lang.Integer DigitTens full java.lang.Class -full java.lang.AbstractStringBuilder sizeTable -full java.lang.Math aT -full java.lang.Math atanhi -full java.lang.Math atanlo -full java.lang.Math npio2_hw -full java.lang.Math two_over_pi -full java.lang.Math init_jk -full java.lang.Math PIo2 +full java.lang.AbstractStringBuilder sizeTable +full java.lang.Math aT +full java.lang.Math atanhi +full java.lang.Math atanlo +full java.lang.Math npio2_hw +full java.lang.Math two_over_pi +full java.lang.Math init_jk +full java.lang.Math PIo2 full java.lang.String -full java.util.HashSet PRESENT -full java.util.HashMap NULL_KEY -full sun.misc.FloatingDecimal infinity -full sun.misc.FloatingDecimal notANumber -full sun.misc.FloatingDecimal zero -full sun.misc.FloatingDecimal long5pow -full sun.misc.FloatingDecimal n5bits -full sun.misc.FloatingDecimal small5pow -full sun.misc.FloatingDecimal b5p -full sun.misc.FloatingDecimal big5pow -full sun.misc.FloatingDecimal perThreadBuffer -full com.ibm.realtime.flexotask.util.ESystem out -full com.ibm.realtime.flexotask.util.ESystem err -ref com.ibm.realtime.flexotask.util.AbstractImmutableArray array -full com.ibm.realtime.flexotask.util.NativeIO registry -full com.ibm.oti.util.NumberConverter TEN_TO_THE -full com.ibm.oti.util.Msg bundle +full java.util.HashSet PRESENT +full java.util.HashMap NULL_KEY +full sun.misc.FloatingDecimal infinity +full sun.misc.FloatingDecimal notANumber +full sun.misc.FloatingDecimal zero +full sun.misc.FloatingDecimal long5pow +full sun.misc.FloatingDecimal n5bits +full sun.misc.FloatingDecimal small5pow +full sun.misc.FloatingDecimal b5p +full sun.misc.FloatingDecimal big5pow +full sun.misc.FloatingDecimal perThreadBuffer +full com.ibm.realtime.flexotask.util.ESystem out +full com.ibm.realtime.flexotask.util.ESystem err +ref com.ibm.realtime.flexotask.util.AbstractImmutableArray array +full com.ibm.realtime.flexotask.util.NativeIO registry +full com.ibm.oti.util.NumberConverter TEN_TO_THE +full com.ibm.oti.util.Msg bundle This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jsa...@us...> - 2008-10-28 13:52:03
|
Revision: 46 http://flexotask.svn.sourceforge.net/flexotask/?rev=46&view=rev Author: jsauerbach Date: 2008-10-28 13:51:53 +0000 (Tue, 28 Oct 2008) Log Message: ----------- Add HashMap.INT_KEY to safe statics. Modified Paths: -------------- trunk/flexotask/src/com/ibm/realtime/flexotask/validation/immutability-declarations Modified: trunk/flexotask/src/com/ibm/realtime/flexotask/validation/immutability-declarations =================================================================== --- trunk/flexotask/src/com/ibm/realtime/flexotask/validation/immutability-declarations 2008-10-28 13:51:00 UTC (rev 45) +++ trunk/flexotask/src/com/ibm/realtime/flexotask/validation/immutability-declarations 2008-10-28 13:51:53 UTC (rev 46) @@ -18,6 +18,7 @@ full java.lang.String full java.util.HashSet PRESENT full java.util.HashMap NULL_KEY +full java.util.HashMap INT_KEY full sun.misc.FloatingDecimal infinity full sun.misc.FloatingDecimal notANumber full sun.misc.FloatingDecimal zero This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jsa...@us...> - 2009-02-16 21:02:02
|
Revision: 135 http://flexotask.svn.sourceforge.net/flexotask/?rev=135&view=rev Author: jsauerbach Date: 2009-02-16 21:01:59 +0000 (Mon, 16 Feb 2009) Log Message: ----------- The cache in the Long class should be exempted just like Integer and Short Modified Paths: -------------- trunk/flexotask/src/com/ibm/realtime/flexotask/validation/immutability-declarations Modified: trunk/flexotask/src/com/ibm/realtime/flexotask/validation/immutability-declarations =================================================================== --- trunk/flexotask/src/com/ibm/realtime/flexotask/validation/immutability-declarations 2009-02-14 23:43:34 UTC (rev 134) +++ trunk/flexotask/src/com/ibm/realtime/flexotask/validation/immutability-declarations 2009-02-16 21:01:59 UTC (rev 135) @@ -2,6 +2,7 @@ ref java.lang.Throwable stackTrace full java.lang.Integer$IntegerCache cache full java.lang.Short$ShortCache cache +full java.lang.Long$LongCache cache full java.lang.Integer digits full java.lang.Integer sizeTable full java.lang.Integer DigitOnes This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |