blob: 892411f8c3a10f1defaa368728d4ef6138af9f2c [file] [log] [blame]
Anton Hansson340954c2020-05-01 18:25:09 +01001// Baseline format: 1.0
2GenericException: android.net.wifi.WifiManager.LocalOnlyHotspotReservation#finalize():
3 Methods must not throw generic exceptions (`java.lang.Throwable`)
4GenericException: android.net.wifi.WifiManager.MulticastLock#finalize():
5 Methods must not throw generic exceptions (`java.lang.Throwable`)
6GenericException: android.net.wifi.WifiManager.WifiLock#finalize():
7 Methods must not throw generic exceptions (`java.lang.Throwable`)
8
9
10VisiblySynchronized: PsiThisExpression:WifiManager.this:
11 Internal locks must not be exposed (synchronizing on this or class is still externally observable): method android.net.wifi.WifiManager.WifiLock.finalize()
12VisiblySynchronized: android.net.wifi.WifiManager.WifiLock#finalize():
13 Internal locks must not be exposed (synchronizing on this or class is still externally observable): method android.net.wifi.WifiManager.WifiLock.finalize()