Commit Graph

16 Commits

Author SHA1 Message Date
nik
21a80957bb cleanup: remove 'public' modifier from constructors in non-public classes (IDEA-195931)
public constructors in non-public classes may be confusing, and removing them makes code shorter.
2018-09-06 16:49:46 +03:00
Tagir Valeev
7c8e64da81 StandardCharsets used where possible; try-with-resources used; cleanup 2018-03-14 16:03:32 +07:00
Roman Shevchenko
b3171e60c9 [java decompiler] cleanup (duplicates; dead code; typos; formatting) 2017-12-06 11:58:46 +01:00
Roman Shevchenko
71d8f4d689 [java decompiler] reworks setting/accessing decompiler context 2017-11-28 19:27:36 +01:00
Roman Shevchenko
7521c17aba [java decompiler] updates copyright comment 2017-11-28 12:32:09 +01:00
Egor.Ushakov
e9ab081201 speedup: cache zip files in fixture 2017-05-04 12:53:29 +03:00
Anna.Kozlova
947fae191f explicit types to diamonds 2016-08-08 17:08:03 +02:00
Vladimir Krivosheev
d586edbb3f use assertJ instead of hamcrest 2016-07-27 14:09:52 +02:00
Roman Shevchenko
93a39b7b50 [java-decompiler] test data cleanup; warnings 2016-03-18 18:02:33 +01:00
Roman Shevchenko
a725e5b7b6 Cleanup (java decompiler test optimization) 2015-12-28 15:23:35 +01:00
Roman Shevchenko
aab87019ef [java-decompiler] common file comparison method extracted; test data updated 2015-09-07 19:23:12 +03:00
Roman Shevchenko
08c4c683a1 java-decompiler: print mapping table only in unit test mode 2014-10-17 18:22:31 +02:00
Roman Shevchenko
ce2169f372 java-decompiler: base class extracted to allow decompiler customization in tests 2014-10-09 18:34:08 +02:00
Roman Shevchenko
512a08c13e tests: decompiler test data lookup fixed for particular build configuration 2014-10-02 13:58:48 +02:00
Roman Shevchenko
69dc786510 java-decompiler: NPE in test fixture; diagnostic 2014-09-12 12:51:55 +04:00
Roman Shevchenko
7a8097321f java-decompiler: bulk decompilation test added 2014-09-07 16:13:52 +04:00