http://kurrytran.blogspot.kr/2014/05/android-studio-list-of-suppress-warning.html
@SuppressWarnings("all")
@SuppressWarnings("unchecked")
@SuppressWarnings({"JavaDoc"})
@SuppressWarnings({"UnusedDeclaration"})
@SuppressWarnings({"UnusedParameters"})
@SuppressWarnings({"FieldCanBeLocal"})
@SuppressWarnings("StringEquality")
@SuppressWarnings("boxing")
@SuppressWarnings({"unchecked", "RawUseOfParameterizedType"})
@SuppressWarnings("deprecation")
@SuppressWarnings("FinalizeDoesntCallSuperFinalize")
@SuppressWarnings("ThrowableInstanceNeverThrown")
@SuppressWarnings("cast")
@SuppressWarnings("nls")
@SuppressWarnings({"unchecked","SuspiciousSystemArraycopy"})
@SuppressWarnings({ "serial", "rawtypes" })
@SuppressWarnings({"EmptyCatchBlock", "PointlessBooleanExpression"})
@SuppressWarnings({"JavadocReference"})
@SuppressWarnings("RedundantStringConstructorCall")
@SuppressWarnings("PublicInnerClass")
@SuppressWarnings("ConstantConditions")
@SuppressWarnings("ReturnOfNull")
@SuppressWarnings("SuspiciousNameCombination")
@SuppressWarnings("ThrowableResultOfMethodCallIgnored")
@SuppressWarnings("PackageVisibleField")
@SuppressWarnings({"AssignmentToMethodParameter", "ConstantConditions"})
@SuppressWarnings("ObjectToString")
@SuppressWarnings("AccessOfSystemProperties")
@SuppressWarnings("CloneDoesntCallSuperClone")
@SuppressWarnings("CloneableClassInSecureContext")
@SuppressWarnings({"PublicField"})
@SuppressWarnings({"HardCodedStringLiteral"})
@SuppressWarnings("SpellCheckingInspection")
@SuppressWarnings("JUnitTestCaseWithNonTrivialConstructors")
@SuppressWarnings("IOResourceOpenedButNotSafelyClosed")
@SuppressWarnings({"MethodMayBeStatic"})
@SuppressWarnings("ResultOfMethodCallIgnored")
@SuppressWarnings("ForLoopReplaceableByForEach")
@SuppressWarnings({ "AutoUnboxing" })
@SuppressWarnings({"CallToSimpleGetterFromWithinClass"})
@SuppressWarnings({"SimplifiableIfStatement"})
@SuppressWarnings("all")
@SuppressWarnings("unchecked")
@SuppressWarnings({"JavaDoc"})
@SuppressWarnings({"UnusedDeclaration"})
@SuppressWarnings({"UnusedParameters"})
@SuppressWarnings({"FieldCanBeLocal"})
@SuppressWarnings("StringEquality")
@SuppressWarnings("boxing")
@SuppressWarnings({"unchecked", "RawUseOfParameterizedType"})
@SuppressWarnings("deprecation")
@SuppressWarnings("FinalizeDoesntCallSuperFinalize")
@SuppressWarnings("ThrowableInstanceNeverThrown")
@SuppressWarnings("cast")
@SuppressWarnings("nls")
@SuppressWarnings({"unchecked","SuspiciousSystemArraycopy"})
@SuppressWarnings({ "serial", "rawtypes" })
@SuppressWarnings({"EmptyCatchBlock", "PointlessBooleanExpression"})
@SuppressWarnings({"JavadocReference"})
@SuppressWarnings("RedundantStringConstructorCall")
@SuppressWarnings("PublicInnerClass")
@SuppressWarnings("ConstantConditions")
@SuppressWarnings("ReturnOfNull")
@SuppressWarnings("SuspiciousNameCombination")
@SuppressWarnings("ThrowableResultOfMethodCallIgnored")
@SuppressWarnings("PackageVisibleField")
@SuppressWarnings({"AssignmentToMethodParameter", "ConstantConditions"})
@SuppressWarnings("ObjectToString")
@SuppressWarnings("AccessOfSystemProperties")
@SuppressWarnings("CloneDoesntCallSuperClone")
@SuppressWarnings("CloneableClassInSecureContext")
@SuppressWarnings({"PublicField"})
@SuppressWarnings({"HardCodedStringLiteral"})
@SuppressWarnings("SpellCheckingInspection")
@SuppressWarnings("JUnitTestCaseWithNonTrivialConstructors")
@SuppressWarnings("IOResourceOpenedButNotSafelyClosed")
@SuppressWarnings({"MethodMayBeStatic"})
@SuppressWarnings("ResultOfMethodCallIgnored")
@SuppressWarnings("ForLoopReplaceableByForEach")
@SuppressWarnings({ "AutoUnboxing" })
@SuppressWarnings({"CallToSimpleGetterFromWithinClass"})
@SuppressWarnings({"SimplifiableIfStatement"})
'Android' 카테고리의 다른 글
android:fitsSystemWindows= (0) | 2016.08.08 |
---|---|
osx 내에서 ndk-build 오류 발생 시 처리 방법 Your APP_BUILD_SCRIPT points to an unknown file (0) | 2016.07.19 |
deprecated 된 getNeworkInfo 에 대응 코드 (0) | 2016.07.19 |
안드로이드 파워 케이블 연결/비연결 확인 (0) | 2016.07.19 |
Java 8 Method References explained in 5 minutes (0) | 2016.07.18 |