Skip to content

Commit 2fba977

Browse files
authored
Merge pull request #9153 from mbien/update-java-completion-tests-21
Update java.completion test data for JDK 21
2 parents 2d085e6 + 1c9f019 commit 2fba977

80 files changed

Lines changed: 11223 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,159 @@
1+
Integer j
2+
Object obj
3+
Number v
4+
protected native Object clone()
5+
public boolean equals(Object arg0)
6+
protected void finalize()
7+
public final native Class<?> getClass()
8+
public native int hashCode()
9+
public final native void notify()
10+
public final native void notifyAll()
11+
public void op(Object obj)
12+
public String toString()
13+
public final void wait()
14+
public final void wait(long arg0)
15+
public final void wait(long arg0, int arg1)
16+
assert
17+
boolean
18+
byte
19+
char
20+
class
21+
do
22+
double
23+
final
24+
float
25+
for
26+
if
27+
int
28+
long
29+
new
30+
record
31+
return
32+
short
33+
strictfp
34+
super
35+
switch
36+
synchronized
37+
this
38+
throw
39+
try
40+
var
41+
void
42+
while
43+
yield
44+
AbstractMethodError
45+
Appendable
46+
ArithmeticException
47+
ArrayIndexOutOfBoundsException
48+
ArrayStoreException
49+
AssertionError
50+
AutoCloseable
51+
Boolean
52+
BootstrapMethodError
53+
Byte
54+
CharSequence
55+
Character
56+
Class
57+
ClassCastException
58+
ClassCircularityError
59+
ClassFormatError
60+
ClassLoader
61+
ClassNotFoundException
62+
ClassValue
63+
CloneNotSupportedException
64+
Cloneable
65+
Color
66+
Comparable
67+
Deprecated
68+
Double
69+
Enum
70+
EnumConstantNotPresentException
71+
Error
72+
Exception
73+
ExceptionInInitializerError
74+
Float
75+
FunctionalInterface
76+
IllegalAccessError
77+
IllegalAccessException
78+
IllegalArgumentException
79+
IllegalCallerException
80+
IllegalMonitorStateException
81+
IllegalStateException
82+
IllegalThreadStateException
83+
IncompatibleClassChangeError
84+
IndexOutOfBoundsException
85+
InheritableThreadLocal
86+
InstantiationError
87+
InstantiationException
88+
IntStream
89+
Integer
90+
InternalError
91+
InterruptedException
92+
Iterable
93+
LayerInstantiationException
94+
LinkageError
95+
Long
96+
MatchException
97+
Math
98+
Module
99+
ModuleLayer
100+
NegativeArraySizeException
101+
NoClassDefFoundError
102+
NoSuchFieldError
103+
NoSuchFieldException
104+
NoSuchMethodError
105+
NoSuchMethodException
106+
NullPointerException
107+
Number
108+
NumberFormatException
109+
Object
110+
OutOfMemoryError
111+
Override
112+
Package
113+
Point
114+
Process
115+
ProcessBuilder
116+
ProcessHandle
117+
Readable
118+
Record
119+
ReflectiveOperationException
120+
Runnable
121+
Runtime
122+
RuntimeException
123+
RuntimePermission
124+
SafeVarargs
125+
ScopedValue
126+
SecurityException
127+
SecurityManager
128+
Short
129+
StackOverflowError
130+
StackTraceElement
131+
StackWalker
132+
StrictMath
133+
String
134+
StringBuffer
135+
StringBuilder
136+
StringIndexOutOfBoundsException
137+
StringTemplate
138+
SuppressWarnings
139+
System
140+
Test
141+
Thread
142+
ThreadDeath
143+
ThreadGroup
144+
ThreadLocal
145+
Throwable
146+
TypeNotPresentException
147+
UnknownError
148+
UnsatisfiedLinkError
149+
UnsupportedClassVersionError
150+
UnsupportedOperationException
151+
VerifyError
152+
VirtualMachineError
153+
Void
154+
WrongThreadException
155+
com
156+
java
157+
javax
158+
org
159+
sun
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,117 @@
1+
null
2+
AbstractMethodError
3+
Appendable
4+
ArithmeticException
5+
ArrayIndexOutOfBoundsException
6+
ArrayStoreException
7+
AssertionError
8+
AutoCloseable
9+
Boolean
10+
BootstrapMethodError
11+
Byte
12+
CharSequence
13+
Character
14+
Class
15+
ClassCastException
16+
ClassCircularityError
17+
ClassFormatError
18+
ClassLoader
19+
ClassNotFoundException
20+
ClassValue
21+
CloneNotSupportedException
22+
Cloneable
23+
Color
24+
Comparable
25+
Deprecated
26+
Double
27+
Enum
28+
EnumConstantNotPresentException
29+
Error
30+
Exception
31+
ExceptionInInitializerError
32+
Float
33+
FunctionalInterface
34+
IllegalAccessError
35+
IllegalAccessException
36+
IllegalArgumentException
37+
IllegalCallerException
38+
IllegalMonitorStateException
39+
IllegalStateException
40+
IllegalThreadStateException
41+
IncompatibleClassChangeError
42+
IndexOutOfBoundsException
43+
InheritableThreadLocal
44+
InstantiationError
45+
InstantiationException
46+
IntStream
47+
Integer
48+
InternalError
49+
InterruptedException
50+
Iterable
51+
LayerInstantiationException
52+
LinkageError
53+
Long
54+
MatchException
55+
Math
56+
Module
57+
ModuleLayer
58+
NegativeArraySizeException
59+
NoClassDefFoundError
60+
NoSuchFieldError
61+
NoSuchFieldException
62+
NoSuchMethodError
63+
NoSuchMethodException
64+
NullPointerException
65+
Number
66+
NumberFormatException
67+
Object
68+
OutOfMemoryError
69+
Override
70+
Package
71+
Point
72+
Process
73+
ProcessBuilder
74+
ProcessHandle
75+
Readable
76+
Record
77+
ReflectiveOperationException
78+
Runnable
79+
Runtime
80+
RuntimeException
81+
RuntimePermission
82+
SafeVarargs
83+
ScopedValue
84+
SecurityException
85+
SecurityManager
86+
Short
87+
StackOverflowError
88+
StackTraceElement
89+
StackWalker
90+
StrictMath
91+
String
92+
StringBuffer
93+
StringBuilder
94+
StringIndexOutOfBoundsException
95+
StringTemplate
96+
SuppressWarnings
97+
System
98+
Test
99+
Thread
100+
ThreadDeath
101+
ThreadGroup
102+
ThreadLocal
103+
Throwable
104+
TypeNotPresentException
105+
UnknownError
106+
UnsatisfiedLinkError
107+
UnsupportedClassVersionError
108+
UnsupportedOperationException
109+
VerifyError
110+
VirtualMachineError
111+
Void
112+
WrongThreadException
113+
com
114+
java
115+
javax
116+
org
117+
sun

0 commit comments

Comments
 (0)