|
| 1 | +<?xml version="1.0" ?> |
| 2 | +<SmellBaseline> |
| 3 | + <ManuallySuppressedIssues></ManuallySuppressedIssues> |
| 4 | + <CurrentIssues> |
| 5 | + <ID>ComplexMethod:LocationManager.kt$LocationManager$override suspend fun requestPermission(): Boolean</ID> |
| 6 | + <ID>ConstructorParameterNaming:GmsLocationController.kt$GmsLocationController$private val _applicationService: IApplicationService</ID> |
| 7 | + <ID>ConstructorParameterNaming:GmsLocationController.kt$GmsLocationController$private val _fusedLocationApiWrapper: IFusedLocationApiWrapper</ID> |
| 8 | + <ID>ConstructorParameterNaming:GmsLocationController.kt$GmsLocationController.GoogleApiClientListener$private val _parent: GmsLocationController</ID> |
| 9 | + <ID>ConstructorParameterNaming:GmsLocationController.kt$GmsLocationController.LocationUpdateListener$private val _applicationService: IApplicationService</ID> |
| 10 | + <ID>ConstructorParameterNaming:GmsLocationController.kt$GmsLocationController.LocationUpdateListener$private val _fusedLocationApiWrapper: IFusedLocationApiWrapper</ID> |
| 11 | + <ID>ConstructorParameterNaming:GmsLocationController.kt$GmsLocationController.LocationUpdateListener$private val _parent: GmsLocationController</ID> |
| 12 | + <ID>ConstructorParameterNaming:HmsLocationController.kt$HmsLocationController$private val _applicationService: IApplicationService</ID> |
| 13 | + <ID>ConstructorParameterNaming:HmsLocationController.kt$HmsLocationController.LocationUpdateListener$private val _applicationService: IApplicationService</ID> |
| 14 | + <ID>ConstructorParameterNaming:HmsLocationController.kt$HmsLocationController.LocationUpdateListener$private val _parent: HmsLocationController</ID> |
| 15 | + <ID>ConstructorParameterNaming:LocationBackgroundService.kt$LocationBackgroundService$private val _applicationService: IApplicationService</ID> |
| 16 | + <ID>ConstructorParameterNaming:LocationBackgroundService.kt$LocationBackgroundService$private val _capturer: ILocationCapturer</ID> |
| 17 | + <ID>ConstructorParameterNaming:LocationBackgroundService.kt$LocationBackgroundService$private val _locationManager: ILocationManager</ID> |
| 18 | + <ID>ConstructorParameterNaming:LocationBackgroundService.kt$LocationBackgroundService$private val _prefs: ILocationPreferencesService</ID> |
| 19 | + <ID>ConstructorParameterNaming:LocationBackgroundService.kt$LocationBackgroundService$private val _time: ITime</ID> |
| 20 | + <ID>ConstructorParameterNaming:LocationCapturer.kt$LocationCapturer$private val _applicationService: IApplicationService</ID> |
| 21 | + <ID>ConstructorParameterNaming:LocationCapturer.kt$LocationCapturer$private val _controller: ILocationController</ID> |
| 22 | + <ID>ConstructorParameterNaming:LocationCapturer.kt$LocationCapturer$private val _prefs: ILocationPreferencesService</ID> |
| 23 | + <ID>ConstructorParameterNaming:LocationCapturer.kt$LocationCapturer$private val _propertiesModelStore: PropertiesModelStore</ID> |
| 24 | + <ID>ConstructorParameterNaming:LocationCapturer.kt$LocationCapturer$private val _time: ITime</ID> |
| 25 | + <ID>ConstructorParameterNaming:LocationManager.kt$LocationManager$private val _applicationService: IApplicationService</ID> |
| 26 | + <ID>ConstructorParameterNaming:LocationManager.kt$LocationManager$private val _capturer: ILocationCapturer</ID> |
| 27 | + <ID>ConstructorParameterNaming:LocationManager.kt$LocationManager$private val _locationController: ILocationController</ID> |
| 28 | + <ID>ConstructorParameterNaming:LocationManager.kt$LocationManager$private val _locationPermissionController: LocationPermissionController</ID> |
| 29 | + <ID>ConstructorParameterNaming:LocationManager.kt$LocationManager$private val _prefs: IPreferencesService</ID> |
| 30 | + <ID>ConstructorParameterNaming:LocationPermissionController.kt$LocationPermissionController$private val _applicationService: IApplicationService</ID> |
| 31 | + <ID>ConstructorParameterNaming:LocationPermissionController.kt$LocationPermissionController$private val _requestPermission: IRequestPermissionService</ID> |
| 32 | + <ID>ConstructorParameterNaming:LocationPreferencesService.kt$LocationPreferencesService$private val _prefs: IPreferencesService</ID> |
| 33 | + <ID>ForbiddenComment:GmsLocationController.kt$GmsLocationController$// TODO: google api client has a blocking connect with timeout, use that instead of our withTimeout?</ID> |
| 34 | + <ID>LongMethod:GmsLocationController.kt$GmsLocationController$override suspend fun start(): Boolean</ID> |
| 35 | + <ID>LongMethod:HmsLocationController.kt$HmsLocationController$override suspend fun start(): Boolean</ID> |
| 36 | + <ID>LongMethod:LocationManager.kt$LocationManager$override suspend fun requestPermission(): Boolean</ID> |
| 37 | + <ID>MagicNumber:GmsLocationController.kt$GmsLocationController.LocationUpdateListener$1.5</ID> |
| 38 | + <ID>MagicNumber:HmsLocationController.kt$HmsLocationController.LocationUpdateListener$1.5</ID> |
| 39 | + <ID>MagicNumber:LocationBackgroundService.kt$LocationBackgroundService$1000</ID> |
| 40 | + <ID>MagicNumber:LocationCapturer.kt$LocationCapturer$7</ID> |
| 41 | + <ID>MagicNumber:LocationManager.kt$LocationManager$29</ID> |
| 42 | + <ID>MayBeConst:GmsLocationController.kt$GmsLocationController.Companion$val API_FALLBACK_TIME = 30000</ID> |
| 43 | + <ID>PrintStackTrace:GoogleApiClientCompatProxy.kt$GoogleApiClientCompatProxy$t</ID> |
| 44 | + <ID>ProtectedMemberInFinalClass:GmsLocationController.kt$GmsLocationController$LocationHandlerThread : HandlerThread</ID> |
| 45 | + <ID>SwallowedException:GmsLocationController.kt$GmsLocationController$e: TimeoutCancellationException</ID> |
| 46 | + <ID>SwallowedException:LocationUtils.kt$LocationUtils$e: NoClassDefFoundError</ID> |
| 47 | + <ID>TooGenericExceptionCaught:FusedLocationApiWrapperImpl.kt$FusedLocationApiWrapperImpl$t: Throwable</ID> |
| 48 | + <ID>TooGenericExceptionCaught:GoogleApiClientCompatProxy.kt$GoogleApiClientCompatProxy$t: Throwable</ID> |
| 49 | + <ID>TooGenericExceptionCaught:HmsLocationController.kt$HmsLocationController$e: Exception</ID> |
| 50 | + <ID>TooGenericExceptionCaught:LocationManager.kt$LocationManager$t: Throwable</ID> |
| 51 | + <ID>TooGenericExceptionThrown:GmsLocationController.kt$GmsLocationController.LocationUpdateListener$throw Exception("googleApiClient not connected, cannot listen!")</ID> |
| 52 | + </CurrentIssues> |
| 53 | +</SmellBaseline> |
0 commit comments