Toshiaki Kameyama
|
1b0fac4a67
|
Add quick fix for PROPERTY_TYPE_MISMATCH_ON_OVERRIDE on constructor parameter
#KT-29934 Fixed
|
2020-04-15 21:32:29 +02:00 |
|
Roman Golyshev
|
1dded486f1
|
i18n: fix bundle messages/testData messages where necessary
|
2020-03-16 18:40:47 +07:00 |
|
Toshiaki Kameyama
|
4d9b19da82
|
Remove comments from function/property implementation template
#KT-18539 Fixed
|
2019-11-13 08:37:25 +09:00 |
|
Dmitry Gridin
|
c76ca988eb
|
KotlinCreateTestIntention: disallow intention for expect classes
#KT-26242 Fixed
|
2019-07-23 16:24:16 +03:00 |
|
Toshiaki Kameyama
|
bf5b559923
|
Add function supertype: make abstract function in sealed class
#KT-30769 Fixed
|
2019-04-22 16:11:59 +07:00 |
|
Dmitry Gridin
|
c8ea62a0d9
|
Change function signature should change type parameters
#KT-22896 Fixed
|
2019-04-02 22:53:13 +07: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 |
|
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
|
061aa63a73
|
"Make private" intention: fix some false positive cases
|
2018-10-11 17:20:46 +03:00 |
|
Alexander Podkhalyuzin
|
baa0f2dc1b
|
Override completion in expect class should behave differently
Caret placement is at the end of new fun/property
#KT-25313 Fixed
|
2018-09-10 14:23:48 +03:00 |
|
Toshiaki Kameyama
|
ddf647ae96
|
Remove redundant receiver in "Change function signature" quick fix
So #KT-12298 Fixed
|
2018-06-05 15:20:18 +03:00 |
|
Toshiaki Kameyama
|
f93b21eaa2
|
Fix "Add function to supertype" braces #KT-23215 Fixed
|
2018-03-16 12:11:26 +03:00 |
|
Alexey Sedunov
|
049439ce1d
|
Rename: Update test data (follow-up for unnecessary reformatting fix)
|
2018-02-06 14:23:20 +03:00 |
|
Mikhail Zarechenskiy
|
88595e1a58
|
Don't require to override abstract methods in expect class
#KT-16099 Fixed
|
2017-10-11 15:27:50 +03: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
|
64eeb479aa
|
Take nullability annotations into account in QF correcting override
So Java NotNull annotated is converted to `Type`
and Java Nullable annotated to `Type?` accordingly
So #KT-19299 Fixed
|
2017-08-07 13:52:25 +03:00 |
|
Mikhail Glukhikh
|
d08b18f5f8
|
Introduce "use expression body" inspection #KT-16063 Fixed
Converted from the relevant intention
Reported cases: one-liners, whens
Also, more exact caret detection in local inspection tests
|
2017-07-07 18:15:06 +03:00 |
|
Denis Zharkov
|
bc564af2fc
|
Regenerate mockJDK using openJDK 7
|
2017-06-24 17:26:01 +03:00 |
|
Mikhail Zarechenskiy
|
0f350f5db8
|
Don't report error on member that overrides open member from final class
#KT-14598 Fixed
|
2017-06-22 15:02:09 +03:00 |
|
fitermay
|
0dced8d29c
|
Do not suggest "Make overridden member open" for already open ones
So #KT-18148 Fixed
|
2017-06-16 15:04:10 +03:00 |
|
Dmitry Jemerov
|
a6d80b78de
|
Fix tests
|
2017-06-13 13:04:11 +02:00 |
|
Dmitry Petrov
|
7979663e6c
|
Update testData for changed diagnostic messages
|
2017-05-26 13:58:46 +03:00 |
|
Vyacheslav Gerasimov
|
8c41e44b3b
|
Fix MovePropertyToConstructorIntention and broken tests
|
2017-03-24 21:55:27 +03:00 |
|
Nikolay Krasko
|
2841931ffa
|
Do not force new line in body for empty functions and function expressions (KT-10828)
#KT-10828 Fixed
|
2016-12-14 13:35:31 +03:00 |
|
Mikhail Glukhikh
|
2ac8e5b4a7
|
"Change return type fix" now handles data class properties correctly #KT-15028 Fixed
|
2016-12-07 18:51:58 +03:00 |
|
Valentin Kipyatkov
|
21c2268f70
|
Protection against "<caret>" missing in test data
Many incorrect tests fixed
|
2016-09-27 18:05:26 +03:00 |
|
Valentin Kipyatkov
|
023c02deb3
|
Corrections on code review
|
2016-09-23 10:07:15 +03:00 |
|
Valentin Kipyatkov
|
e4f80e277f
|
Better texts of change variable type quickfixes
|
2016-09-23 10:07:15 +03:00 |
|
Valentin Kipyatkov
|
dab6f7d13d
|
Better texts for quickfixes to change return type
|
2016-09-23 10:07:14 +03:00 |
|
Mikhail Glukhikh
|
608368997c
|
Add function to supertype immediately removes redundant modifiers #KT-12297 Fixed
|
2016-09-16 16:26:01 +03:00 |
|
Alexey Sedunov
|
89c39b9762
|
Misc: Use TODO() consistently in implementation stubs
#KT-13589 Fixed
|
2016-08-29 16:20:55 +03:00 |
|
Ilya Gorbunov
|
570ac8b821
|
Add runtime dependency to tests where exception references are used.
|
2016-08-17 12:40:50 +03:00 |
|
Dmitry Jemerov
|
079d857aa2
|
update testdata for https://github.com/JetBrains/kotlin/pull/896/
|
2016-07-19 17:58:09 +02:00 |
|
Alexey Sedunov
|
1635018fe7
|
Override/Implement: Use function body template when generating functions with default body
#KT-11807 Fixed
|
2016-04-21 16:40:17 +03:00 |
|
Pavel V. Talanov
|
a4c005fefd
|
Update existing test data depending on diagnostic parameter rendering
|
2016-02-26 14:45:11 +03:00 |
|
Alexey Sedunov
|
2b4f03feef
|
Implement Members Quick-Fix: Support primary constructor parameters
#KT-8427 In Progress
|
2015-12-30 00:56:34 +03:00 |
|
Dmitry Petrov
|
70c200d265
|
Fix diagnostic messages for properties.
Fix IDE tests.
Update quick fixes in IDE
(TODO: review new inheritance-related diagnostics with regards to quick fixes)
|
2015-12-09 17:43:48 +03:00 |
|
Mikhail Glukhikh
|
cd1b58f2eb
|
Final in interfaces: deprecation ---> error + relevant test fixes
|
2015-11-20 15:43:19 +03:00 |
|
Nikolay Krasko
|
911432c99c
|
Use default render to check are all errors mentioned in tests. It's far more easier to read.
|
2015-10-28 13:39:46 +03:00 |
|
Valentin Kipyatkov
|
963a8992b1
|
Fixed availability of "Make abstract" and "Implement members" quickfixes
|
2015-10-19 09:43:13 +03:00 |
|
Mikhail Glukhikh
|
f8a356747e
|
Stdlib rename: 'name' and 'ordinal' are now properties in Enum, same name functions are deprecated
|
2015-10-14 20:40:13 +03:00 |
|
Dmitry Jemerov
|
48bcc93ec2
|
revert incorrect testdata changes
|
2015-09-25 19:14:53 +02:00 |
|
Dmitry Jemerov
|
e1acc8744d
|
"introduce backing property" intention
|
2015-09-25 18:25:37 +02:00 |
|
Alexey Sedunov
|
d5deb03292
|
Change Function Signature Fix: Do not render default values in overriding functions
#KT-8520 Fixed
|
2015-09-11 02:20:47 +03:00 |
|
Michael Nedzelsky
|
92ca057b4a
|
fix tests in org.jetbrains.kotlin.idea.quickfix
|
2015-09-08 02:05:41 +03:00 |
|
Valentin Kipyatkov
|
eadeb6e63f
|
DirectiveBasedActionUtils: don't allow to specify ACTION directives that won't be checked anyway
|
2015-06-30 13:41:41 +03:00 |
|
Denis Zharkov
|
11290ae9e7
|
Fix wrong assumptions in quickfix
Diagnostic is always reported on overriden property
#EA-64407 Fixed
|
2015-06-02 14:07:49 +03:00 |
|
Valentin Kipyatkov
|
0dc92c3ee8
|
QuickFixMultiFileTestGenerated - shorter test data files names
|
2015-05-27 16:15:44 +03:00 |
|
Dmitry Jemerov
|
625096466e
|
IDE testdata: s/trait/interface
|
2015-05-13 16:13:13 +02:00 |
|
Valentin Kipyatkov
|
837e46a9b8
|
Big change in quickfix tests: no stupid test data format with "before" and "after" file prefixes
|
2015-05-08 22:29:42 +03:00 |
|