Logo
Explore Help
Register Sign In
MDS/openide
1
0
Fork 0
You've already forked openide
mirror of https://gitflic.ru/project/openide/openide.git synced 2026-05-06 21:30:56 +07:00
Code Issues Packages Projects Releases Wiki Activity
Files
0835bd0976394b5d15228e49039361cba7f627b9
openide/java/java-tests/testData/codeInsight/daemonCodeAnalyzer/quickFix/streamApiMigration
History
Tagir Valeev 725cf20422 IDEA-204917 "Loop can be collapsed with Stream API" creates uncompilable results in some cases
1. Look for references inside IntStream.iterate condition (Java9+)
2. When simplifying IntStream.range(...).map(i -> arr[i]) check if arr expression don't refer to i
2019-01-06 10:25:15 +07:00
..
addAll
…
afterAllActions
…
allMatch
…
anyMatch
…
bufferedReader
…
collect
…
continue
Stream API migration: do not convert continue statements which belong to the nested loops (IDEA-204250)
2018-12-18 12:28:52 +07:00
count
…
filter
…
findFirst
FindFirstMigration: use ifPresent when stream element type is primitive and the final statement is an assignment
2018-10-10 15:55:53 +07:00
flatMap
…
foreach
…
java9
IDEA-204917 "Loop can be collapsed with Stream API" creates uncompilable results in some cases
2019-01-06 10:25:15 +07:00
java10
…
joining
JoiningMigration: preserve comments in removed toString() call
2018-09-07 18:31:22 +07:00
limit
…
minMax
…
noneMatch
…
other
IDEA-204917 "Loop can be collapsed with Stream API" creates uncompilable results in some cases
2019-01-06 10:25:15 +07:00
reduce
…
sum
…
Powered by Gitea Version: 1.25.5 Page: 1098ms Template: 56ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API