@ -44,10 +44,6 @@ final class ArrayToArrayConverter implements GenericConverter {
@@ -44,10 +44,6 @@ final class ArrayToArrayConverter implements GenericConverter {
@ -48,10 +48,6 @@ final class ArrayToCollectionConverter implements ConditionalGenericConverter {
@@ -48,10 +48,6 @@ final class ArrayToCollectionConverter implements ConditionalGenericConverter {
@ -59,9 +55,7 @@ final class ArrayToCollectionConverter implements ConditionalGenericConverter {
@@ -59,9 +55,7 @@ final class ArrayToCollectionConverter implements ConditionalGenericConverter {
@ -69,7 +63,7 @@ final class ArrayToCollectionConverter implements ConditionalGenericConverter {
@@ -69,7 +63,7 @@ final class ArrayToCollectionConverter implements ConditionalGenericConverter {
@ -44,10 +44,6 @@ final class ArrayToObjectConverter implements ConditionalGenericConverter {
@@ -44,10 +44,6 @@ final class ArrayToObjectConverter implements ConditionalGenericConverter {
@ -44,10 +44,6 @@ final class ArrayToStringConverter implements ConditionalGenericConverter {
@@ -44,10 +44,6 @@ final class ArrayToStringConverter implements ConditionalGenericConverter {
@ -48,20 +48,15 @@ final class CollectionToArrayConverter implements ConditionalGenericConverter {
@@ -48,20 +48,15 @@ final class CollectionToArrayConverter implements ConditionalGenericConverter {
@ -48,12 +48,6 @@ final class CollectionToCollectionConverter implements ConditionalGenericConvert
@@ -48,12 +48,6 @@ final class CollectionToCollectionConverter implements ConditionalGenericConvert
@ -61,17 +55,15 @@ final class CollectionToCollectionConverter implements ConditionalGenericConvert
@@ -61,17 +55,15 @@ final class CollectionToCollectionConverter implements ConditionalGenericConvert
@ -42,10 +42,6 @@ final class CollectionToObjectConverter implements ConditionalGenericConverter {
@@ -42,10 +42,6 @@ final class CollectionToObjectConverter implements ConditionalGenericConverter {
@ -55,7 +51,7 @@ final class CollectionToObjectConverter implements ConditionalGenericConverter {
@@ -55,7 +51,7 @@ final class CollectionToObjectConverter implements ConditionalGenericConverter {
@ -44,10 +44,6 @@ final class CollectionToStringConverter implements ConditionalGenericConverter {
@@ -44,10 +44,6 @@ final class CollectionToStringConverter implements ConditionalGenericConverter {
@ -56,17 +52,17 @@ final class CollectionToStringConverter implements ConditionalGenericConverter {
@@ -56,17 +52,17 @@ final class CollectionToStringConverter implements ConditionalGenericConverter {
@ -138,18 +138,16 @@ public class GenericConversionService implements ConfigurableConversionService {
@@ -138,18 +138,16 @@ public class GenericConversionService implements ConfigurableConversionService {
@ -162,21 +160,19 @@ public class GenericConversionService implements ConfigurableConversionService {
@@ -162,21 +160,19 @@ public class GenericConversionService implements ConfigurableConversionService {
@ -236,30 +232,26 @@ public class GenericConversionService implements ConfigurableConversionService {
@@ -236,30 +232,26 @@ public class GenericConversionService implements ConfigurableConversionService {
logger.trace("Caching Converter [NO_MATCH] result under key "+key);
}
this.converterCache.put(key,converter);
returnconverter;
this.converterCache.put(key,NO_MATCH);
returnnull;
}
if(logger.isTraceEnabled()){
logger.trace("Caching NO_MATCH under "+key);
}
this.converterCache.put(key,NO_MATCH);
returnnull;
}
}
@ -312,11 +304,6 @@ public class GenericConversionService implements ConfigurableConversionService {
@@ -312,11 +304,6 @@ public class GenericConversionService implements ConfigurableConversionService {
@ -48,11 +48,6 @@ final class MapToMapConverter implements ConditionalGenericConverter {
@@ -48,11 +48,6 @@ final class MapToMapConverter implements ConditionalGenericConverter {
@ -60,24 +55,30 @@ final class MapToMapConverter implements ConditionalGenericConverter {
@@ -60,24 +55,30 @@ final class MapToMapConverter implements ConditionalGenericConverter {
@ -43,16 +43,12 @@ final class ObjectToArrayConverter implements ConditionalGenericConverter {
@@ -43,16 +43,12 @@ final class ObjectToArrayConverter implements ConditionalGenericConverter {
@ -45,22 +45,17 @@ final class ObjectToCollectionConverter implements ConditionalGenericConverter {
@@ -45,22 +45,17 @@ final class ObjectToCollectionConverter implements ConditionalGenericConverter {
@ -48,9 +48,7 @@ final class ObjectToObjectConverter implements ConditionalGenericConverter {
@@ -48,9 +48,7 @@ final class ObjectToObjectConverter implements ConditionalGenericConverter {
@ -79,16 +77,16 @@ final class ObjectToObjectConverter implements ConditionalGenericConverter {
@@ -79,16 +77,16 @@ final class ObjectToObjectConverter implements ConditionalGenericConverter {
") method or Constructor("+sourceClass.getName()+") exists on "+targetClass.getName());
@ -43,20 +43,16 @@ final class StringToArrayConverter implements ConditionalGenericConverter {
@@ -43,20 +43,16 @@ final class StringToArrayConverter implements ConditionalGenericConverter {
@ -45,7 +45,10 @@ final class StringToCollectionConverter implements ConditionalGenericConverter {
@@ -45,7 +45,10 @@ final class StringToCollectionConverter implements ConditionalGenericConverter {
@ -56,11 +59,17 @@ final class StringToCollectionConverter implements ConditionalGenericConverter {
@@ -56,11 +59,17 @@ final class StringToCollectionConverter implements ConditionalGenericConverter {
@ -109,7 +109,7 @@ public class ReflectivePropertyAccessor implements PropertyAccessor {
@@ -109,7 +109,7 @@ public class ReflectivePropertyAccessor implements PropertyAccessor {
if(targetinstanceofClass){
thrownewAccessException("Cannot access length on array class itself");
@ -508,7 +508,8 @@ public class ReflectivePropertyAccessor implements PropertyAccessor {
@@ -508,7 +508,8 @@ public class ReflectivePropertyAccessor implements PropertyAccessor {
thrownewAccessException("Unable to access property '"+name+"' through getter",ex);
@ -519,7 +520,8 @@ public class ReflectivePropertyAccessor implements PropertyAccessor {
@@ -519,7 +520,8 @@ public class ReflectivePropertyAccessor implements PropertyAccessor {
@ -72,13 +74,13 @@ public class ExpressionTestsUsingCoreConversionService extends ExpressionTestCas
@@ -72,13 +74,13 @@ public class ExpressionTestsUsingCoreConversionService extends ExpressionTestCas
@ -206,7 +205,6 @@ public class SpelDocumentationTests extends ExpressionTestCase {
@@ -206,7 +205,6 @@ public class SpelDocumentationTests extends ExpressionTestCase {
@ -698,7 +698,6 @@ public class SpringEL300Tests extends ExpressionTestCase {
@@ -698,7 +698,6 @@ public class SpringEL300Tests extends ExpressionTestCase {
}
@Test
@Ignore
@SuppressWarnings("unchecked")
publicvoidtestMapOfMap_SPR7244()throwsException{
Map<String,Object>map=newLinkedHashMap();
@ -727,10 +726,11 @@ public class SpringEL300Tests extends ExpressionTestCase {
@@ -727,10 +726,11 @@ public class SpringEL300Tests extends ExpressionTestCase {
@ -743,7 +743,7 @@ public class SpringEL300Tests extends ExpressionTestCase {
@@ -743,7 +743,7 @@ public class SpringEL300Tests extends ExpressionTestCase {
@ -756,7 +756,7 @@ public class SpringEL300Tests extends ExpressionTestCase {
@@ -756,7 +756,7 @@ public class SpringEL300Tests extends ExpressionTestCase {