|
|
@ -33,12 +33,11 @@ public class KeywordRenamer implements Renamer, OptionHandler { |
|
|
|
"class", "interface", "implements", "extends", |
|
|
|
"class", "interface", "implements", "extends", |
|
|
|
"instanceof", "new", |
|
|
|
"instanceof", "new", |
|
|
|
"int", "boolean", "long", "float", "double", "short", |
|
|
|
"int", "boolean", "long", "float", "double", "short", |
|
|
|
"Object", "String", "Thread", |
|
|
|
|
|
|
|
"public", "protected", "private", |
|
|
|
"public", "protected", "private", |
|
|
|
"static", "synchronized", "strict", "transient", "abstract", |
|
|
|
"static", "synchronized", "strict", "transient", "abstract", |
|
|
|
"volatile", "final", |
|
|
|
"volatile", "final", |
|
|
|
/* Not really keywords, but very confusing anyway. */ |
|
|
|
/* Not really keywords, but very confusing anyway. */ |
|
|
|
"Object", "String", "Runnable", "StringBuffer", "Vector" |
|
|
|
"Object", "String", "Thread", "Runnable", "StringBuffer", "Vector" |
|
|
|
}; |
|
|
|
}; |
|
|
|
backup = new StrongRenamer(); |
|
|
|
backup = new StrongRenamer(); |
|
|
|
} |
|
|
|
} |
|
|
|