Roman Golyshev
|
f656cd2889
|
KT-37781 Add FUN_KEYWORD to MODIFIERS_ORDER
- This way it is inserted before visibility modifiers
- ^KT-37781 Fixed
|
2020-03-26 19:37:10 +03:00 |
|
Toshiaki Kameyama
|
6f7830a4b2
|
Make public: reformat after removing primary constructor visibility modifier
#KT-29444 Fixed
|
2019-02-09 02:56:14 +03:00 |
|
Toshiaki Kameyama
|
4abcd9a053
|
Make internal: don't suggest for @JvmField property inside companion object of interface #KT-27138 Fixed
|
2018-11-26 18:39:54 +03:00 |
|
Toshiaki Kameyama
|
061aa63a73
|
"Make private" intention: fix some false positive cases
|
2018-10-11 17:20:46 +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 |
|
Mikhail Glukhikh
|
53e7778078
|
Add modifiers on the same line even after annotation #KT-26492 Fixed
|
2018-09-05 13:05:08 +03:00 |
|
Toshiaki Kameyama
|
28123eaf7b
|
Add intention for changing setter accessibility #KT-22409 Fixed
|
2018-01-29 19:09:19 +03:00 |
|
Dmitry Jemerov
|
43ef113b7a
|
Correctly apply annotation wrap before modifier keyword
#KT-20314 Fixed
|
2017-12-22 10:35:22 +01:00 |
|
Mikhail Glukhikh
|
e12de11ce9
|
Fix add modifier for replacement case, add expect/actual order tests
|
2017-09-16 19:47:43 +03:00 |
|
Toshiaki Kameyama
|
3a606d13f0
|
Extends range of change visibility intention #KT-14093 Fixed
|
2017-06-28 15:28:50 +03:00 |
|
Toshiaki Kameyama
|
2afe8989df
|
Make <modifier> intention handle sealed correctly #KT-18425 Fixed
|
2017-06-13 15:02:36 +03:00 |
|
Toshiaki Kameyama
|
ac03c91dcc
|
Make <modifier> intention inserts modifier between annotation and class keywords #KT-14092 Fixed
|
2017-06-12 18:32:35 +02:00 |
|
Toshiaki Kameyama
|
d90cc6f4cf
|
Intention Make private and friends should respect modifier order #KT-17823 Fixed
|
2017-06-08 10:41:07 +02:00 |
|
shiraji
|
6f94f45409
|
Disable "Make constructor internal" for annotations #KT-17599 Fixed
|
2017-04-28 10:55:13 +03:00 |
|
shiraji
|
d542aef7e4
|
Disable "Make constructor private" for annotations #KT-17600 Fixed
|
2017-04-28 10:54:54 +03:00 |
|
mglukhikh
|
be75ef919e
|
Change visibility modifier: now works on no-modifier type aliases #KT-15066 Fixed
|
2017-01-24 15:17:41 +03:00 |
|
Mikhail Glukhikh
|
1c8a2bb4cc
|
No more attempts to resolve KtDestructuringDeclaration to descriptor #KT-7929 Fixed
Also #KT-8442 Fixed
|
2016-10-24 15:17:48 +03:00 |
|
Nikolay Krasko
|
28d187ca1a
|
More tests for ChangeVisibilityModifierIntention
(cherry picked from commit e7cdba7)
|
2016-09-08 17:32:40 +03:00 |
|
Valentin Kipyatkov
|
6a65442095
|
KT-11811 There is no intention "Make protected" for a val declared in parameters of constructor
#KT-11811 Fixed
|
2016-04-07 18:50:32 +03:00 |
|
Mikhail Glukhikh
|
cba6870f52
|
protected & internal are now forbidden in interfaces
|
2015-10-07 11:57:14 +03:00 |
|
Valentin Kipyatkov
|
1ccbda6af4
|
Do not insert explicit visibility modifier if it's default
|
2015-09-18 15:44:17 +03:00 |
|
Alexey Sedunov
|
89ae7d2036
|
Intentions: Fix test data after default visibility was changed to PUBLIC
|
2015-09-11 02:20:50 +03:00 |
|
Alexey Sedunov
|
794127a38b
|
Change Signature: Add/remove constructor keyword on primary constructor when changing modifier list
|
2015-09-11 02:20:46 +03:00 |
|
Denis Zharkov
|
31244edec9
|
Deprecate deprecated in favor of Deprecated
|
2015-09-04 18:19:31 +03:00 |
|
Denis Zharkov
|
e3c3af6aab
|
Change MISSING_CONSTRUCTOR_KEYWORD severity to error
And adjust testData
|
2015-06-12 11:23:13 +03:00 |
|
Valentin Kipyatkov
|
04bee4dd7d
|
Fixing issues after code review
|
2015-05-27 16:15:51 +03:00 |
|
Valentin Kipyatkov
|
181af17315
|
KT-7704 Intention actions on visibility modifier for quick changing it
#KT-7704 Fixed
|
2015-05-14 01:10:11 +03:00 |
|