From 608e5838eaeffcd40847ebe59e5ffd518979fabd Mon Sep 17 00:00:00 2001
From: Roman Ivanov
Date: Sun, 7 Dec 2014 21:56:13 -0800
Subject: [PATCH] additional limitation was added
---
src/xdocs/writingchecks.xml.vm | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/xdocs/writingchecks.xml.vm b/src/xdocs/writingchecks.xml.vm
index 48e16ecad..7822a1cfb 100644
--- a/src/xdocs/writingchecks.xml.vm
+++ b/src/xdocs/writingchecks.xml.vm
@@ -445,6 +445,7 @@ java -classpath mycompanychecks.jar:checkstyle-${projectVersion}-all.jar \
There are basically only few of them:
+ - Java code should be written with ASCII characters only, no UTF-8 support.
- To get valid violations, code have to be compilable, in other case you can get not easy to understand parse errors.
- You cannot determine the type of an expression. Example: "getValue() + getValue2()"
- You cannot determine the full inheritance hierarchy of type.