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
57d118e13df5df8752e11cb5fdcdc73bc544743a
kotlin-fork
/
idea
/
testData
/
quickfix
/
migration
T
History
Alexander Udalov
b2d074c5cc
Quickfix to add 'override' to equals, hashCode, toString in project
...
To help users migrate to the newest Kotlin version in two clicks
2014-03-02 19:54:55 +04:00
..
afterAddOverrideToEqualsHashCodeToString.kt
Quickfix to add 'override' to equals, hashCode, toString in project
2014-03-02 19:54:55 +04:00
afterSure.kt
Quick fix to replace sure() calls with !!
2012-09-18 20:27:09 +04:00
afterValVarFromParameters.kt
Added quick fix which removes val/var from parameters all over the project.
2013-02-26 17:32:40 +04:00
beforeAddOverrideToEqualsHashCodeToString.kt
Quickfix to add 'override' to equals, hashCode, toString in project
2014-03-02 19:54:55 +04:00
beforeBareSure.kt
Quickfix and intention tests refactoring: refer to intention action by class when checking that it's not available (instead of listing all available actions)
2014-01-23 18:46:27 +04:00
beforeSure.kt
Quick fix to replace sure() calls with !!
2012-09-18 20:27:09 +04:00
beforeValVarFromParameters.kt
Added quick fix which removes val/var from parameters all over the project.
2013-02-26 17:32:40 +04:00