Mark Punzalan
e91a16556c
JVM_IR: Do not add redundant field initializers.
...
Initializers are "set field" expressions and are considered redundant
when they are:
1. In the primary constructor; and
2. Set the field to `0`, `false`, or `null`; and
3. Have a `null` origin. I.e., not in an initializer block or
constructor body, and therefore the field could not have been set by a
prior expression.
2019-02-05 08:44:33 +01:00
..
2019-01-02 12:37:06 +01:00
2019-01-02 12:37:06 +01:00
2019-01-31 18:19:41 +03:00
2018-11-28 00:00:13 +03:00
2018-10-17 18:39:49 +02:00
2019-01-02 12:37:06 +01:00
2019-01-02 12:37:06 +01:00
2019-01-31 18:19:41 +03:00
2019-01-11 15:27:52 +01:00
2019-01-14 14:54:18 +03:00
2019-01-18 13:44:05 +03:00
2019-02-05 08:44:33 +01:00
2019-01-02 12:37:06 +01:00
2019-01-11 15:27:52 +01:00
2019-01-02 12:37:06 +01:00
2016-04-08 17:40:38 +03:00
2016-04-05 00:39:46 +03:00
2018-08-23 09:51:53 +03:00
2019-01-02 12:37:06 +01:00
2019-01-02 12:37:06 +01:00
2018-12-20 12:55:09 +01:00
2018-12-20 12:55:09 +01:00
2019-02-05 08:44:33 +01:00
2018-12-05 01:48:43 +03:00
2018-08-30 14:57:33 +03:00
2019-01-02 12:37:06 +01:00
2018-05-16 17:16:22 +02:00
2019-01-31 18:19:41 +03:00
2019-01-23 15:11:14 +01:00
2018-12-20 12:55:09 +01:00
2018-12-20 12:55:09 +01:00
2017-04-03 14:51:15 +03:00
2016-03-09 10:25:38 +03:00
2018-10-18 12:13:22 +02:00
2016-03-09 10:25:38 +03:00
2019-01-02 12:37:06 +01:00
2018-12-26 08:43:00 +03:00
2018-12-20 12:55:09 +01:00
2017-02-03 19:35:15 +03:00
2018-04-03 21:22:14 +02:00
2019-01-02 12:37:06 +01:00