From 03a08f402cd2703e0f5bd1b20c71f4ced8c56b69 Mon Sep 17 00:00:00 2001 From: Hyperion2400 <34254020+Hyperion2400@users.noreply.github.com> Date: Tue, 20 Aug 2024 15:10:07 +0200 Subject: [PATCH] impr(language): add common Java classes and words (#5803) --- frontend/static/languages/code_java.json | 26 ++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/frontend/static/languages/code_java.json b/frontend/static/languages/code_java.json index 255778266..9d55dddae 100644 --- a/frontend/static/languages/code_java.json +++ b/frontend/static/languages/code_java.json @@ -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",