mcgee
|
4a0e33003b
|
#KT-9938 Fixed
Top level test case is added
|
2015-12-09 07:32:41 +03:00 |
|
Anton Sukhonosenko
|
da5f71773a
|
#KT-9938 Fixed
Code review fixes
|
2015-12-07 22:48:47 +03:00 |
|
Anton Sukhonosenko
|
6b49ac6b46
|
#KT-9938 Fixed
|
2015-12-06 01:44:57 +03:00 |
|
Yan Zhulanow
|
9d1af5a17e
|
Fix tests: "infix modifier required" and "operator modifier required" errors
|
2015-11-27 15:51:11 +03:00 |
|
Yan Zhulanow
|
a3ff3ffc45
|
Fix tests: "Placing function type parameters after the function name" error
|
2015-11-27 15:51:11 +03:00 |
|
Valentin Kipyatkov
|
fdc7c75f5b
|
Fixed "Import member" intention shown in the wrong place
|
2015-11-20 16:06:34 +03:00 |
|
Dmitry Petrov
|
3556f9751e
|
Reuse package/class qualifier prefix resolution for qualified expression resolution.
|
2015-11-18 14:35:52 +03:00 |
|
Ilya Gorbunov
|
a793a63b73
|
Simplify message expression from lambda argument when converting assert to if.
|
2015-11-11 19:00:08 +03:00 |
|
Valentin Kipyatkov
|
fe7f79428d
|
Intention to import members with '*'
|
2015-11-10 17:23:11 +03:00 |
|
Valentin Kipyatkov
|
d3f04c6310
|
Fixed for companion object members
|
2015-11-10 17:23:11 +03:00 |
|
Valentin Kipyatkov
|
d599b77ece
|
Works also for top level fun - why not?
|
2015-11-10 17:23:11 +03:00 |
|
Valentin Kipyatkov
|
870fc9284b
|
KT-4945 Intention "Introduce static import" (for single symbol)
#KT-4945 Fixed
|
2015-11-10 17:23:10 +03:00 |
|
Ilya Gorbunov
|
850c1518c8
|
Fix Delegates.lazy usages in testData
|
2015-11-06 01:12:09 +03:00 |
|
Valentin Kipyatkov
|
ce50a27af0
|
KT-9729 Invert If Condition intention should run Simplify Negated Expression when applicable
#KT-9729 Fixed
|
2015-10-30 17:25:36 +03:00 |
|
Valentin Kipyatkov
|
2b3694a77e
|
Do not drop use of SAM-constructor when it's required for labeled return
|
2015-10-30 17:25:35 +03:00 |
|
Valentin Kipyatkov
|
34298190b3
|
Use unaryPlus() and unaryMinus() instead of plus() and minus() + no identityEquals()
|
2015-10-30 17:25:35 +03:00 |
|
Valentin Kipyatkov
|
c5e13ebc68
|
Minor corrections on code review
|
2015-10-30 17:25:34 +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
|
891e033d5b
|
KT-9664 Add quickfix to convert a piece of code to pretty look SAM-style
#KT-9664 Fixed
|
2015-10-27 15:07:59 +03:00 |
|
Valentin Kipyatkov
|
612f9b1041
|
Comments and formatting preseving added
|
2015-10-22 18:48:17 +03:00 |
|
Valentin Kipyatkov
|
311bd5f25d
|
One more test added
|
2015-10-22 18:48:16 +03:00 |
|
Valentin Kipyatkov
|
a3d9085ddd
|
Disabled "Convert to get/set call" intention where it did not work correctly anyway
|
2015-10-22 18:48:16 +03:00 |
|
Valentin Kipyatkov
|
c6978d6b69
|
KT-9450 «Replace overloaded operator with function call» breaks code for index access result saved to variable
#KT-9450 Fixed
|
2015-10-22 18:48:16 +03:00 |
|
Valentin Kipyatkov
|
66310806ca
|
KT-9628 Intention&inspection to replace use of "set" operator function with []
#KT-9628 Fixed
|
2015-10-22 18:48:15 +03:00 |
|
Valentin Kipyatkov
|
852579e7f3
|
Renamed class
|
2015-10-22 18:48:15 +03:00 |
|
Valentin Kipyatkov
|
0a5255ee4e
|
Dropped inspection for functions matching operator convention - only intention left
|
2015-10-19 18:36:06 +03:00 |
|
Pavel V. Talanov
|
abca7107a7
|
Fix test data for convert function/property to property/function test
(cherry picked from commit e78c26a)
|
2015-10-19 16:03:17 +03:00 |
|
Valentin Kipyatkov
|
734d3f4fca
|
Removed test which did not work by some reason
|
2015-10-19 09:43:13 +03:00 |
|
Valentin Kipyatkov
|
e7fa2cb776
|
Replace with explicit "get" inspection enabled by default but is reported only for functions explicitly marked with "operator"
|
2015-10-19 09:43:13 +03:00 |
|
Valentin Kipyatkov
|
50f559a1c8
|
ReplaceGetIntention should not be available for non-operator functions
|
2015-10-19 09:43:11 +03:00 |
|
Valentin Kipyatkov
|
e42bb1698d
|
MoveAssignmentToInitializerIntention to select property type when it can be removed
|
2015-10-19 09:43:10 +03:00 |
|
Yan Zhulanow
|
e14c9645dc
|
Error on 'if' without an 'else' branch when used as an expression
|
2015-10-19 03:56:15 +03:00 |
|
Valentin Kipyatkov
|
090ea37a32
|
Fixed test data to use only annotation syntax with @
|
2015-10-15 19:20:08 +03:00 |
|
Yan Zhulanow
|
d52f245cf7
|
Rename unary plus/minus in builtins and stdlib
|
2015-10-15 18:23:58 +03:00 |
|
Denis Zharkov
|
f0e3fd617d
|
Adjust testData to CharSequence.length transformation
|
2015-10-14 20:39:35 +03:00 |
|
Pavel V. Talanov
|
47cca7db1f
|
Test data: adjust test data after prohibiting properties with typeparameters not used in receiver
|
2015-10-14 13:42:13 +03:00 |
|
Yan Zhulanow
|
275f3f8954
|
'operator' checks
|
2015-10-14 01:29:10 +03:00 |
|
Dmitry Petrov
|
818931ec06
|
Check for exposed local classes (or objects) in type signatures: fix IDE test
|
2015-10-12 15:35:39 +03:00 |
|
Dmitry Petrov
|
7e51fb8521
|
Check for exposed local classes (or objects) in type signatures
|
2015-10-12 15:24:54 +03:00 |
|
Valentin Kipyatkov
|
55cbe185f8
|
Do not offer to convert to infix call when calling non-infix function
|
2015-10-12 15:10:39 +03:00 |
|
Dmitry Jemerov
|
457e40a0b8
|
fix a few more tests
|
2015-10-12 11:11:31 +02:00 |
|
Dmitry Jemerov
|
1523d5bcbf
|
removing static type assertions work in progress
|
2015-10-12 11:11:23 +02:00 |
|
Yan Zhulanow
|
ed5c059cea
|
Rename unary plus() and minus() to unaryPlus() and unaryMinus()
|
2015-10-09 22:49:17 +03:00 |
|
Mikhail Glukhikh
|
6914d09297
|
Old backing field with dollar is now forbidden
|
2015-10-09 21:06:26 +03:00 |
|
Dmitry Jemerov
|
7e2c2ef678
|
restore compilation after rebase of dropping external annotations; fix affected tests
|
2015-10-09 11:52:02 +02:00 |
|
Ilya Gorbunov
|
1c416ae5f3
|
Fix testData/intentions: replace deprecated reverse usages.
|
2015-10-07 22:36:47 +03:00 |
|
Mikhail Glukhikh
|
cba6870f52
|
protected & internal are now forbidden in interfaces
|
2015-10-07 11:57:14 +03:00 |
|
Dmitry Jemerov
|
2884a1c6ea
|
handle semicolons in "introduce backing property"
#KT-9417 Fixed
|
2015-10-06 16:12:08 +02:00 |
|
Valentin Kipyatkov
|
45c3d74b42
|
KT-9284 Intention to convert to expression body doesn't work in particular case
#KT-9284 Fixed
|
2015-10-05 15:33:44 +03:00 |
|
Alexey Sedunov
|
b805645489
|
Change Signature: Support receiver <-> parameter conversion for function expressions
#KT-9309 Fixed
|
2015-10-01 17:35:20 +03:00 |
|