Roman Kalukiewicz
24403f7ef2
Add @Nullable annotation to the parameter of Object.equals() methods.
...
Those annotations could be inferred by some tools (like Kotlin), but the
https://checkerframework.org/ doesn't check inherited annotations
complaining about all equals() invocations that get nullable argument.
The change was generated by running
find . -name \*.java | xargs sed -i 's/public boolean equals(Object /public boolean equals(@Nullable Object /'
in the frameworks/base directory and by automatically adding and
formatting required imports if needed. No manual edits.
Bug: 170883422
Test: Annotation change only. Should have not impact.
Exempt-From-Owner-Approval: Mechanical change not specific to any component.
Change-Id: I5eedb571c9d78862115dfdc5dae1cf2a35343580
2020-10-15 10:48:01 -07:00
..
2020-10-15 10:48:01 -07:00
2020-09-09 09:24:22 +08:00
2020-10-15 10:48:01 -07:00
2020-10-15 10:48:01 -07:00
2020-06-08 14:53:45 +08:00
2020-09-28 10:19:46 -04:00
2020-07-27 14:53:32 -07:00
2020-10-06 11:18:09 -06:00
2020-10-15 10:48:01 -07:00
2020-10-15 10:48:01 -07:00
2020-10-15 10:48:01 -07:00
2020-10-15 10:48:01 -07:00
2020-10-15 10:48:01 -07:00
2020-10-15 10:48:01 -07:00
2020-09-15 21:01:48 +00:00
2020-09-15 21:01:48 +00:00
2020-09-03 10:13:57 +08:00
2020-10-15 10:48:01 -07:00
2020-10-08 13:22:11 -07:00
2020-10-09 21:42:18 +00:00
2020-09-03 10:13:57 +08:00
2020-10-06 08:39:18 +08:00
2020-10-15 10:48:01 -07:00
2020-09-29 06:35:44 +00:00
2020-10-15 10:48:01 -07:00
2020-08-13 23:23:31 +00:00
2020-10-15 10:48:01 -07:00
2020-09-15 21:01:48 +00:00
2020-10-13 11:23:16 -07:00
2020-06-19 19:43:03 +01:00
2020-10-15 10:48:01 -07:00
2020-09-14 09:59:01 -06:00
2020-09-18 14:36:10 +08:00
2020-08-06 18:39:30 -07:00
2020-09-25 17:16:49 +00:00
2020-08-03 11:36:54 +08:00
2020-10-15 10:48:01 -07:00
2020-06-23 07:13:13 -06:00
2020-05-05 21:59:24 +02:00
2020-06-20 06:09:04 +00:00
2020-10-15 10:48:01 -07:00
2020-10-14 00:28:59 +00:00
2020-10-06 08:39:18 +08:00
2020-10-13 20:58:25 -07:00
2020-08-12 00:03:27 +00:00
2020-06-15 17:05:23 +00:00
2020-07-20 16:01:23 +09:00
2020-09-08 17:29:44 +08:00
2020-06-04 17:15:32 -07:00
2020-09-23 17:02:55 -07:00
2020-04-08 21:30:24 +08:00
2020-08-20 10:15:48 -07:00
2020-09-18 14:36:10 +08:00
2020-10-09 16:05:26 -04:00
2020-10-15 10:48:01 -07:00
2020-10-15 10:48:01 -07:00
2020-10-15 10:48:01 -07:00
2020-10-15 10:48:01 -07:00
2020-10-15 10:48:01 -07:00
2020-10-15 10:48:01 -07:00
2020-09-30 15:00:51 -07:00
2020-10-12 19:10:07 +08:00
2020-10-15 10:48:01 -07:00
2020-10-12 19:26:49 +00:00
2020-07-17 11:11:04 -07:00
2020-04-28 15:02:26 +01:00
2020-10-15 10:48:01 -07:00
2020-10-15 10:48:01 -07:00
2020-09-14 10:00:02 -06:00
2020-09-14 10:00:07 -06:00
2020-04-02 12:25:35 +01:00
2020-09-22 16:39:19 -07:00
2020-10-14 02:59:36 +00:00
2020-09-03 10:13:57 +08:00
2020-10-14 21:35:06 +00:00
2020-06-05 19:58:15 +00:00
2020-09-11 15:20:19 +08:00
2020-10-06 10:36:13 -07:00
2020-09-23 17:02:55 -07:00
2020-09-23 18:03:16 +00:00
2020-10-15 10:48:01 -07:00
2020-08-03 11:36:54 +08:00
2020-10-15 10:48:01 -07:00
2020-08-03 11:36:54 +08:00
2020-08-20 10:15:48 -07:00