1// Baseline format: 1.0
2AutoBoxing: androidx.paging.PagingState#PagingState(java.util.List<androidx.paging.PagingSource.LoadResult.Page<Key,Value>>, Integer, androidx.paging.PagingConfig, int) parameter #1:
3    Must avoid boxed primitives (`java.lang.Integer`)
4AutoBoxing: androidx.paging.PagingState#getAnchorPosition():
5    Must avoid boxed primitives (`java.lang.Integer`)
6
7
8ExecutorRegistration: androidx.paging.DataSource#addInvalidatedCallback(androidx.paging.DataSource.InvalidatedCallback):
9    Registration methods should have overload that accepts delivery Executor: `addInvalidatedCallback`
10
11
12GetterSetterNames: androidx.paging.LoadState#endOfPaginationReached:
13    Invalid name for boolean property `endOfPaginationReached`. Should start with one of `has`, `can`, `should`, `is`.
14GetterSetterNames: androidx.paging.PagingSource#invalid:
15    Invalid name for boolean property `invalid`. Should start with one of `has`, `can`, `should`, `is`.
16GetterSetterNames: androidx.paging.PagingSource#jumpingSupported:
17    Invalid name for boolean property `jumpingSupported`. Should start with one of `has`, `can`, `should`, `is`.
18GetterSetterNames: androidx.paging.PagingSource#keyReuseSupported:
19    Invalid name for boolean property `keyReuseSupported`. Should start with one of `has`, `can`, `should`, `is`.
20GetterSetterNames: androidx.paging.PagingSource.LoadParams#placeholdersEnabled:
21    Invalid name for boolean property `placeholdersEnabled`. Should start with one of `has`, `can`, `should`, `is`.
22GetterSetterNames: androidx.paging.RemoteMediator.MediatorResult.Success#endOfPaginationReached:
23    Invalid name for boolean property `endOfPaginationReached`. Should start with one of `has`, `can`, `should`, `is`.
24
25
26KotlinDefaultParameterOrder: androidx.paging.Pager#Pager(androidx.paging.PagingConfig, Key, androidx.paging.RemoteMediator<Key,Value>, kotlin.jvm.functions.Function0<? extends androidx.paging.PagingSource<Key,Value>>) parameter #1:
27    Parameter `initialKey` has a default value and should come after all parameters without default values (except for a trailing lambda parameter)
28KotlinDefaultParameterOrder: androidx.paging.PagingDataTransforms#insertFooterItem(androidx.paging.PagingData<T>, androidx.paging.TerminalSeparatorType, T) parameter #1:
29    Parameter `terminalSeparatorType` has a default value and should come after all parameters without default values (except for a trailing lambda parameter)
30KotlinDefaultParameterOrder: androidx.paging.PagingDataTransforms#insertHeaderItem(androidx.paging.PagingData<T>, androidx.paging.TerminalSeparatorType, T) parameter #1:
31    Parameter `terminalSeparatorType` has a default value and should come after all parameters without default values (except for a trailing lambda parameter)
32KotlinDefaultParameterOrder: androidx.paging.PagingDataTransforms#insertSeparators(androidx.paging.PagingData<T>, androidx.paging.TerminalSeparatorType, java.util.concurrent.Executor, kotlin.jvm.functions.Function2<? super T,? super T,? extends R>) parameter #1:
33    Parameter `terminalSeparatorType` has a default value and should come after all parameters without default values (except for a trailing lambda parameter)
34