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
647558c98a74e8f8eacb4e6b85a44a7732773e3a
kotlin-fork
/
idea
/
testData
/
inspectionsLocal
T
History
shiraji
647558c98a
Add inspection for potentially wrongly placed unary operators
...
So #KT-18236 Fixed
2017-06-16 15:02:24 +03:00
..
copyWithoutNamedArguments
Add inspection to detect copy() calls in a data class without named arguments
2017-05-10 17:43:44 +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
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