|
13 | 13 | <issue
|
14 | 14 | id="BanHideAnnotation"
|
15 | 15 | message="@hide is not allowed in Javadoc"
|
16 |
| - errorLine1="open class CredentialProviderBaseController(private val activity: android.app.Activity) {" |
| 16 | + errorLine1="open class CredentialProviderBaseController(private val context: Context) {" |
17 | 17 | errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
18 | 18 | <location
|
19 | 19 | file="src/main/java/androidx/credentials/playservices/controllers/CredentialProviderBaseController.kt"/>
|
|
22 | 22 | <issue
|
23 | 23 | id="BanHideAnnotation"
|
24 | 24 | message="@hide is not allowed in Javadoc"
|
25 |
| - errorLine1="class CredentialProviderBeginSignInController(private val activity: Activity) :" |
| 25 | + errorLine1="class CredentialProviderBeginSignInController(private val context: Context) :" |
26 | 26 | errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
27 | 27 | <location
|
28 | 28 | file="src/main/java/androidx/credentials/playservices/controllers/BeginSignIn/CredentialProviderBeginSignInController.kt"/>
|
|
40 | 40 | <issue
|
41 | 41 | id="BanHideAnnotation"
|
42 | 42 | message="@hide is not allowed in Javadoc"
|
43 |
| - errorLine1="class CredentialProviderCreatePasswordController(private val activity: Activity) :" |
| 43 | + errorLine1="class CredentialProviderCreatePasswordController(private val context: Context) :" |
44 | 44 | errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
45 | 45 | <location
|
46 | 46 | file="src/main/java/androidx/credentials/playservices/controllers/CreatePassword/CredentialProviderCreatePasswordController.kt"/>
|
|
49 | 49 | <issue
|
50 | 50 | id="BanHideAnnotation"
|
51 | 51 | message="@hide is not allowed in Javadoc"
|
52 |
| - errorLine1="class CredentialProviderCreatePublicKeyCredentialController(private val activity: Activity) :" |
| 52 | + errorLine1="class CredentialProviderCreatePublicKeyCredentialController(private val context: Context) :" |
53 | 53 | errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
54 | 54 | <location
|
55 | 55 | file="src/main/java/androidx/credentials/playservices/controllers/CreatePublicKeyCredential/CredentialProviderCreatePublicKeyCredentialController.kt"/>
|
|
91 | 91 | file="src/main/java/androidx/credentials/playservices/controllers/CreatePublicKeyCredential/PublicKeyCredentialControllerUtility.kt"/>
|
92 | 92 | </issue>
|
93 | 93 |
|
| 94 | + <issue |
| 95 | + id="UsesNonDefaultVisibleForTesting" |
| 96 | + message="Found non-default `otherwise` value for @VisibleForTesting" |
| 97 | + errorLine1=" @VisibleForTesting(otherwise = VisibleForTesting.PRIVATE)" |
| 98 | + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| 99 | + <location |
| 100 | + file="src/main/java/androidx/credentials/playservices/controllers/BeginSignIn/CredentialProviderBeginSignInController.kt"/> |
| 101 | + </issue> |
| 102 | + |
| 103 | + <issue |
| 104 | + id="UsesNonDefaultVisibleForTesting" |
| 105 | + message="Found non-default `otherwise` value for @VisibleForTesting" |
| 106 | + errorLine1=" @VisibleForTesting(otherwise = VisibleForTesting.PRIVATE)" |
| 107 | + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| 108 | + <location |
| 109 | + file="src/main/java/androidx/credentials/playservices/controllers/BeginSignIn/CredentialProviderBeginSignInController.kt"/> |
| 110 | + </issue> |
| 111 | + |
| 112 | + <issue |
| 113 | + id="UsesNonDefaultVisibleForTesting" |
| 114 | + message="Found non-default `otherwise` value for @VisibleForTesting" |
| 115 | + errorLine1=" @VisibleForTesting(otherwise = VisibleForTesting.PRIVATE)" |
| 116 | + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| 117 | + <location |
| 118 | + file="src/main/java/androidx/credentials/playservices/controllers/BeginSignIn/CredentialProviderBeginSignInController.kt"/> |
| 119 | + </issue> |
| 120 | + |
| 121 | + <issue |
| 122 | + id="UsesNonDefaultVisibleForTesting" |
| 123 | + message="Found non-default `otherwise` value for @VisibleForTesting" |
| 124 | + errorLine1=" @VisibleForTesting(otherwise = VisibleForTesting.PROTECTED)" |
| 125 | + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| 126 | + <location |
| 127 | + file="src/main/java/androidx/credentials/playservices/controllers/BeginSignIn/CredentialProviderBeginSignInController.kt"/> |
| 128 | + </issue> |
| 129 | + |
| 130 | + <issue |
| 131 | + id="UsesNonDefaultVisibleForTesting" |
| 132 | + message="Found non-default `otherwise` value for @VisibleForTesting" |
| 133 | + errorLine1=" @VisibleForTesting(otherwise = VisibleForTesting.PROTECTED)" |
| 134 | + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| 135 | + <location |
| 136 | + file="src/main/java/androidx/credentials/playservices/controllers/BeginSignIn/CredentialProviderBeginSignInController.kt"/> |
| 137 | + </issue> |
| 138 | + |
| 139 | + <issue |
| 140 | + id="UsesNonDefaultVisibleForTesting" |
| 141 | + message="Found non-default `otherwise` value for @VisibleForTesting" |
| 142 | + errorLine1=" @VisibleForTesting(otherwise = VisibleForTesting.PRIVATE)" |
| 143 | + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| 144 | + <location |
| 145 | + file="src/main/java/androidx/credentials/playservices/controllers/CreatePassword/CredentialProviderCreatePasswordController.kt"/> |
| 146 | + </issue> |
| 147 | + |
| 148 | + <issue |
| 149 | + id="UsesNonDefaultVisibleForTesting" |
| 150 | + message="Found non-default `otherwise` value for @VisibleForTesting" |
| 151 | + errorLine1=" @VisibleForTesting(otherwise = VisibleForTesting.PRIVATE)" |
| 152 | + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| 153 | + <location |
| 154 | + file="src/main/java/androidx/credentials/playservices/controllers/CreatePassword/CredentialProviderCreatePasswordController.kt"/> |
| 155 | + </issue> |
| 156 | + |
| 157 | + <issue |
| 158 | + id="UsesNonDefaultVisibleForTesting" |
| 159 | + message="Found non-default `otherwise` value for @VisibleForTesting" |
| 160 | + errorLine1=" @VisibleForTesting(otherwise = VisibleForTesting.PROTECTED)" |
| 161 | + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| 162 | + <location |
| 163 | + file="src/main/java/androidx/credentials/playservices/controllers/CreatePassword/CredentialProviderCreatePasswordController.kt"/> |
| 164 | + </issue> |
| 165 | + |
| 166 | + <issue |
| 167 | + id="UsesNonDefaultVisibleForTesting" |
| 168 | + message="Found non-default `otherwise` value for @VisibleForTesting" |
| 169 | + errorLine1=" @VisibleForTesting(otherwise = VisibleForTesting.PROTECTED)" |
| 170 | + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| 171 | + <location |
| 172 | + file="src/main/java/androidx/credentials/playservices/controllers/CreatePassword/CredentialProviderCreatePasswordController.kt"/> |
| 173 | + </issue> |
| 174 | + |
| 175 | + <issue |
| 176 | + id="UsesNonDefaultVisibleForTesting" |
| 177 | + message="Found non-default `otherwise` value for @VisibleForTesting" |
| 178 | + errorLine1=" @VisibleForTesting(otherwise = VisibleForTesting.PRIVATE)" |
| 179 | + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| 180 | + <location |
| 181 | + file="src/main/java/androidx/credentials/playservices/controllers/CreatePublicKeyCredential/CredentialProviderCreatePublicKeyCredentialController.kt"/> |
| 182 | + </issue> |
| 183 | + |
| 184 | + <issue |
| 185 | + id="UsesNonDefaultVisibleForTesting" |
| 186 | + message="Found non-default `otherwise` value for @VisibleForTesting" |
| 187 | + errorLine1=" @VisibleForTesting(otherwise = VisibleForTesting.PRIVATE)" |
| 188 | + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| 189 | + <location |
| 190 | + file="src/main/java/androidx/credentials/playservices/controllers/CreatePublicKeyCredential/CredentialProviderCreatePublicKeyCredentialController.kt"/> |
| 191 | + </issue> |
| 192 | + |
| 193 | + <issue |
| 194 | + id="UsesNonDefaultVisibleForTesting" |
| 195 | + message="Found non-default `otherwise` value for @VisibleForTesting" |
| 196 | + errorLine1=" @VisibleForTesting(otherwise = VisibleForTesting.PRIVATE)" |
| 197 | + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| 198 | + <location |
| 199 | + file="src/main/java/androidx/credentials/playservices/controllers/CreatePublicKeyCredential/CredentialProviderCreatePublicKeyCredentialController.kt"/> |
| 200 | + </issue> |
| 201 | + |
| 202 | + <issue |
| 203 | + id="UsesNonDefaultVisibleForTesting" |
| 204 | + message="Found non-default `otherwise` value for @VisibleForTesting" |
| 205 | + errorLine1=" @VisibleForTesting(otherwise = VisibleForTesting.PROTECTED)" |
| 206 | + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| 207 | + <location |
| 208 | + file="src/main/java/androidx/credentials/playservices/controllers/CreatePublicKeyCredential/CredentialProviderCreatePublicKeyCredentialController.kt"/> |
| 209 | + </issue> |
| 210 | + |
| 211 | + <issue |
| 212 | + id="UsesNonDefaultVisibleForTesting" |
| 213 | + message="Found non-default `otherwise` value for @VisibleForTesting" |
| 214 | + errorLine1=" @VisibleForTesting(otherwise = VisibleForTesting.PROTECTED)" |
| 215 | + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| 216 | + <location |
| 217 | + file="src/main/java/androidx/credentials/playservices/controllers/CreatePublicKeyCredential/CredentialProviderCreatePublicKeyCredentialController.kt"/> |
| 218 | + </issue> |
| 219 | + |
94 | 220 | </issues>
|
0 commit comments