-
Notifications
You must be signed in to change notification settings - Fork 1
fix: compiler warnings and code patterns #604
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: chore/i18n-localization
Are you sure you want to change the base?
Conversation
8519098 to
6473f3f
Compare
| package to.bitkit.ui | ||
|
|
||
| import android.Manifest | ||
| import android.Manifest.* |
Check warning
Code scanning / detekt
Detects wildcard imports Warning
| package to.bitkit.ui | ||
|
|
||
| import android.Manifest | ||
| import android.Manifest.* |
Check warning
Code scanning / detekt
Wildcard imports should be replaced with imports using fully qualified class names. Wildcard imports can lead to naming conflicts. A library update can introduce naming clashes with your classes which results in compilation errors. Warning
This comment has been minimized.
This comment has been minimized.
6473f3f to
07b4993
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
c19b0d1 to
0008849
Compare
Co-Authored-By: Claude Opus 4.5 <[email protected]>
07b4993 to
7b01dd7
Compare
Note
Stacked PR targeting:
Merge #603 first, then this PR will auto-retarget to
master.Description
This PR (excluding i18n changes in #603):
classinstead ofdata classordata objectcontextto logs where it was missingtry/catchstatements torunCatchingEnvconstantscompose-stability-analyzerpluginPreview
N/A
QA Notes
1. Boost Fee Estimates
2. Weather Widget
3. Regression Testing
🤖 Generated with Claude Code