• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// 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()
14