Yaroslav Kishchenko

Results 11 issues of Yaroslav Kishchenko

Main enchaincments: * Block statement graph * Fake AST nodes

During semantic extraction we have to considered local variables declarations to have their declared variables in semantic.

Extract method

To provide seamless functionality with `JavalangImproved` we need to be able to provide all method statements grouped by scope.

enhancement

Here we want to collect the scenarios of using aibolit package and discuss the API for end-user. Leave your comments, diagrams and text here.

discussion

- [ ] Architecture explanation - [ ] Fields lists - [ ] Code examples

documentation

Changed algorithm of creation of extraction opportunities to speed it up. Now algorithm is working in the following way: 1. Calculate for each statement location of next similar statement. We...

Fix #86 Previous PR fixed inly `block-statement graph` creation, but there was need to handle `constructors` in extraction semantic step.