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
0e2bdb8e6646667c12d0afc46485d4f2bb8ada45
kotlin-fork
/
idea
/
testData
/
inspectionsLocal
T
History
Mikhail Glukhikh
44e727b75c
Redundant toString() in string template: highlight selector only
...
And not the receiver. So #KT-18253 Fixed
2017-06-13 15:17:42 +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
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