Fork of the Fernflower decompiler
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
fernflower/src/org/jetbrains/java/decompiler/main
Christopher Carpenter c32fce0d02 Fixed a typo in a comment and in a method name. Made ClassWriter.invokeProcessors static since it no longer relies on any non-static fields. 8 years ago
..
collectors [java-decompiler] cleanup (arrays to data classes; formatting; typos; dead code) 9 years ago
decompiler Cleanup (I/O ops in java-decompiler) 8 years ago
extern Cleanup (unneeded anonymous classes) 8 years ago
rels decompiler: fixed SOE if referenced method name is the same as current 8 years ago
AssertProcessor.java avoid using Arrays.asList for a single element 10 years ago
ClassReference14Processor.java Made ClassReference14Processor static similar to how InitializerProcessor and EnumProcessor are setup. This gets rid of a lot of unnecessary InvocationExprent creation. 8 years ago
ClassWriter.java Fixed a typo in a comment and in a method name. Made ClassWriter.invokeProcessors static since it no longer relies on any non-static fields. 8 years ago
ClassesProcessor.java [java-decompiler] cleanup (arrays to data classes; formatting; typos; dead code) 9 years ago
DecompilerContext.java [java-decompiler] cleanup (text rearranging mode dropped) 9 years ago
EnumProcessor.java decompiler: extracted <init> and <clinit> to constants 10 years ago
Fernflower.java decompiler: cleanup - marked const fields final 9 years ago
InitializerProcessor.java decompiler: extracted <init> and <clinit> to constants 10 years ago
TextBuffer.java [java-decompiler] cleanup (text rearranging mode dropped) 9 years ago