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
Graham 9c869a42c3 Merge remote-tracking branch 'upstream/master' 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 Merge remote-tracking branch 'upstream/master' 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 Revert change to FieldExprent#getExprentUse 4 years ago
FunctionExprent.java Add char literal type inference to add/sub operators 4 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 Unused assignments removed, misc other fixes 3 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 Merge remote-tracking branch 'upstream/master' 3 years ago