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. |