Nikolay Krasko
|
36210f0a27
|
Allow to suppress kotlin inspections with Suppress() annotation
|
2015-12-19 14:32:36 +03:00 |
|
Pavel V. Talanov
|
3a34dc0efe
|
minor: fixes in test data
(cherry picked from commit 6ea4fbd)
|
2015-10-19 16:03:16 +03:00 |
|
Valentin Kipyatkov
|
090ea37a32
|
Fixed test data to use only annotation syntax with @
|
2015-10-15 19:20:08 +03:00 |
|
Evgeny Gerashchenko
|
4b6991603f
|
Minor. Split test file into two.
|
2015-08-15 12:29:46 +02:00 |
|
Evgeny Gerashchenko
|
799368386b
|
KT-6877 Wrong unused function inspection on anonymous object member
#KT-6877 fixed
|
2015-08-15 12:29:46 +02:00 |
|
Evgeny Gerashchenko
|
154b0d8351
|
KT-7899 "Do not check if annotated by" setting for "Unused symbol" doesn't affect properties
#KT-7899 fixed
|
2015-06-17 13:14:06 +03:00 |
|
Evgeny Gerashchenko
|
533935f2c0
|
KT-7472 function of anonymous class is never used
#KT-7472 fixed
|
2015-05-14 21:51:07 +03:00 |
|
Evgeny Gerashchenko
|
0d0222e1aa
|
Expanded workaround for EA-64030 (IDEA doesn't allow keywords in cls annotations).
|
2015-02-03 17:31:25 +03:00 |
|
Evgeny Gerashchenko
|
a492e248fe
|
Added workaround for the problem that IDEA doesn't allow keywords in cls annotations.
|
2015-01-30 17:50:55 +03:00 |
|
Evgeny Gerashchenko
|
4cede47c70
|
Added tests with class/function used in Java
|
2015-01-22 15:20:26 +03:00 |
|
Evgeny Gerashchenko
|
4b20435ec9
|
Not searching for functions with conventional names.
Reasons:
1. They kind of implement interface.
2. They are too expensive to search.
|
2015-01-22 15:20:25 +03:00 |
|
Evgeny Gerashchenko
|
b68b2e2e40
|
Added optimization: if name is too popular, don't check as unused.
|
2015-01-22 15:20:24 +03:00 |
|
Evgeny Gerashchenko
|
f652d314d8
|
Finding unused functions.
|
2015-01-22 15:20:24 +03:00 |
|