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
08cfca56f8ac217025a90d2d6ecfc2250cb89819
kotlin-fork
/
idea
/
testData
/
inspections
T
History
Evgeny Gerashchenko
88021ffc73
KT-7381 Receiver parameter is never used for native extension function
...
#KT-7381 fixed
2015-05-27 16:07:09 +03:00
..
cleanup
Add quickfixes for unnecessary casts and nullability operations to cleanup inspection. Rewrite two quickfixes from Java to Kotlin. Add inspection description. Use marker interface for identifying quickfixes applicable for code cleanup.
2015-05-26 14:41:23 +02:00
reflectionNotFound
Do not report inspection "no reflection" in annotation entries
2015-04-23 11:22:39 +03:00
spelling
Support spellchecking in Kotlin string literals; remove unused and unnecessary support for custom suppressions of spelling errors
2015-02-25 18:00:59 +01:00
unusedReceiverParameter
KT-7381 Receiver parameter is never used for native extension function
2015-05-27 16:07:09 +03:00
unusedSymbol
KT-7693 Unused constructor parameter is not detected if class is constructed with named argument
2015-05-25 18:33:08 +03:00