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
2a23bc79f32697e32f6ee1c06199c438f0479da2
kotlin-fork
/
idea
/
testData
/
inspections
T
History
Evgeny Gerashchenko
2a23bc79f3
KT-7256 False "Receiver parameter not used" for property with delegation
...
#KT-7256 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-7256 False "Receiver parameter not used" for property with delegation
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