impr(language): add common Java classes and words (#5803)

This commit is contained in:
Hyperion2400 2024-08-20 15:10:07 +02:00 committed by GitHub
parent 9e057dce87
commit 03a08f402c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,7 +3,9 @@
"noLazyMode": true,
"words": [
"abstract",
"ArrayList",
"assert",
"BigDecimal",
"boolean",
"break",
"byte",
@ -12,41 +14,65 @@
"char",
"class",
"continue",
"Date",
"default",
"do",
"double",
"else",
"enum",
"equals",
"Exception",
"extends",
"false",
"File",
"final",
"finally",
"float",
"for",
"HashMap",
"HashSet",
"if",
"implements",
"import",
"instanceof",
"int",
"interface",
"List",
"long",
"Map",
"Math",
"native",
"new",
"null",
"Object",
"Optional",
"package",
"private",
"protected",
"public",
"Random",
"record",
"return",
"Scanner",
"Set",
"short",
"size",
"static",
"Stream",
"strictfp",
"String",
"super",
"switch",
"synchronized",
"System",
"this",
"throw",
"throws",
"toString",
"transient",
"true",
"try",
"UUID",
"void",
"volatile",
"while",