Home
last modified time | relevance | path

Searched refs:createJavaSource (Results 1 – 10 of 10) sorted by relevance

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/positions/
H A DTreeEndPosTest.java70 static JavaSource createJavaSource(String preamble, String body, in createJavaSource() method in TreeEndPosTest.JavaSource
72 JavaSource js = createJavaSource(preamble, body, postamble, -1, -1); in createJavaSource()
78 static JavaSource createJavaSource(String body, String expected) { in createJavaSource() method in TreeEndPosTest.JavaSource
79 return createJavaSource(null, body, null, expected); in createJavaSource()
82 private static JavaSource createJavaSource(String preamble, String body, in createJavaSource() method in TreeEndPosTest.JavaSource
113 compile(JavaSource.createJavaSource("Object o = new A().new B(); class A { }", in testUninitializedVariable()
117 compile(JavaSource.createJavaSource("@Foo(\"vvvv\")", in testMissingAnnotationValue()
122 compile(JavaSource.createJavaSource("@Foo(value=\"vvvv\")", in testUnresolvableAnnotationAttribute()
127 … compile(JavaSource.createJavaSource("private static final String Foo; public void bar() { }", in testFinalVariableWithDefaultConstructor()
132 …compile(JavaSource.createJavaSource("public Bug (){} private static final String Foo; public void … in testFinalVariableWithConstructor()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/positions/
H A DTreeEndPosTest.java70 static JavaSource createJavaSource(String preamble, String body, in createJavaSource() method in TreeEndPosTest.JavaSource
72 JavaSource js = createJavaSource(preamble, body, postamble, -1, -1); in createJavaSource()
78 static JavaSource createJavaSource(String body, String expected) { in createJavaSource() method in TreeEndPosTest.JavaSource
79 return createJavaSource(null, body, null, expected); in createJavaSource()
82 private static JavaSource createJavaSource(String preamble, String body, in createJavaSource() method in TreeEndPosTest.JavaSource
113 compile(JavaSource.createJavaSource("Object o = new A().new B(); class A { }", in testUninitializedVariable()
117 compile(JavaSource.createJavaSource("@Foo(\"vvvv\")", in testMissingAnnotationValue()
122 compile(JavaSource.createJavaSource("@Foo(value=\"vvvv\")", in testUnresolvableAnnotationAttribute()
127 … compile(JavaSource.createJavaSource("private static final String Foo; public void bar() { }", in testFinalVariableWithDefaultConstructor()
132 …compile(JavaSource.createJavaSource("public Bug (){} private static final String Foo; public void … in testFinalVariableWithConstructor()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/test/tools/javac/positions/
H A DTreeEndPosTest.java68 static JavaSource createJavaSource(String preamble, String body, in createJavaSource() method in TreeEndPosTest.JavaSource
70 JavaSource js = createJavaSource(preamble, body, postamble, -1, -1); in createJavaSource()
76 static JavaSource createJavaSource(String body, String expected) { in createJavaSource() method in TreeEndPosTest.JavaSource
77 return createJavaSource(null, body, null, expected); in createJavaSource()
80 private static JavaSource createJavaSource(String preamble, String body, in createJavaSource() method in TreeEndPosTest.JavaSource
110 compile(JavaSource.createJavaSource("Object o = new A().new B(); class A { }", in testUninitializedVariable()
114 compile(JavaSource.createJavaSource("@Foo(\"vvvv\")", in testMissingAnnotationValue()
119 … compile(JavaSource.createJavaSource("private static final String Foo; public void bar() { }", in testFinalVariableWithDefaultConstructor()
124 …compile(JavaSource.createJavaSource("public Bug (){} private static final String Foo; public void … in testFinalVariableWithConstructor()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/test/tools/javac/positions/
H A DTreeEndPosTest.java68 static JavaSource createJavaSource(String preamble, String body, in createJavaSource() method in TreeEndPosTest.JavaSource
70 JavaSource js = createJavaSource(preamble, body, postamble, -1, -1); in createJavaSource()
76 static JavaSource createJavaSource(String body, String expected) { in createJavaSource() method in TreeEndPosTest.JavaSource
77 return createJavaSource(null, body, null, expected); in createJavaSource()
80 private static JavaSource createJavaSource(String preamble, String body, in createJavaSource() method in TreeEndPosTest.JavaSource
110 compile(JavaSource.createJavaSource("Object o = new A().new B(); class A { }", in testUninitializedVariable()
114 compile(JavaSource.createJavaSource("@Foo(\"vvvv\")", in testMissingAnnotationValue()
119 … compile(JavaSource.createJavaSource("private static final String Foo; public void bar() { }", in testFinalVariableWithDefaultConstructor()
124 …compile(JavaSource.createJavaSource("public Bug (){} private static final String Foo; public void … in testFinalVariableWithConstructor()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/langtools/tools/javac/positions/
H A DTreeEndPosTest.java77 static JavaSource createJavaSource(String preamble, String body, in createJavaSource() method in TreeEndPosTest.JavaSource
79 JavaSource js = createJavaSource(preamble, body, postamble, -1, -1); in createJavaSource()
85 static JavaSource createJavaSource(String body, String expected) { in createJavaSource() method in TreeEndPosTest.JavaSource
86 return createJavaSource(null, body, null, expected); in createJavaSource()
89 private static JavaSource createJavaSource(String preamble, String body, in createJavaSource() method in TreeEndPosTest.JavaSource
130 compile(JavaSource.createJavaSource("Object o = new A().new B(); class A { }", in testUninitializedVariable()
134 compile(JavaSource.createJavaSource("@Foo(\"vvvv\")", in testMissingAnnotationValue()
139 compile(JavaSource.createJavaSource("@Foo(value=\"vvvv\")", in testUnresolvableAnnotationAttribute()
144 … compile(JavaSource.createJavaSource("private static final String Foo; public void bar() { }", in testFinalVariableWithDefaultConstructor()
149 …compile(JavaSource.createJavaSource("public Bug (){} private static final String Foo; public void … in testFinalVariableWithConstructor()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/langtools/tools/javac/positions/
H A DTreeEndPosTest.java77 static JavaSource createJavaSource(String preamble, String body, in createJavaSource() method in TreeEndPosTest.JavaSource
79 JavaSource js = createJavaSource(preamble, body, postamble, -1, -1); in createJavaSource()
85 static JavaSource createJavaSource(String body, String expected) { in createJavaSource() method in TreeEndPosTest.JavaSource
86 return createJavaSource(null, body, null, expected); in createJavaSource()
89 private static JavaSource createJavaSource(String preamble, String body, in createJavaSource() method in TreeEndPosTest.JavaSource
130 compile(JavaSource.createJavaSource("Object o = new A().new B(); class A { }", in testUninitializedVariable()
134 compile(JavaSource.createJavaSource("@Foo(\"vvvv\")", in testMissingAnnotationValue()
139 compile(JavaSource.createJavaSource("@Foo(value=\"vvvv\")", in testUnresolvableAnnotationAttribute()
144 … compile(JavaSource.createJavaSource("private static final String Foo; public void bar() { }", in testFinalVariableWithDefaultConstructor()
149 …compile(JavaSource.createJavaSource("public Bug (){} private static final String Foo; public void … in testFinalVariableWithConstructor()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/langtools/tools/javac/positions/
H A DTreeEndPosTest.java77 static JavaSource createJavaSource(String preamble, String body, in createJavaSource() method in TreeEndPosTest.JavaSource
79 JavaSource js = createJavaSource(preamble, body, postamble, -1, -1); in createJavaSource()
85 static JavaSource createJavaSource(String body, String expected) { in createJavaSource() method in TreeEndPosTest.JavaSource
86 return createJavaSource(null, body, null, expected); in createJavaSource()
89 private static JavaSource createJavaSource(String preamble, String body, in createJavaSource() method in TreeEndPosTest.JavaSource
130 compile(JavaSource.createJavaSource("Object o = new A().new BT(); class A { }", in testUninitializedVariable()
134 compile(JavaSource.createJavaSource("@Foo(\"vvvv\")", in testMissingAnnotationValue()
139 compile(JavaSource.createJavaSource("@Foo(value=\"vvvv\")", in testUnresolvableAnnotationAttribute()
144 … compile(JavaSource.createJavaSource("private static final String Foo; public void bar() { }", in testFinalVariableWithDefaultConstructor()
149 …compile(JavaSource.createJavaSource("public Bug (){} private static final String Foo; public void … in testFinalVariableWithConstructor()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/langtools/tools/javac/positions/
H A DTreeEndPosTest.java77 static JavaSource createJavaSource(String preamble, String body, in createJavaSource() method in TreeEndPosTest.JavaSource
79 JavaSource js = createJavaSource(preamble, body, postamble, -1, -1); in createJavaSource()
85 static JavaSource createJavaSource(String body, String expected) { in createJavaSource() method in TreeEndPosTest.JavaSource
86 return createJavaSource(null, body, null, expected); in createJavaSource()
89 private static JavaSource createJavaSource(String preamble, String body, in createJavaSource() method in TreeEndPosTest.JavaSource
130 compile(JavaSource.createJavaSource("Object o = new A().new B(); class A { }", in testUninitializedVariable()
134 compile(JavaSource.createJavaSource("@Foo(\"vvvv\")", in testMissingAnnotationValue()
139 compile(JavaSource.createJavaSource("@Foo(value=\"vvvv\")", in testUnresolvableAnnotationAttribute()
144 … compile(JavaSource.createJavaSource("private static final String Foo; public void bar() { }", in testFinalVariableWithDefaultConstructor()
149 …compile(JavaSource.createJavaSource("public Bug (){} private static final String Foo; public void … in testFinalVariableWithConstructor()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/langtools/tools/javac/positions/
H A DTreeEndPosTest.java77 static JavaSource createJavaSource(String preamble, String body, in createJavaSource() method in TreeEndPosTest.JavaSource
79 JavaSource js = createJavaSource(preamble, body, postamble, -1, -1); in createJavaSource()
85 static JavaSource createJavaSource(String body, String expected) { in createJavaSource() method in TreeEndPosTest.JavaSource
86 return createJavaSource(null, body, null, expected); in createJavaSource()
89 private static JavaSource createJavaSource(String preamble, String body, in createJavaSource() method in TreeEndPosTest.JavaSource
130 compile(JavaSource.createJavaSource("Object o = new A().new B(); class A { }", in testUninitializedVariable()
134 compile(JavaSource.createJavaSource("@Foo(\"vvvv\")", in testMissingAnnotationValue()
139 compile(JavaSource.createJavaSource("@Foo(value=\"vvvv\")", in testUnresolvableAnnotationAttribute()
144 … compile(JavaSource.createJavaSource("private static final String Foo; public void bar() { }", in testFinalVariableWithDefaultConstructor()
149 …compile(JavaSource.createJavaSource("public Bug (){} private static final String Foo; public void … in testFinalVariableWithConstructor()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/langtools/tools/javac/positions/
H A DTreeEndPosTest.java77 static JavaSource createJavaSource(String preamble, String body, in createJavaSource() method in TreeEndPosTest.JavaSource
79 JavaSource js = createJavaSource(preamble, body, postamble, -1, -1); in createJavaSource()
85 static JavaSource createJavaSource(String body, String expected) { in createJavaSource() method in TreeEndPosTest.JavaSource
86 return createJavaSource(null, body, null, expected); in createJavaSource()
89 private static JavaSource createJavaSource(String preamble, String body, in createJavaSource() method in TreeEndPosTest.JavaSource
130 compile(JavaSource.createJavaSource("Object o = new A().new BT(); class A { }", in testUninitializedVariable()
134 compile(JavaSource.createJavaSource("@Foo(\"vvvv\")", in testMissingAnnotationValue()
139 compile(JavaSource.createJavaSource("@Foo(value=\"vvvv\")", in testUnresolvableAnnotationAttribute()
144 … compile(JavaSource.createJavaSource("private static final String Foo; public void bar() { }", in testFinalVariableWithDefaultConstructor()
149 …compile(JavaSource.createJavaSource("public Bug (){} private static final String Foo; public void … in testFinalVariableWithConstructor()