AdvancedExpressionFolding icon indicating copy to clipboard operation
AdvancedExpressionFolding copied to clipboard

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

Open sabi0 opened this issue 7 years ago • 0 comments

image

The best folding here IMO would be the following:

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

sabi0 avatar Apr 16 '18 16:04 sabi0