kevin.cianfarini
01/25/2022, 3:11 PMmkrussel
01/25/2022, 3:15 PMphoneNumber
is a nullable range of strings. That would not be what I would expect the type of a phoneNumber variable to be.kevin.cianfarini
01/25/2022, 3:16 PMkevin.cianfarini
01/25/2022, 3:16 PMmkrussel
01/25/2022, 3:18 PMString
implements Comparable
so you can have a ClosedRange<String>
. But I just created a range of strings and I don't get that in the type hint. So I'm at a lost on what it would meankevin.cianfarini
01/25/2022, 3:20 PMphone_number
.kevin.cianfarini
01/25/2022, 3:20 PMmkrussel
01/25/2022, 3:21 PMString!
.
Seems like a bugkevin.cianfarini
01/25/2022, 3:21 PMKlitos Kyriacou
01/25/2022, 4:06 PMval logger = LoggerFactory.getLogger(...)
The older release, 2021.2.x, shows the type hint as Logger!
whereas the new release shows it as (Logger..Logger?)
.kevin.cianfarini
01/25/2022, 4:17 PMKlitos Kyriacou
01/25/2022, 4:32 PMAlexey Belkov [JB]
01/26/2022, 9:30 AM