Dmitry Gridin
|
600a955a51
|
Fix false positive "Unused import" for type alias
#KT-29977 Fixed
|
2019-03-20 20:28:22 +07:00 |
|
Toshiaki Kameyama
|
4e3d13fcee
|
Change to star projection: do not suggest in arguments or receiver
#KT-23259 Fixed
|
2019-03-20 20:12:06 +07:00 |
|
Dmitry Gridin
|
daf8df9e4b
|
Fix flaky test AddReturnToUnusedLastExpressionInFunction/Nothing
|
2019-03-19 11:29:53 +07:00 |
|
Dmitry Gridin
|
d333a0ad4e
|
Allow "Create class" action in return statement
#KT-22137 Fixed
|
2019-03-15 17:33:14 +07:00 |
|
Dmitry Gridin
|
220cb95b85
|
Move caret to class name after creating it from "CreateFromUsage" action
Relates to #KT-24631
|
2019-03-15 17:27:06 +07:00 |
|
Dmitry Gridin
|
179dfce3a8
|
Fix false positive for type error in intentions AddReturnTo...
Relates to #KT-25272
|
2019-03-14 10:52:59 +07:00 |
|
Dereck Bridie
|
a02ad76b16
|
KT-25272: Unused expression as last expression of normal function should have quickfix to add "return" Fixed
|
2019-03-13 17:53:48 +07:00 |
|
Mikhail Glukhikh
|
9e2ee6183c
|
Fix "make constructor parameter a property" for vararg case
Same should work for annotated parameters
#KT-29312 Fixed
|
2019-03-04 17:57:52 +03:00 |
|
Toshiaki Kameyama
|
1b7627e039
|
Surround with null check: suggested for an assignment
#KT-30215 Fixed
|
2019-03-04 15:11:57 +03:00 |
|
Toshiaki Kameyama
|
87dc1a035b
|
Convert property initializer to getter: suggest on property name
#KT-29344 Fixed
|
2019-03-01 11:37:42 +03:00 |
|
Dmitry Gridin
|
c89d1af9fa
|
Improve Create property from Usage
Place generated property next to other properties
#KT-14886 Fixed
|
2019-02-27 00:07:55 +03:00 |
|
Vadim Brilyantov
|
0ec3d15218
|
#KT-19924: Fix usability issue with extract declaration from file intention
Fix ExtractDeclaration intention name in tests
Fix ExtractDeclaration intention folder and description to avoid "not found Dir URL" exception
|
2019-02-26 15:35:15 +03:00 |
|
Mikhail Glukhikh
|
c084eefb65
|
Fix a bunch of IDE quick-fix tests (related to "convert to run/...")
These actions became available more often some days ago
|
2019-02-25 10:37:46 +03:00 |
|
Dmitry Gridin
|
b58bfff843
|
Fix paramTypeLambdaMismatch test
|
2019-02-21 19:08:02 +03:00 |
|
Dmitry Gridin
|
147521d6cb
|
Add intention to introduce import alias
#KT-16118 Fixed
#KT-30007 Fixed
|
2019-02-21 12:25:09 +03:00 |
|
Toshiaki Kameyama
|
4113d06767
|
Add "Change type to mutable collection" quick fix for NO_SET_METHOD
#KT-29193 Fixed
|
2019-02-11 10:17:51 +03:00 |
|
Toshiaki Kameyama
|
804e03379d
|
Remove unused function parameter: do not propose for property setter parameter
#KT-29606 Fixed
|
2019-01-31 18:56:59 +03:00 |
|
Mikhail Glukhikh
|
5ec7643b5a
|
Fix two QF tests (new add underscores action, KT-28953)
|
2019-01-24 11:00:59 +03:00 |
|
Toshiaki Kameyama
|
7cad0052d9
|
"Add parameter to constructor": fix for enum entry
#KT-28995 Fixed
#KT-29051 Fixed
#KT-29052 Fixed
|
2019-01-24 11:00:59 +03:00 |
|
Vyacheslav Gerasimov
|
13d87e8eae
|
Remove as31 bunch files
|
2019-01-14 21:29:02 +03:00 |
|
Vyacheslav Gerasimov
|
818910267e
|
Remove 173 bunch files
|
2019-01-14 21:29:02 +03:00 |
|
Toshiaki Kameyama
|
05d8932fa6
|
Remove useless cast: don't remove parentheses for lambda
#KT-28641 Fixed
|
2019-01-09 12:16:01 +03:00 |
|
Toshiaki Kameyama
|
d02867a831
|
Add "Wrap with array literal" quick fix for annotation parameters
#KT-28969 Fixed
|
2019-01-09 12:12:27 +03:00 |
|
Toshiaki Kameyama
|
53b0aa5813
|
"Wrap element with arrayOf() call": don't suggest for annotation parameters
#KT-28969 Fixed
|
2019-01-09 12:12:27 +03:00 |
|
Toshiaki Kameyama
|
3040a2b145
|
Add quickfix for RETURN_TYPE_MISMATCH_ON_OVERRIDE
#KT-27972 Fixed
|
2018-12-29 10:41:14 +03:00 |
|
Vyacheslav Gerasimov
|
343560c533
|
181: Fix QuickFixTestGenerated$TypeMismatch.testParamTypeLambdaMismatch
|
2018-12-28 19:01:39 +03:00 |
|
goodsauce
|
72be9ef738
|
#KT-27670 Add quick fix: wrap expression in a lambda if compatible functional type is required (#2010)
|
2018-12-27 20:12:10 +03:00 |
|
Toshiaki Kameyama
|
538a746df9
|
Introduce "Function with = { ... }" inspection
#KT-17119 Fixed
|
2018-12-26 19:14:06 +03:00 |
|
Mikhail Glukhikh
|
8420fceb8c
|
Support '.toType()' and literal fixes related to unsigned type mismatch
#KT-26836 Fixed
|
2018-12-26 18:21:49 +03:00 |
|
Mikhail Glukhikh
|
73b6148407
|
Do not suggest cast for SIGNED_CONSTANT_CONVERTED_TO_UNSIGNED
Related to KT-27590
|
2018-12-26 18:21:49 +03:00 |
|
Mikhail Glukhikh
|
d7ce79cc76
|
Suggest quick-fixes for SIGNED_CONSTANT_CONVERTED_TO_UNSIGNED
#KT-27590 Fixed
|
2018-12-26 18:21:49 +03:00 |
|
Mikhail Zarechenskiy
|
e4a4d1169e
|
Prohibit JvmOverloads on constructors of annotation classes
In LV >= 1.4 & -progressive
#KT-25702 Fixed
|
2018-12-24 12:48:00 +03:00 |
|
Mikhail Zarechenskiy
|
958aeff94b
|
Prohibit type parameters for local variables in LV >= 1.4 & -progressive
#KT-8341 Fixed
|
2018-12-24 12:47:58 +03:00 |
|
Mikhail Glukhikh
|
aa9e48b9b6
|
Augmented list assignment inspection: add "replace with ordinary" fix
Relates to KT-20626
|
2018-12-12 15:56:11 +03:00 |
|
Mikhail Glukhikh
|
c560aada3d
|
Add "Suspicious collection reassignment" inspection #KT-20626 Fixed
|
2018-12-12 15:56:11 +03:00 |
|
Toshiaki Kameyama
|
cf3215b96e
|
Add quick fixes for SMARTCAST_IMPOSSIBLE in 'if' #KT-27184 Fixed
|
2018-11-29 19:26:58 +03:00 |
|
Toshiaki Kameyama
|
d06b04f025
|
Add intention to convert SAM lambda to anonymous object #KT-25718 Fixed
|
2018-11-23 01:05:42 +03:00 |
|
Natalia Selezneva
|
1b715ab253
|
"Add non-null asserted (!!) call": Fix for array access expression (KT-27071)
^KT-27071 Fixed
|
2018-11-19 11:09:32 +03:00 |
|
Toshiaki Kameyama
|
89ba7a7ae8
|
Make abstract: do not suggest for inline classes #KT-28268 Fixed
|
2018-11-17 18:07:15 +03:00 |
|
Toshiaki Kameyama
|
8089d2e9e3
|
Replace deprecated symbol usage in whole project: enable on annotation declared without parentheses #KT-12479 Fixed
|
2018-11-16 13:07:36 +03:00 |
|
Toshiaki Kameyama
|
cbaa8e5be2
|
Remove single lambda parameter declaration: fix false positive on property with implicit type #KT-23134
|
2018-11-13 10:42:16 +03:00 |
|
Toshiaki Kameyama
|
2683b25728
|
"Change type" quick fix: fix false negative in 'when' branch #KT-8820 Fixed
|
2018-11-09 11:09:02 +03:00 |
|
Toshiaki Kameyama
|
9c18e24de5
|
Change to function invocation fix: use parentheses in string template
#KT-5071 Fixed
|
2018-11-08 10:33:50 +03:00 |
|
Monchi
|
07ca958ff0
|
Add the quickfix to add property to supertype #KT-17004 Fixed
|
2018-11-07 17:00:26 +03:00 |
|
Toshiaki Kameyama
|
455db32199
|
"Remove parameter" quick fix: remove also type constraint
#KT-26673 Fixed
|
2018-11-07 12:20:35 +03:00 |
|
Mikhail Glukhikh
|
6e10235208
|
Make "Add name(s) to call arguments" available for generic arguments
#KT-15550 Fixed
|
2018-10-27 12:13:42 +03:00 |
|
Matthew Runo
|
374eec04d4
|
KT-27445: Add QuickFix for DEPRECATED_JAVA_ANNOTATION compiler warning
|
2018-10-18 15:56:15 +03:00 |
|
Toshiaki Kameyama
|
061aa63a73
|
"Make private" intention: fix some false positive cases
|
2018-10-11 17:20:46 +03:00 |
|
Mikhail Glukhikh
|
7488056249
|
Use 'canBeInternal' in ChangeVisibilityFix (related to KT-27138)
|
2018-10-11 17:20:30 +03:00 |
|
Toshiaki Kameyama
|
c65e246e02
|
Make private: don't suggest if property has @JvmField annotation
#KT-27138 Fixed
|
2018-10-11 17:20:13 +03:00 |
|