This website requires JavaScript.
Explore
Help
Register
Sign In
azalea
/
kotlin-fork
Watch
1
Star
0
Fork
0
You've already forked kotlin-fork
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
56d89266d4033643fe77afe19c31649ab10643e3
kotlin-fork
/
idea
/
testData
/
inspectionsLocal
/
collections
T
History
Toshiaki Kameyama
2c71b3873e
Introduce "flatMap { it } -> flatten" inspection #KT-25969 Fixed
2018-08-31 15:03:24 +03:00
..
convertCallChainIntoSequence
Call chain --> Sequence: take termination into account
2018-08-08 11:02:47 +03:00
convertFlatMapToFlatten
Introduce "flatMap { it } -> flatten" inspection #KT-25969 Fixed
2018-08-31 15:03:24 +03:00
simplifiableCallChain
"Call chain may be simplified": fix false positive on Java Map
2018-08-03 13:15:53 +03:00
uselessCallOnCollection
Introduce "Useless call on collection type" inspection
2017-06-29 16:25:50 +03:00
uselessCallOnNotNull
"Useless call on collection type" inspection: Apply to 'kotlin.sequences.orEmpty'
2018-08-30 14:50:56 +03:00