Alexander Udalov
95ec2448eb
Generate not-null assertions after method calls
...
If a method comes from Java and is annotated as returning NotNull, after
calling it we should check if it actually returned something other than null.
Introduce checkReturnedValueIsNotNull() in jet/runtime/Intrinsics which does
exactly that.
CallableMethod's invoke() and invokeDefault() are now private, use asserted
versions instead
2012-10-08 14:11:56 +04:00
..
2012-08-29 16:00:50 +04:00
2012-09-14 16:41:13 +04:00
2012-09-17 18:00:21 +04:00
2012-09-26 12:32:16 +04:00
2012-09-24 12:33:58 +04:00
2012-05-03 12:56:51 +03:00
2012-09-18 20:27:09 +04:00
2012-09-17 13:00:02 +03:00
2012-09-20 14:42:39 +04:00
2012-08-22 18:40:37 +03:00
2012-10-01 16:14:40 +04:00
2012-08-31 12:52:47 +04:00
2012-10-08 14:11:56 +04:00
2012-08-31 17:42:35 +03:00
2012-08-24 19:49:30 +04:00
2011-10-20 16:21:18 +02:00
2012-10-01 16:14:40 +04:00
2012-08-22 20:42:35 +04:00
2012-09-20 18:10:19 +04:00
2012-09-05 18:55:16 +04:00
2012-08-16 18:39:23 +04:00
2012-09-18 20:27:09 +04:00
2012-06-05 20:19:07 +04:00
2011-10-20 16:21:18 +02:00
2011-10-20 16:21:18 +02:00
2011-10-20 16:21:18 +02:00
2012-01-24 16:58:29 +04:00
2011-10-20 16:21:18 +02:00
2012-08-09 15:13:42 +04:00
2011-10-20 16:21:18 +02:00
2011-10-20 16:21:18 +02:00
2011-10-20 16:21:18 +02:00
2011-10-20 16:21:18 +02:00
2012-02-24 14:25:31 +04:00
2011-12-27 14:17:23 +04:00
2011-10-20 16:21:18 +02:00
2012-06-19 22:47:58 +04:00
2011-12-20 22:56:13 +04:00
2011-11-30 10:20:19 +03:00
2011-10-20 16:21:18 +02:00
2012-08-08 14:48:04 +04:00