티스토리 뷰
Computer/Android&iOS
Implicitly using the default locale is a common source of bugs: Use toUpperCase(Locale) instead
ywlee 2014. 8. 20. 11:42에러 내용 :
Implicitly using the default locale is a common source of bugs: Use toUpperCase(Locale) instead
원인 :
??? 불분명함.
toUpperCase 에 Locale 정보를 같이 보내주지 않아서 생기는 린트워닝인듯
toUpperCase() 를 사용할땐 Local.getDefaults() 를 인자로 넣어야한다.
해결책 :
toUpperCase() ==> toUpperCase(Locale.getDefault())
'Computer > Android&iOS' 카테고리의 다른 글
android.util.AndroidRuntimeException: Calling startActivity() from outside of an Activity context requires the FLAG_ACTIVITY_NEW_TASK flag. Is this really what you want? (2) | 2014.10.23 |
---|---|
onWindowFocusChanged (0) | 2014.09.30 |
안드로이드 퍼미션 종류 (0) | 2014.06.27 |
Android API Level(Version) (0) | 2014.05.13 |
v4 의 Fragment와 android.app.Fragment 는 다르다. (0) | 2014.05.08 |
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- 앵커브리핑
- 뉴스룸
- xcode
- node.js
- php
- Phaser
- nodejs
- C언어
- C
- git hub
- 안드로이드
- IOS
- 노드
- mysql
- Android
- 서버
- 배열
- 점유율
- BBC 가쉽
- Kotlin
- Swift
- CentOS
- 리눅스
- 깃헙
- GIT
- 손석희
- Node
- Asterisk
- linux
- 스위프트
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
글 보관함