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
72205540d643a3735e8470835ff2a1e49e1f4073
kotlin-fork
/
idea
/
testData
/
inspections
T
History
Dmitry Jemerov
58e4ff0502
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
..
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-7377 Throwable: Empty PSI elements should not be passed to createDescriptor from UnusedReceiverParameterInspection
2015-04-13 15:04:00 +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