170 Commits (600e5915b41d18a6d9c40d48d5f3c294490cfc8a)

Author SHA1 Message Date
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 9 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
Juergen Hoeller 0cc877ad0f MethodReference accesses cached executor in a thread-safe manner 10 years ago
Juergen Hoeller cfd9fd6863 Polishing 10 years ago
Juergen Hoeller c508a70c15 MethodReference accesses cached executor in a thread-safe manner 10 years ago
Juergen Hoeller cc29db4c50 Polishing 10 years ago
Juergen Hoeller 7387475deb Polishing 10 years ago
Juergen Hoeller 60e58a2012 Polishing 10 years ago
Stephane Nicoll 5b1341f4b5 Fix String equality 10 years ago
Stephane Nicoll 0b2c0cfb4f Fix some warning 10 years ago
Andy Clement 095bd99951 Add support for inline maps in SpEL expressions 10 years ago
Andy Clement 813cc3b339 Fix compilation of SpEL Indexer nodes involving map references 10 years ago
Andy Clement d30174897d Support compilation of the SpEL operator OpModulus 10 years ago
Andy Clement 59080ff2b2 Cope with generic methods during SpEL compilation 10 years ago
Juergen Hoeller 4b09fcc67c Revised exitTypeDescriptor handling to avoid NPEs 10 years ago
Juergen Hoeller 9d6c38bd54 Consistent bracket alignment 10 years ago
Juergen Hoeller bad74dc836 Revision of SpelCompiler support, resolving a subpackage cycle through moving CodeFlow and CompilablePropertyAccessor to the main spel package 10 years ago
Andy Clement 2eeb2e9235 Add a compiler for SpEL 10 years ago
Juergen Hoeller b559f15a00 Polishing 10 years ago