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-01 10:48:09 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
f2530876435cb360ba7201a44be81ed6c3842088
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
quickFix
/
streamApiMigration
History
Roman
545ae69261
StreamApiMigrationInspection: improve stream source recognition
2017-09-27 12:28:23 +07:00
..
addAll
…
afterAllActions
…
allMatch
…
anyMatch
…
bufferedReader
StreamApiMigrationInspection: improve stream source recognition
2017-09-27 12:28:23 +07:00
collect
CollectMigration: prepare to IncorporateStreamOperationsInspection; fix NewListTerminal to support collections only
2017-09-26 09:29:37 +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
…