Open amosyuen opened 3 years ago
app:13252021-07-19 03:37:40.161 am errorjava.lang.NullPointerException: Cannot get property 'displayName' on null object on line 2210 (updated)
Seems that the line references dev.displayName, but there is no dev object. Probably meant to access iterator variable it.
dev.displayName
it
Thanks It will almost certainly be, as you say, referencing dev incorrectly and should be it.displayName I have corrected a few of those along the way,,
dev
it.displayName
app:13252021-07-19 03:37:40.161 am errorjava.lang.NullPointerException: Cannot get property 'displayName' on null object on line 2210 (updated)
Seems that the line references
dev.displayName
, but there is no dev object. Probably meant to access iterator variableit
.