Bulid app files #446
Annotations
1 error and 12 warnings
build_app
Process completed with exit code 1.
|
build_app
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-java@v3, android-actions/setup-android@v2, actions/cache@v2, actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build_app
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build_app:
app/src/main/java/in/testpress/testpress/authenticator/LoginActivityV2.kt#L79
Unchecked cast: LoginViewModel to T
|
build_app:
app/src/main/java/in/testpress/testpress/authenticator/LoginActivityV2.kt#L190
'onBackPressed(): Unit' is deprecated. Overrides deprecated member in 'androidx.core.app.ComponentActivity'. Deprecated in Java
|
build_app:
app/src/main/java/in/testpress/testpress/authenticator/RegisterActivity.kt#L50
Enum argument can be null in Java, but exhaustive when contains no null branch
|
build_app:
app/src/main/java/in/testpress/testpress/authenticator/RegisterActivity.kt#L82
'onActivityResult(Int, Int, Intent?): Unit' is deprecated. Overrides deprecated member in 'androidx.activity.ComponentActivity'. Deprecated in Java
|
build_app:
app/src/main/java/in/testpress/testpress/ui/TermsAndConditionActivity.kt#L161
Parameter 'i' is never used, could be renamed to _
|
build_app:
app/src/main/java/in/testpress/testpress/ui/TermsAndConditionActivity.kt#L183
Parameter 'url' is never used
|
build_app:
app/src/main/java/in/testpress/testpress/ui/fragments/AutoLoginFragment.kt#L31
Non exhaustive 'when' statements on enum will be prohibited in 1.7, add 'LOADING' branch or 'else' branch instead
|
build_app:
app/src/main/java/in/testpress/testpress/ui/fragments/AutoLoginFragment.kt#L38
Non exhaustive 'when' statements on enum will be prohibited in 1.7, add 'LOADING' branch or 'else' branch instead
|
build_app:
app/src/main/java/in/testpress/testpress/ui/fragments/DiscussionFragmentv2.kt#L37
'startActivityForResult(Intent!, Int): Unit' is deprecated. Deprecated in Java
|
build_app:
app/src/main/java/in/testpress/testpress/ui/fragments/EmailVerificationFragment.kt#L28
Non exhaustive 'when' statements on enum will be prohibited in 1.7, add 'LOADING' branch or 'else' branch instead
|