187 Commits (9b9df6a7447cba3e6fb0ad2e80c107573ac7fd41)

Author SHA1 Message Date
Juergen Hoeller 21329df7e1 Polishing 9 years ago
Juergen Hoeller ef1e17fd15 Polishing 9 years ago
Juergen Hoeller 04f765506e Fine-tuned method/field access checks 9 years ago
Andy Clement a28fc760ba Fix SpEL compilation of static method/property/field operations 9 years ago
Juergen Hoeller 11806b9215 Class identity comparisons wherever possible (and further polishing) 9 years ago
Juergen Hoeller 8c4436926f Polishing 9 years ago
Juergen Hoeller fd84262e71 Polishing 9 years ago
Andy Clement 58756b023c Ensure cast correctly included for OpPlus compilation 9 years ago
Juergen Hoeller 20a286b4d6 ASM ClassWriter uses application ClassLoader for its getCommonSuperClass check 9 years ago
Juergen Hoeller 667fc7e4a9 Polishing 9 years ago
Sam Brannen b6c0e7cba3 Remove trailing whitespace in Java source code 9 years ago
Juergen Hoeller 34a81b605a PropertyOrFieldReference defensively catches Exception instead of just AccessException 9 years ago
Juergen Hoeller 203f1225c3 Polishing 9 years ago
Juergen Hoeller 0783a1c667 SpEL selection/projection works with Iterable as well 9 years ago
Juergen Hoeller ea2a1d33d9 Javadoc fixes plus additional polishing 9 years ago
Sam Brannen 3f0a6e814c Suppress warnings in spring-expression tests 9 years ago
Sam Brannen 078d252d1e Delete trailing whitespace in Java source code 9 years ago
Sam Brannen 7018747cec Remove trailing whitespace in Java source code 9 years ago
Andy Clement 91ed5b6b8c SpEL: ensure correct object used for nested #this references 9 years ago
Juergen Hoeller b4095c3e1d Class identity comparisons wherever possible 9 years ago
Juergen Hoeller 9799df397a PropertyOrFieldReference avoids NPE through defensive copy of volatile accessor reference 10 years ago
Sam Brannen 7a690df925 Remove trailing whitespace from Java source code 10 years ago
Andy Clement c382b6f059 Allow NEW and T to be used as unquoted map keys in SpEL 10 years ago
Juergen Hoeller 9d47a2b87e Explicit test for default useDistance mode 10 years ago
Juergen Hoeller 348eb91891 ReflectiveMethodResolver applies useDistance mode by default (with fine-tuned varargs handling) 10 years ago
Sam Brannen d90cee78ef Remove trailing whitespace in source code 10 years ago
Andy Clement b7ef04767a Reduce SpEL compilation restrictions on mathematical expressions 10 years ago
Stephane Nicoll babbf6e871 Harmonize resources location 10 years ago
Eric Bottard ece7eb14ff Fix copy/paste error in Javadoc 10 years ago
Juergen Hoeller d34402d3ba OperatorMatches caches compiled patterns 10 years ago
Juergen Hoeller 9ac02b319d Remove pre-3.2 deprecated classes and methods 10 years ago
Juergen Hoeller 26845f6f7f Polishing 10 years ago
Juergen Hoeller fa138d2c70 ReflectionHelper's isFirstEntryInArray properly handles empty arrays 10 years ago
Andy Clement abc3cc4dc4 Ensure correct boxing in compiled code for OpEq with primitives 10 years ago
Juergen Hoeller 9ef0bdcb17 Consistent resolution of Class methods and static methods 10 years ago
Andy Clement 94ee763bc8 Fix bytecode generation for SpEL OpPlus 10 years ago
Juergen Hoeller e989b2621f Test for cyclic type declaration handling in TypeDescriptor 10 years ago
Juergen Hoeller 1146d5ba1d Polishing 10 years ago
Juergen Hoeller 4945cf1bd1 Optimized parameter length comparisons for constructor/method sorting 10 years ago
Andy Clement 03fc9e89a0 Fixed isWritable for badly formed SpEL expressions 10 years ago
Andy Clement 28a3cd50aa Resolved package tangle in spring-expression 10 years ago
Andy Clement a40e42479c Fix SpEL handling of function reference 10 years ago
Sam Brannen 4412bc68aa Polish Javadoc 10 years ago
Andy Clement bc8e4d3680 Fix SpEL varargs handling and usage of other getValue() methods 10 years ago
Juergen Hoeller 8325b10080 Consistent formatting of license headers, package javadocs, and import declarations 10 years ago
Juergen Hoeller 92ad02ae8f Consistent number handling in StandardTypeComparator (BigInteger support, doubleValue fallback) 10 years ago
Andy Clement aae221cb15 Fix SpEL compilation of constructor invocation 10 years ago
Andy Clement 115f85e44f Enhance SpEL compilation to cover additional expression types 10 years ago
Juergen Hoeller d8160b3c09 Comprehensive revision of SpEL's bytecode generation and number handling (BigInteger support, doubleValue fallback) 10 years ago
Andy Clement bd7d56ac54 Fix VerifyError for SpEL ternary compilation 10 years ago