Valentin Kipyatkov
|
56b20b0f31
|
Data Flow from Here: do not include named argument references
|
2020-04-23 22:12:25 +03:00 |
|
Valentin Kipyatkov
|
7c81d93db0
|
Data Flow to Here: process data-class copy-method calls
|
2020-04-23 22:12:25 +03:00 |
|
Valentin Kipyatkov
|
91a793d575
|
Slicer tree view: better highlighting range inside nodes and in the editor
|
2020-04-18 01:25:04 +03:00 |
|
Valentin Kipyatkov
|
03126ba469
|
Container presentation in slicer tree: no type for properties and show accessor
|
2020-04-18 01:25:04 +03:00 |
|
Valentin Kipyatkov
|
2ee776a0d8
|
Container presentation in slicer tree: limit number of parameters shown by 2
|
2020-04-18 01:25:03 +03:00 |
|
Valentin Kipyatkov
|
3e5820e4c1
|
Slice tree: shorter container rendering for properties in primary constructor
|
2020-04-18 01:25:03 +03:00 |
|
Valentin Kipyatkov
|
23ead3c805
|
Added container text into slicer tests output
|
2020-04-18 01:25:03 +03:00 |
|
Valentin Kipyatkov
|
2d2d9337ca
|
Do not include line numbers from librarys source into test output otherwise it will change to often when upgrading libs
|
2020-04-18 01:25:02 +03:00 |
|
Valentin Kipyatkov
|
411f2c833c
|
Process inline functions from libraries (if sources available) + process source libraries if analysis scope includes them
|
2020-04-18 01:25:02 +03:00 |
|
Valentin Kipyatkov
|
06de3de1a6
|
Do not show doc-comment references in data flow
|
2020-04-18 01:25:01 +03:00 |
|
Valentin Kipyatkov
|
84a786dde3
|
Renames and test output format improvement
|
2020-04-18 01:25:01 +03:00 |
|
Valentin Kipyatkov
|
63095f9ec9
|
Handling of method references
|
2020-04-18 01:25:00 +03:00 |
|
Valentin Kipyatkov
|
7dd30eb943
|
Support other kinds of variables for invoke receiver
|
2020-04-18 01:25:00 +03:00 |
|
Valentin Kipyatkov
|
8a1ea7b45e
|
One more test
|
2020-04-18 01:24:59 +03:00 |
|
Valentin Kipyatkov
|
cc6090347a
|
Handling other types of expressions as invoke receiver
|
2020-04-18 01:24:59 +03:00 |
|
Valentin Kipyatkov
|
f3b26e1c9a
|
Correct detection of parameter index or receiver from invoke call
|
2020-04-18 01:24:58 +03:00 |
|
Valentin Kipyatkov
|
e4d9801388
|
Process only correct implicit receivers
|
2020-04-18 01:24:58 +03:00 |
|
Valentin Kipyatkov
|
04d4f7444e
|
Tracking of receiver for incoming lambda's for outflow analysis + better handling of invoke and operator calls
|
2020-04-18 01:24:57 +03:00 |
|
Valentin Kipyatkov
|
8f01427534
|
Tracking of incoming lambda's for outflow analysis
|
2020-04-18 01:24:57 +03:00 |
|
Valentin Kipyatkov
|
269420a0e0
|
Processing implicit extension receiver usages in outflow processing
|
2020-04-18 01:24:56 +03:00 |
|
Valentin Kipyatkov
|
4e88e2697c
|
Replaced [LAMBDA OUT] in test data to [LAMBDA CALLS] which is less confusing
|
2020-04-18 01:24:55 +03:00 |
|
Valentin Kipyatkov
|
61d4383cb9
|
Merged LambdaResultOutflowBehaviour and LambdaCallsBehaviour into one
|
2020-04-18 01:24:55 +03:00 |
|
Valentin Kipyatkov
|
f0d4d7bb86
|
Added correctness check of test data + fixed huge amount of incorrect code in test data
|
2020-04-18 01:24:54 +03:00 |
|
Valentin Kipyatkov
|
90188ef44f
|
Data flow to/from here: supported expected/actual declarations and extension receivers
|
2020-04-18 01:24:52 +03:00 |
|
Valentin Kipyatkov
|
0b2aff4e70
|
KT-38003 works for Java implementations of extension method
|
2020-04-18 01:24:52 +03:00 |
|
Valentin Kipyatkov
|
84c9692332
|
KT-38003 works for Java implementations too
|
2020-04-18 01:24:51 +03:00 |
|
Valentin Kipyatkov
|
2b83e3721a
|
KT-38003 "Analyze Data Flow from Here" should work on parameter of abstract method
#KT-38003 Fixed
|
2020-04-18 01:24:51 +03:00 |
|
Valentin Kipyatkov
|
e7c72637a1
|
Removed misleading comments from test data
|
2020-02-13 07:40:37 +02:00 |
|
Alexey Sedunov
|
c602c51642
|
Slicer: Sort tree nodes to produce stable test data
|
2018-02-06 14:23:20 +03:00 |
|
Alexey Sedunov
|
c6a9c36275
|
Analyze Data Flow: Support cross-language analysis
#KT-16833 Fixed
|
2018-01-17 12:40:34 +03:00 |
|
Alexey Sedunov
|
1ceb751061
|
Data Outflow: Allow for-loop variables
#KT-19018 Fixed
|
2017-11-27 14:36:09 +03:00 |
|
Alexey Sedunov
|
fc307da383
|
Data Outflow: Show all reference expressions as separate steps
#KT-19012 Fixed
#KT-19017 Fixed
#KT-19036 Fixed
#KT-19039 Fixed
#KT-19104 Fixed
#KT-19106 Fixed
|
2017-11-27 14:36:09 +03:00 |
|
Alexey Sedunov
|
ff5a52b445
|
Analyze Data Flow: Respect member hierarchies
#KT-11994 In Progress
|
2017-06-09 17:19:22 +03:00 |
|
Alexey Sedunov
|
49da81f681
|
Analyze Data Flow: Support val/var parameters
#KT-11994 In Progress
|
2017-06-09 17:19:20 +03:00 |
|
Alexey Sedunov
|
ea7d535ae7
|
Analyze Data Flow: Support properties with custom accessors
#KT-11994 In Progress
|
2017-06-09 17:19:20 +03:00 |
|
Alexey Sedunov
|
d61ddaccb6
|
Analyze Data Flow: Support callable references
#KT-11994 In Progress
|
2017-06-09 17:19:18 +03:00 |
|
Alexey Sedunov
|
3f411fc93b
|
Analyze Data Flow: Support lambdas/anonymous functions
#KT-11994 In Progress
|
2017-06-09 17:19:18 +03:00 |
|
Alexey Sedunov
|
0f44dd6ab0
|
Analyze Data Flow: Support dereference processing
#KT-11994 In Progress
|
2017-06-09 17:19:16 +03:00 |
|
Alexey Sedunov
|
858b454138
|
Analyze Data Flow: Initial implementation
#KT-11994 In Progress
|
2017-06-09 17:19:15 +03:00 |
|