cheptsov / AdvancedExpressionFolding

https://plugins.jetbrains.com/plugin/9320?pr=idea
141 stars 29 forks source link

Folding too much for addAll() with a Stream API expression inside #121

Open sabi0 opened 6 years ago

sabi0 commented 6 years ago

image

The best folding here IMO would be the following:

IGNORED_FULLTEXT_SOURCES += settings.getString(key).split(VALUES_SEPARATOR).map(Integer::valueOf);