This website requires JavaScript.
Explore
Help
Register
Sign In
MDS
/
openide
Watch
1
Star
0
Fork
0
mirror of
https://gitflic.ru/project/openide/openide.git
synced
2026-08-06 12:28:53 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
16e9fb30d3ed61fc0fc295fb7431b38f4bd53c6d
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
quickFix
/
streamApiMigration
T
History
Tagir Valeev
625def0299
FoldExpressionIntoStream, StreamApiMigration: EquivalenceChecker used
2018-07-11 14:43:44 +07:00
..
addAll
…
afterAllActions
FoldExpressionIntoStream, StreamApiMigration: EquivalenceChecker used
2018-07-11 14:43:44 +07:00
allMatch
…
anyMatch
…
bufferedReader
StreamApiMigration: parentheses in BufferedReader.lines() scenario supported
2018-07-10 14:13:38 +07:00
collect
StreamApiMigration: register comments from post-loop operations like sorting
2018-06-27 09:29:38 +07:00
continue
…
count
…
filter
set SPACE_BEFORE_COLON_IN_FOREACH true by default, fix tests
2018-06-26 12:04:00 +07:00
findFirst
…
flatMap
…
foreach
PsiJavaCodeReferenceElementImpl: preserve tokens (comments/whitespace) between name element and parameter list
2018-07-11 14:43:42 +07:00
java9
…
java10
BaseStreamApiMigration: when deleting the initializer replace type with explicit if possible
2018-06-13 11:14:54 +07:00
joining
…
limit
…
minMax
…
noneMatch
…
other
CountingLoop: support parenthesized condition
2018-07-06 13:58:43 +07:00
reduce
…
sum
…