/
githubmirror
/
icu
Обзор
Документация
Войти
/
githubmirror
/
icu
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
errorprone.cfg
32 строки
1 KB
Mihai Nita
ICU-23247 Fix all 'FallThrough' and 'ThreadJoinLoop' errorprone issues
31 июл 2026, 00:51
31 июл 2026, 00:51
bbb41e0
Код
Авторство
О чём код?
# © 2016 and later: Unicode, Inc. and others. # License & terms of use: http://www.unicode.org/copyright.html # ICU4J preferences that are different from the errorprone defaults. -Xep:UnicodeEscape:OFF -XepOpt:Javadoc:customBlockTags=stable,draft,discouraged,internal,obsolete,category,bug,test -XepOpt:Javadoc:customInlineTags=icu,icunote,icuenhanced # We already fixed these and we want to prevent them from coming back. # We will add more as we fix more. -Xep:ArrayToString:ERROR -Xep:BadImport:ERROR -Xep:ClassCanBeStatic:ERROR -Xep:ComparableType:ERROR -Xep:DefaultCharset:ERROR -Xep:EqualsHashCode:ERROR -Xep:FallThrough:ERROR -Xep:IdentityBinaryExpression:ERROR -Xep:InvalidInlineTag:ERROR -Xep:JUnit4TestNotRun:ERROR -Xep:MisusedDayOfYear:ERROR -Xep:MisusedWeekYear:ERROR -Xep:ObjectToString:ERROR -Xep:ReturnValueIgnored:ERROR -Xep:SelfComparison:ERROR -Xep:SelfEquals:ERROR -Xep:StringCharset:ERROR -Xep:ThreadJoinLoop:ERROR -Xep:UnusedMethod:ERROR # By default errorprone classifies this as error, and breaks the build. -Xep:LabelledBreakTarget:WARN