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
cab2328b646b2592f3a3e7851cbab270f3d2748d
kotlin-fork
/
idea
/
testData
/
quickfix
/
migration
T
History
Denis Zharkov
cab2328b64
Do not insert type parameters when replacing
javaClass
with
T::class
...
Type parameters are invalid for class literal unless class is `Array`
2015-05-27 08:24:57 +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
obsoleteLabelSyntax
Add quickfix for deprecated labels syntax
2015-05-20 09:24:57 +03:00
removeNameFromFunctionExpression
Add quickfix removing names of function expressions
2015-05-20 09:24:57 +03:00
replaceJavaClassAsAnnotationParameter
Do not insert type parameters when replacing
javaClass
with
T::class
2015-05-27 08:24:57 +03:00
replaceJavaClassWithKClassForJavaAnnotation
Do not insert type parameters when replacing
javaClass
with
T::class
2015-05-27 08:24:57 +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