Valentin Kipyatkov
|
27063bcd9b
|
Supported case when result variable initialization is not right before the loop
|
2016-08-16 17:38:04 +03:00 |
|
Valentin Kipyatkov
|
9b69c5c375
|
Split into more files
|
2016-08-16 17:38:04 +03:00 |
|
Valentin Kipyatkov
|
b24aee9c92
|
Moved classes into separate file
|
2016-08-16 17:38:04 +03:00 |
|
Valentin Kipyatkov
|
d61daed461
|
Recognizing manually incremented index
|
2016-08-16 17:38:04 +03:00 |
|
Valentin Kipyatkov
|
14e87b1f2c
|
Initial support for indexed transformations
|
2016-08-16 17:38:03 +03:00 |
|
Valentin Kipyatkov
|
955e1166fd
|
Transformation not necessary has real input variable
|
2016-08-16 17:38:03 +03:00 |
|
Valentin Kipyatkov
|
e0a7e1dbed
|
Checking that input variable is really used
|
2016-08-16 17:38:03 +03:00 |
|
Valentin Kipyatkov
|
345f2b8a52
|
More usable caret position
|
2016-08-16 17:38:03 +03:00 |
|
Valentin Kipyatkov
|
db53794663
|
Supported "count()"
|
2016-08-16 17:38:02 +03:00 |
|
Valentin Kipyatkov
|
53e3a67a7f
|
Better formatting in some cases
|
2016-08-16 17:38:02 +03:00 |
|
Valentin Kipyatkov
|
fe7ddbcc0d
|
More informative intention action text
|
2016-08-16 17:38:02 +03:00 |
|
Valentin Kipyatkov
|
bbb6ef4fbc
|
Check that "break" and "continue" do not produce false errors when using analyzeInContext
|
2016-08-16 17:38:02 +03:00 |
|
Valentin Kipyatkov
|
49f2c5f657
|
Sometimes shorter code with filterTo, mapTo and flatMapTo
|
2016-08-16 17:38:01 +03:00 |
|
Valentin Kipyatkov
|
744186402d
|
One more case when mapTo can be generated
|
2016-08-16 17:38:01 +03:00 |
|
Valentin Kipyatkov
|
db0028c11e
|
AddToCollectionTransformation checks that the result collection type cannot be changed
|
2016-08-16 17:38:01 +03:00 |
|
Valentin Kipyatkov
|
f51c5a19dd
|
Basic support for "add" to collection used inside the loop
|
2016-08-16 17:38:01 +03:00 |
|
Valentin Kipyatkov
|
d3721e9462
|
flatMapTo supported
|
2016-08-16 17:38:00 +03:00 |
|
Valentin Kipyatkov
|
f3c760607b
|
Consistent use of term "input variable" instead of "working variable"
|
2016-08-16 17:38:00 +03:00 |
|
Valentin Kipyatkov
|
df08493337
|
Moved check about old working variable not needed into common place
|
2016-08-16 17:38:00 +03:00 |
|
Valentin Kipyatkov
|
22fb397662
|
Initial support for "+=", filterTo and mapTo for collections
|
2016-08-16 17:38:00 +03:00 |
|
Valentin Kipyatkov
|
ac46684592
|
Supported initialization with assignment instead of declaration
|
2016-08-16 17:37:59 +03:00 |
|
Valentin Kipyatkov
|
1fe84b8a25
|
Refactoring
|
2016-08-16 17:37:59 +03:00 |
|
Valentin Kipyatkov
|
bd6b38962d
|
Elvis operator supported for all cases of find
|
2016-08-16 17:37:59 +03:00 |
|
Valentin Kipyatkov
|
79800492a9
|
firstOrNull() ?: ... supported
|
2016-08-16 17:37:59 +03:00 |
|
Valentin Kipyatkov
|
14ef93a797
|
More relaxed checks for any() with return
|
2016-08-16 17:37:58 +03:00 |
|
Valentin Kipyatkov
|
ff0bb4fbb8
|
Generating more simple construct instead of "let" in some cases
|
2016-08-16 17:37:58 +03:00 |
|
Valentin Kipyatkov
|
a760ef3665
|
Generating "firstOrNull()?.let {...}"
|
2016-08-16 17:37:58 +03:00 |
|
Valentin Kipyatkov
|
fba9b123dd
|
More cases supported for "any"
|
2016-08-16 17:37:58 +03:00 |
|
Valentin Kipyatkov
|
c0f3ab59ab
|
Supported "lastOrNull" and "any" without break in the loop
|
2016-08-16 17:37:57 +03:00 |
|
Valentin Kipyatkov
|
0243efd8b5
|
Added comments
|
2016-08-16 17:37:57 +03:00 |
|
Valentin Kipyatkov
|
fcbf68617e
|
Merging subsequent .filter()'s
|
2016-08-16 17:37:57 +03:00 |
|
Valentin Kipyatkov
|
6dbd9c944a
|
Refactored API to allow merging ResultTransformation with any kind of previous transformation
|
2016-08-16 17:37:57 +03:00 |
|
Valentin Kipyatkov
|
d7762778a2
|
Cannot transform to flatMap if old working variable used in the nested loop
|
2016-08-16 17:37:56 +03:00 |
|
Valentin Kipyatkov
|
50bd766992
|
Minor changes after code review
|
2016-08-16 17:37:56 +03:00 |
|
Valentin Kipyatkov
|
863040700e
|
Check for continue-statement of the inner loop!
|
2016-08-16 17:37:56 +03:00 |
|
Valentin Kipyatkov
|
8c498af3d8
|
Checking that smart casts will not be broken by conversion
|
2016-08-16 17:37:56 +03:00 |
|
Valentin Kipyatkov
|
978fc468fa
|
Temporary fix
|
2016-08-16 17:37:55 +03:00 |
|
Valentin Kipyatkov
|
12b1a99a6a
|
Initial implementation of loop-to-call-chain intention
|
2016-08-16 17:37:55 +03:00 |
|
Valentin Kipyatkov
|
c50cf13611
|
KtExpression.analyzeInContext uses correct context when analyzing return's
|
2016-08-16 17:37:55 +03:00 |
|
Pavel V. Talanov
|
340fe82fa0
|
Minor, KotlinScriptConfigurationManager: add TODO
|
2016-08-16 16:49:09 +03:00 |
|
Pavel V. Talanov
|
10660f35d7
|
Add tests for script configuration machinery, namely ScriptTemplateProvider EP
Test highlighting and navigation depending on provided script definition
|
2016-08-16 16:45:59 +03:00 |
|
Pavel V. Talanov
|
b4cb4f9191
|
KotlinLanguageInjector: only run for project or library source
|
2016-08-16 16:45:58 +03:00 |
|
Kirill Rakhman
|
e6d76a9b71
|
Allow suppressing warnings for secondary constructor (KT-12627)
(cherry picked from commit 41cf868)
#KT-12627 Fixed
|
2016-08-16 13:04:42 +03:00 |
|
Nikolay Krasko
|
7a4d20b4cf
|
Make quick evaluate work on receiver in qualified expressions (KT-13269)
(cherry picked from commit 970ac5a)
#KT-13269 Fixed
|
2016-08-16 13:04:41 +03:00 |
|
Michael Bogdanov
|
7325baa06a
|
Fix for KT-13374: CompilationException: Inline function call with anonymous object implementing an interface by delegation
#KT-13374 Fixed
|
2016-08-16 10:47:01 +03:00 |
|
Natalia Ukhorskaya
|
fca5834557
|
Eval4J: loadClass should return prepared class, otherwise ClassNotPreparedException fails in invokeMethod
#KT-12641 Fixed
|
2016-08-16 09:08:34 +03:00 |
|
Natalia Ukhorskaya
|
f6bb70aad1
|
Debugger: allow to evaluate 'this' and fields in java files
|
2016-08-16 09:08:34 +03:00 |
|
Alexander Udalov
|
18887f8bec
|
Rename CompanionObjectMapping.hasMappingToObject -> isMappedIntrinsicCompanionObject
|
2016-08-15 19:41:47 +03:00 |
|
Alexander Udalov
|
7b8ee5fba1
|
Add test case for obsolete issue
#KT-13172 Fixed
|
2016-08-15 19:41:47 +03:00 |
|
Alexander Udalov
|
bd88b0941d
|
Fix incorrect unsupported error on synthetic extension call on LHS of ::
#KT-13271 Fixed
|
2016-08-15 19:41:47 +03:00 |
|