Rustam Vishnyakov
|
e2d2701ca9
|
EditorConfig documentation test
GitOrigin-RevId: fd52ace3d7a32ecd02c2c5ab90e077967604c15e
|
6 years ago |
Egor Zhdan
|
88db2ab37a
|
Cleanup: NotNull/Nullable
GitOrigin-RevId: b8e892f32ea84c2115973155dba7127b892cc36e
|
6 years ago |
Anna Kozlova
|
a431a3c93e
|
constructor reference: don't ignore constructor parameters during method reference inference (IDEA-185578)
GitOrigin-RevId: e836468e05db28157713e9edd3c70382f8ecdebc
|
6 years ago |
Egor Zhdan
|
20d0e0f1e5
|
Cleanup: NotNull/Nullable
GitOrigin-RevId: b8e892f32ea84c2115973155dba7127b892cc36e
|
6 years ago |
Aleksey Rostovskiy
|
89e9a42b63
|
get rid of intellij.build.toolbox.litegen parameter and use BuildOptions.TOOLBOX_LITE_GEN_STEP to skip it instead
GitOrigin-RevId: 9aac8ee4ed1ebf2a29de18a238825fafb1ab88f9
|
6 years ago |
Alexandr Suhinin
|
d05fff192f
|
[duplicates] enable duplicates analysis in PyCharm/WebStorm/PhpStorm/RubyMine
GitOrigin-RevId: 1545b79fdca4888f4b94f47f22703fd37694fa7a
|
6 years ago |
Anton Makeev
|
c25785846b
|
Merge branch 'master' into amakeev/gradle
# Conflicts:
# community/plugins/gradle/src/org/jetbrains/plugins/gradle/service/settings/IdeaGradleProjectSettingsControlBuilder.java
GitOrigin-RevId: d931e798108685731bf185f7c2e3221680b8e5a2
|
6 years ago |
Anton Makeev
|
c66c8fc54e
|
IDEA-210281 Cleanup Gradle settings: separate Runner configurable removed
GitOrigin-RevId: adbc39121fe91beb633e125b4cf39bfe0a422e4b
|
6 years ago |
Alexey Kudravtsev
|
f9c29f0c92
|
add PECS wildcards to method signatures where necessary and where methods are not overridden by plugins
GitOrigin-RevId: 1ec7f1a1aa17d2d4f42e647207323ab8a3138683
|
6 years ago |
Egor Ushakov
|
a0a8f0a8dd
|
IDEA-208443 Java decompiler not correctly decompiling string concatenation with recent Java
|
6 years ago |
Vladimir Krivosheev
|
8ee7853268
|
add override
|
6 years ago |
Roman Shevchenko
|
9669276a3e
|
Cleanup (warnings; formatting; unneeded comments)
|
6 years ago |
upnotes
|
1af631be9d
|
toString() methods + one old typo
|
6 years ago |
Alexey Kudravtsev
|
3b6cb5a931
|
removed redundant method overriders after "Method is identical to its supermethod" inspection run
|
7 years ago |
Egor Ushakov
|
8b9687ed20
|
IDEA-184560 Java decompiler doesn't use stored parameter names
|
7 years ago |
Roman Shevchenko
|
29de7ad72e
|
[java decompiler] cleanup (dead code; optimizations; warnings)
|
7 years ago |
Roman Shevchenko
|
7521c17aba
|
[java decompiler] updates copyright comment
|
7 years ago |
Egor.Ushakov
|
1f0d42ba0d
|
stabilize tests
|
8 years ago |
Egor.Ushakov
|
7575bb57de
|
removed unneeded boxing
|
8 years ago |
Egor.Ushakov
|
7868c0e83a
|
avoid string concat in a loop
|
8 years ago |
Anna.Kozlova
|
947fae191f
|
explicit types to diamonds
|
8 years ago |
Anna.Kozlova
|
ffd54ff4f4
|
anonym -> lambda
|
9 years ago |
Roman Shevchenko
|
b96586cc2f
|
[java-decompiler] utility classes reorganized
|
9 years ago |
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.
|
9 years ago |
Egor.Ushakov
|
ec51c10d08
|
decompiler: support java 9 bytecode version
|
9 years ago |
Egor.Ushakov
|
ca7e2dfa1c
|
decompiler: cleanup - marked const fields final
|
10 years ago |
Egor.Ushakov
|
ce31439c20
|
decompiler: removeLast helper to avoid possible errors
|
10 years ago |
Egor.Ushakov
|
5770d25e59
|
decompiler: create less thrown away objects - pt.2
|
10 years ago |
Egor.Ushakov
|
f3af4dd681
|
decompiler: create less thrown away objects
|
10 years ago |
Egor.Ushakov
|
effbed6727
|
decompiler: extracted <init> and <clinit> to constants
|
10 years ago |
Egor.Ushakov
|
768f82b798
|
avoid using Arrays.asList for a single element
|
10 years ago |
Egor.Ushakov
|
e54dc7d531
|
IDEA-126885 Decompiler exception on jdk.nashorn.internal.objects.Global
|
10 years ago |
Roman Shevchenko
|
82a2939271
|
java-decompiler: cleanups and fixes
- duplicates eliminated
- immutable fields
- typos
- formatting
|
10 years ago |
Egor.Ushakov
|
99404ea6cf
|
decompiler: more correct toString
|
10 years ago |
Stiver
|
9723ab4475
|
Propagated bytecode-to-source tracer
|
10 years ago |
Roman Shevchenko
|
f5431c3bb1
|
java-decompiler: post-import cleanup (common fixes and optimizations)
|
10 years ago |
Roman Shevchenko
|
63b8d35d08
|
java-decompiler: post-import cleanup (dead code dropped)
|
10 years ago |
Roman Shevchenko
|
84ea54eb1e
|
java-decompiler: post-import cleanup (code style issues)
|
10 years ago |
Roman Shevchenko
|
076e4393f2
|
java-decompiler: post-import cleanup (formatting and copyright)
|
10 years ago |
Roman Shevchenko
|
663631f045
|
java-decompiler: post-import cleanup (classes moved)
|
10 years ago |