This website requires JavaScript.
Explore
Help
Register
Sign In
MDS
/
openide
Watch
1
Star
0
Fork
0
You've already forked openide
mirror of
https://gitflic.ru/project/openide/openide.git
synced
2026-05-07 05:40:23 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
a2e13fee962db06198ef4e58367f1a877f577545
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
quickFix
/
streamApiMigration
History
Tagir Valeev
14759e531a
IDEA-180417 Generated code ("Replace with collect") is invalid follow-up
...
Fixed for groupingBy as well
2017-10-13 13:12:17 +07:00
..
addAll
…
afterAllActions
…
allMatch
…
anyMatch
…
bufferedReader
StreamApiMigrationInspection: improve stream source recognition
2017-09-27 12:28:23 +07:00
collect
IDEA-180417 Generated code ("Replace with collect") is invalid follow-up
2017-10-13 13:12:17 +07:00
continue
support return in forEach replacement
2017-09-01 12:37:18 +07:00
count
…
filter
add nested stream filter recognition
2017-08-24 11:35:17 +07:00
findFirst
…
flatMap
…
foreach
support return in forEach replacement
2017-09-01 12:37:18 +07:00
java9
StreamApiMigrationInspection: improve stream source recognition
2017-09-27 12:28:23 +07:00
joining
StreamApiMigrationInspection: improve stream source recognition
2017-09-27 12:28:23 +07:00
limit
…
minMax
fix codegen for natural order: IDEA-CR-23874
2017-08-17 16:13:48 +07:00
noneMatch
…
other
…
reduce
…
sum
…
takeWhile
…