1
0
mirror of https://github.com/1C-Company/v8-code-style.git synced 2025-07-17 05:02:20 +02:00

#100 Проверка использования не рекомендуемых методов

This commit is contained in:
Dmitriy Marmyshev
2021-10-15 19:24:43 +03:00
parent 6d52dfae32
commit 386ee7aed6

View File

@ -44,7 +44,7 @@ public class UseNonRecommendedMethodCheck
private static final String CHECK_ID = "use-non-recommended-method"; //$NON-NLS-1$
private static final String PARAM_METHODS_LIST = "non-recommendedMethods"; //$NON-NLS-1$
private static final String PARAM_METHODS_LIST = "nonRecommendedMethods"; //$NON-NLS-1$
private static final Set<String> NON_RECOMENDED_METHODS_LIST = Set.of("CurrentDate", //$NON-NLS-1$
"ТекущаяДата", //$NON-NLS-1$