Skip to content
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

Solve kotlin warnings #166

Open
ironjan opened this issue Apr 28, 2018 · 0 comments
Open

Solve kotlin warnings #166

ironjan opened this issue Apr 28, 2018 · 0 comments
Labels

Comments

@ironjan
Copy link
Owner

ironjan commented Apr 28, 2018

w: /home/ljan/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib-jre7/1.2.41/9e7a6f582de73d9cdc6c56ef4e23604a0ee55768/kotlin-stdlib-jre7-1.2.41.jar: kotlin-stdlib-jre7 is deprecated. Please use kotlin-stdlib-jdk7 instead
w: /home/ljan/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib-jre7/1.2.41/9e7a6f582de73d9cdc6c56ef4e23604a0ee55768/kotlin-stdlib-jre7-1.2.41.jar: kotlin-stdlib-jre7 is deprecated. Please use kotlin-stdlib-jdk7 instead
w: /home/ljan/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib-jre7/1.2.41/9e7a6f582de73d9cdc6c56ef4e23604a0ee55768/kotlin-stdlib-jre7-1.2.41.jar: kotlin-stdlib-jre7 is deprecated. Please use kotlin-stdlib-jdk7 instead
w: /home/ljan/projects/metal-only/app/src/main/kotlin/com/codingspezis/android/metalonly/player/favorites/FavoritesFragment.kt: (81, 17): 'getLayoutInflater(Bundle?): LayoutInflater' is deprecated. Deprecated in Java
w: /home/ljan/projects/metal-only/app/src/main/kotlin/com/codingspezis/android/metalonly/player/favorites/FavoritesFragment.kt: (85, 48): Parameter 'dialog' is never used, could be renamed to _
w: /home/ljan/projects/metal-only/app/src/main/kotlin/com/codingspezis/android/metalonly/player/favorites/FavoritesFragment.kt: (85, 56): Parameter 'action' is never used, could be renamed to _
w: /home/ljan/projects/metal-only/app/src/main/kotlin/com/codingspezis/android/metalonly/player/favorites/FavoritesFragment.kt: (94, 51): 'isAlreadyIn(HistoricTrack): Int' is deprecated. Move to {@link SongSaver#contains(HistoricTrack)}
w: /home/ljan/projects/metal-only/app/src/main/kotlin/com/codingspezis/android/metalonly/player/favorites/FavoritesFragment.kt: (180, 60): Parameter 'dialog' is never used, could be renamed to _
w: /home/ljan/projects/metal-only/app/src/main/kotlin/com/codingspezis/android/metalonly/player/favorites/FavoritesFragment.kt: (190, 53): Parameter 'dialog' is never used, could be renamed to _
w: /home/ljan/projects/metal-only/app/src/main/kotlin/com/codingspezis/android/metalonly/player/favorites/FavoritesFragment.kt: (190, 61): Parameter 'action' is never used, could be renamed to _
w: /home/ljan/projects/metal-only/app/src/main/kotlin/com/codingspezis/android/metalonly/player/favorites/SongSaver.kt: (125, 17): 'isAlreadyIn(HistoricTrack): Int' is deprecated. Move to {@link SongSaver#contains(HistoricTrack)}
w: /home/ljan/projects/metal-only/app/src/main/kotlin/com/codingspezis/android/metalonly/player/favorites/SongSaver.kt: (170, 16): 'isAlreadyIn(HistoricTrack): Int' is deprecated. Move to {@link SongSaver#contains(HistoricTrack)}
w: /home/ljan/projects/metal-only/app/src/main/kotlin/com/codingspezis/android/metalonly/player/utils/ImageLoader.kt: (134, 27): This class shouldn't be used in Kotlin. Use kotlin.Any instead.

@ironjan ironjan added the task label Apr 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant