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
36be1fdaefdb302fd4b89922407792cf2ea4c588
kotlin-fork
/
idea
/
testData
/
inspectionsLocal
T
History
Mikhail Glukhikh
36be1fdaef
Introduce "simplifiable call chain on collection" inspection
...
Related to KT-12165 So #KT-18274 Fixed So #KT-17198 Fixed
2017-06-29 16:25:52 +03:00
..
arrayInDataClass
Add quick fix to generate equals / hashcode in data class with arrays
2017-06-16 15:03:52 +03:00
collections
Introduce "simplifiable call chain on collection" inspection
2017-06-29 16:25:52 +03:00
copyWithoutNamedArguments
Add inspection to detect copy() calls in a data class without named arguments
2017-05-10 17:43:44 +03:00
emptyRange
Add inspection for ranges with start > endInclusive #KT-18438 Fixed
2017-06-16 15:02:31 +03:00
leakingThis
Don't suggest making interface member final
2017-05-19 20:36:31 +03:00
moveSuspiciousCallableReferenceIntoParentheses
KT-17503 add check whether callable reference is acceptable in lambda
2017-04-27 18:21:33 +03:00
nullableBooleanElvis
Add Boolean? == const to elvis conversion and vice versa #KT-15368 Fixed
2017-06-15 15:01:39 +03:00
redundantExplicitType
Introduce "redundant explicit type" inspection #KT-18517 Fixed
2017-06-29 16:25:47 +03:00
removeRedundantSpreadOperator
Add inspection removing redundant spread operator for arrayOf call
2017-06-16 15:04:04 +03:00
removeToStringInStringTemplate
Redundant toString() in string template: highlight selector only
2017-06-13 15:17:42 +03:00
replaceArrayOfWithLiteral
AbstractLocalInspectionTest: add LANGUAGE_VERSION support
2017-05-16 20:44:12 +03:00
replaceRangeToWithUntil
Convert intention "a..b-1 -> a until b" into weak warning inspection
2017-05-26 09:48:04 +03:00
wrapUnaryOperator
Add inspection for potentially wrongly placed unary operators
2017-06-16 15:02:24 +03:00