Created
October 13, 2011 11:27
-
-
Save ge0ffrey/1284011 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
commit ed5ae470110b2c4d142e196f002a2242a360cc5d | |
Merge: bca4d1e b41db0b | |
Author: mikebrock <[email protected]> | |
Date: Tue Oct 11 19:40:46 2011 -0700 | |
Merge pull request #26 from mariofusco/exprType | |
checks expression syntax and returns correct type | |
commit bca4d1e00444948646f9ec90443863142d578ffa | |
Merge: 80b150f 5d26273 | |
Author: mikebrock <[email protected]> | |
Date: Tue Oct 11 19:40:29 2011 -0700 | |
Merge pull request #25 from mariofusco/unsafeNullAccess | |
throws a NPE when the property of a null object is tried to be accessed in unsafe way | |
commit 5d2627390152db14b56d038175642954ba80c472 | |
Author: mariofusco <[email protected]> | |
Date: Tue Oct 11 21:22:13 2011 +0200 | |
throws a NPE when the property of a null object is tried to be accessed in unsafe way | |
commit b41db0b6c4f89acf89d9d3d9e4dd1ee6008ebcd2 | |
Author: mariofusco <[email protected]> | |
Date: Tue Oct 11 21:01:08 2011 +0200 | |
checks expression syntax and returns correct type | |
commit 80b150f1abea660eba352c3ebc769e06d7eb791a | |
Merge: 82fcf3a 5571a9d | |
Author: Geoffrey De Smet <[email protected]> | |
Date: Tue Oct 11 06:41:15 2011 -0700 | |
Merge pull request #24 from mariofusco/jdk5 | |
Very trivial change to make mvel run on JDK 5. Needed to merge it now so we can release mvel for drools. | |
commit 5571a9ddf3b040d7fc455e12f8a86c7cabeb5761 | |
Author: mariofusco <[email protected]> | |
Date: Mon Oct 10 15:22:49 2011 +0200 | |
replace usage of String.isEmpty() in order to make mvel compatible with java 5 | |
commit 82fcf3a346793af37cc88cdec22d70a63d207369 | |
Merge: c02c1dc 0d41f64 | |
Author: mikebrock <[email protected]> | |
Date: Fri Oct 7 11:54:32 2011 -0700 | |
Merge pull request #23 from mariofusco/parenthesis | |
lookahead to avoid invalid casts | |
commit 0d41f6468ded79cda2ab8ef7b513f9532838dcfc | |
Author: mariofusco <[email protected]> | |
Date: Fri Oct 7 20:27:48 2011 +0200 | |
lookahead to avoid invalid casts | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment