Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -27,25 +27,21 @@ public static Set<String> getKeywords() {
// Commented out items are 'keywords' but can be used as names.
keywords.addAll(Arrays.asList("abstract",
"assert",
"boolean",
"break",
// "bridge",
"byte",
"case",
"catch",
"char",
"class",
"const",
"continue",
"default",
"do",
"double",
"else",
"enum",
"extends",
"final",
"finally",
"float",
"while",
"for",
"goto",
"if",
Expand All @@ -66,6 +62,8 @@ public static Set<String> getKeywords() {
"synchronized",
// "synthetic",
"transient",
"try",
"throw",
"throws",
// "transitive",
// "var",
Expand Down