Tagir Valeev
|
7e1064ea3c
|
[java-intentions] More preview tests; minor fixes
GitOrigin-RevId: 22a46c15d8900d8a31514846755a013f6a67ad42
|
2022-07-29 17:55:13 +00:00 |
|
Roman.Ivanov
|
5076e08145
|
set SPACE_BEFORE_COLON_IN_FOREACH true by default, fix tests
|
2018-06-26 12:04:00 +07:00 |
|
Roman.Ivanov
|
5858ba478c
|
fix tests for foreach formatting
|
2018-06-05 11:31:17 +07:00 |
|
Tagir Valeev
|
2d57e55143
|
StreamToLoopInspection: support groupingBy(..., counting()/summingInt()/summingLong()/summingDouble()/mapping(summing...))
|
2017-01-24 17:56:19 +07:00 |
|
Tagir Valeev
|
c9c574e428
|
StreamToLoopInspection: preserve comments; CommentTracker: now possible to delete element first and only after that register unchanged parts.
|
2016-12-23 18:09:43 +07:00 |
|
Tagir Valeev
|
1e33755e09
|
StreamToLoopInspection: reuse existing variable if we should reassign it in loop, but it's possible to use it as non-final
|
2016-12-23 13:30:08 +07:00 |
|
Tagir Valeev
|
acbb7bddda
|
StreamToLoopInspection: added ExplicitCollectTerminalOperation; StreamVariable simplified; guard checks added (IDEA-CR-15249)
|
2016-11-07 12:19:09 +07:00 |
|