fix: 要注意項目22個のLint警告を修正#10
Merged
Merged
Conversation
## UnusedResources (18個) - 未使用リソース削除 - strings_activity_settings.xml内の未使用テンプレート文字列を削除 - pref_header_general, pref_title_social_recommendations等 - 設定画面のサンプル文字列群(実際には使用されていない) ## SuspiciousIndentation (4個) - インデント修正 - left_filter.java:48-49 - if-else文に波括弧追加で保守性向上 - right_filter.java:41-42 - if-else文に波括弧追加で保守性向上⚠️ 懸念点をコメントで記録: 1. 動的リソース参照は確認済み(なし)- 削除は安全 2. インデント修正はロジックに影響なし - 保守性のみ向上 3. BUILD SUCCESSFUL確認済み 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: 106- <106-@users.noreply.github.com>
Owner
Author
|
既存の動作は完全に保持 ほんとかな? |
Owner
Author
|
差分見た感じだとほんとっぽいのでヨシ! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
概要
要注意項目として残っていた22個のLint警告を修正しました。
UnusedResources (18個) - 未使用リソース削除
strings_activity_settings.xml内の未使用テンプレート文字列を削除pref_header_general,pref_title_social_recommendations等SuspiciousIndentation (4個) - インデント修正
left_filter.java:48-49- if-else文に波括弧追加で保守性向上right_filter.java:41-42- if-else文に波括弧追加で保守性向上懸念点の記録
全体進捗
Generated with Claude Code