From 441d2d37005afb7e2104d5de36cfa818ff884d85 Mon Sep 17 00:00:00 2001 From: Roman Ivanov Date: Thu, 10 Nov 2016 12:43:49 -0800 Subject: [PATCH] doc: note was placed to TranslationCheck that it has problems with Checker cache --- src/xdocs/config_misc.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/xdocs/config_misc.xml b/src/xdocs/config_misc.xml index dd966863f..52ee63ec4 100755 --- a/src/xdocs/config_misc.xml +++ b/src/xdocs/config_misc.xml @@ -1592,6 +1592,12 @@ messages_de.properties: Key 'cancel' missing. messages.properties: Key 'hell' missing. messages.properties: Key 'ok' missing. +

+ Attention: this Check could produce false-positives if it is used with + Checker that use cache (property "cacheFile") + This is known design problem, will be addrerssed at + issue. +