We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be6162e commit 9162ce7Copy full SHA for 9162ce7
6 files changed
java/ql/test/library-tests/comment-encoding/PrintAst.expected
@@ -0,0 +1,3 @@
1
+Test.java:
2
+# 0| [CompilationUnit] Test
3
+# 1| 1: [Class] Test
java/ql/test/library-tests/comment-encoding/PrintAst.qlref
@@ -0,0 +1 @@
+semmle/code/java/PrintAst.ql
java/ql/test/library-tests/comment-encoding/Test.java
@@ -0,0 +1,4 @@
+public class Test {
+}
+
4
+// ÄãºÃÊÀ½ç
java/ql/test/library-tests/comment-encoding/options
+//semmle-extractor-options: --encoding GBK
java/ql/test/library-tests/comment-encoding/toString.expected
+| Test.java:4:1:4:7 | // \u4f60\u597d\u4e16\u754c |
java/ql/test/library-tests/comment-encoding/toString.ql
+import java
+from Javadoc c
+select c
0 commit comments