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
b650753643f9e477fcccaefdf57df328a4988aa3
kotlin-fork
/
idea
/
testData
/
quickfix
/
migration
T
History
Denis Zharkov
b650753643
Change formatting of function expressions without names
...
No spaces between 'fun' and value parameter list
2015-05-20 09:24:56 +03:00
..
bracketsAnnotations
Change deprecation rules for annotations in brackets
2015-05-20 09:24:56 +03:00
enumConstructor
Fixed a quick fix for enum entry short super constructor syntax (situation with a preceding comment / annotation). Four extra tests. isAvailable().
2015-05-19 11:22:34 +03:00
enumDelimiter
Fixed a quick fix for enum entry delimiters: situation with following comments. Three new tests. isAvailable().
2015-05-19 11:22:57 +03:00
lambdaSyntax
Change formatting of function expressions without names
2015-05-20 09:24:56 +03:00
migrateJavaAnnotationMethodCall
Add quickfix for migrating Java annotation method calls
2015-04-23 11:22:39 +03:00
missingConstructorKeyword
Add quickfix for missing 'constructor' inside primary ctor
2015-05-20 09:24:55 +03:00
replaceJavaClassAsAnnotationParameter
Big change in quickfix tests: no stupid test data format with "before" and "after" file prefixes
2015-05-08 22:29:42 +03:00
replaceJavaClassWithKClassForJavaAnnotation
Add quickfix for usages of javaClass<T>() in annotations loaded from Java
2015-04-17 18:52:17 +03:00
traitToInterface
report 'trait' keyword as deprecated, provide quickfix for replacing with 'interface'
2015-05-15 18:20:39 +02:00
addOverrideToEqualsHashCodeToString.kt
Big change in quickfix tests: no stupid test data format with "before" and "after" file prefixes
2015-05-08 22:29:42 +03:00
addOverrideToEqualsHashCodeToString.kt.after
Big change in quickfix tests: no stupid test data format with "before" and "after" file prefixes
2015-05-08 22:29:42 +03:00