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/modules/decompiler/exps
Roman Shevchenko f40b96ebcf [java decompiler] minor refactoring + cleanup (duplicates; dependencies; test data layout; typos; formatting) 3 years ago
..
AnnotationExprent.java there's no need to use <? extends String>, because String is final 5 years ago
ArrayExprent.java add override 6 years ago
AssertExprent.java Use bounded wildcards in API in constructors/final methods to make it more conventional and flexible 6 years ago
AssignmentExprent.java Unnecessary null check before instanceof removed 6 years ago
ConstExprent.java Fixed unnecessarily escaped character 4 years ago
ExitExprent.java cleanup: use typed attribute keys 6 years ago
ExprUtil.java cleanup (final) 4 years ago
Exprent.java [java decompiler] moves TextBuffer into "util" package 7 years ago
FieldExprent.java Preventing duplicate field access 6 years ago
FunctionExprent.java for -> foreach; generifying; other warning fixes 6 years ago
IfExprent.java Unnecessary null check before instanceof removed 6 years ago
InvocationExprent.java IDEA-204223 Decompiler doesn't add mandatory narrowing cast on integer type 6 years ago
MonitorExprent.java Unnecessary null check before instanceof removed 6 years ago
NewExprent.java KT-25937 Decompilation to Java makes UI lag roughly every 2 seconds, and is not cancellable 4 years ago
SwitchExprent.java Unnecessary null check before instanceof removed 6 years ago
TypeAnnotation.java [java decompiler] updates copyright comment 7 years ago
VarExprent.java [java decompiler] minor refactoring + cleanup (duplicates; dependencies; test data layout; typos; formatting) 3 years ago