Alexey Sedunov
|
012a36d97c
|
Remove Nullable Quick-Fix: Convert to Kotlin & refactor
|
2016-01-13 17:47:10 +03:00 |
|
Alexey Sedunov
|
f1c38f5f16
|
Remove Nullable Quick-Fix: Convert to Kotlin (rename to .kt)
|
2016-01-13 17:47:09 +03:00 |
|
Alexey Sedunov
|
111a670d66
|
Move 'else' Branch in 'when' Quick-Fix: Convert to Kotlin & refactor
|
2016-01-13 17:47:08 +03:00 |
|
Alexey Sedunov
|
212504bbd4
|
Move 'else' Branch in 'when' Quick-Fix: Convert to Kotlin (rename to .kt)
|
2016-01-13 17:47:07 +03:00 |
|
Alexey Sedunov
|
b8a8f1638f
|
Change Visibility Modifier Quick-Fix: Convert to Kotlin & refactor
|
2016-01-13 17:47:06 +03:00 |
|
Alexey Sedunov
|
1e77caedbc
|
Change Visibility Modifier Quick-Fix: Convert to Kotlin (rename to .kt)
|
2016-01-13 17:47:05 +03:00 |
|
Alexey Sedunov
|
c44d0ed619
|
Add 'override' to equals/hashCode/toString Quick-Fix: Convert to Kotlin & refactor
|
2016-01-13 17:47:04 +03:00 |
|
Alexey Sedunov
|
96e6319ee1
|
Add 'override' to equals/hashCode/toString Quick-Fix: Convert to Kotlin (rename to .kt)
|
2016-01-13 17:47:03 +03:00 |
|
Alexey Sedunov
|
64eeaf8b9d
|
Make Class an Annotation Quick-Fix: Convert to Kotlin & refactor
|
2016-01-13 17:47:02 +03:00 |
|
Alexey Sedunov
|
04b8f16576
|
Make Class an Annotation Quick-Fix: Convert to Kotlin (rename to .kt)
|
2016-01-13 17:47:01 +03:00 |
|
Alexey Sedunov
|
6c44aa4d76
|
Change to Function Invocation Quick-Fix: Convert to Kotlin & refactor
|
2016-01-13 17:47:00 +03:00 |
|
Alexey Sedunov
|
584d3ad374
|
Change to Function Invocation Quick-Fix: Convert to Kotlin (rename to .kt)
|
2016-01-13 17:46:59 +03:00 |
|
Alexey Sedunov
|
a7a5619523
|
Change to Star-Projection Quick-Fix: Convert to Kotlin & refactor
|
2016-01-13 17:46:58 +03:00 |
|
Alexey Sedunov
|
625967fc15
|
Change to Star-Projection Quick-Fix: Convert to Kotlin (rename to .kt)
|
2016-01-13 17:46:57 +03:00 |
|
Alexey Sedunov
|
3153196343
|
Change Type Quick-Fix: Convert to Kotlin & refactor. Wrap in delegating quick fix to decrease memory footprint
|
2016-01-13 17:46:56 +03:00 |
|
Alexey Sedunov
|
11ef780adf
|
Change Type Quick-Fix: Convert to Kotlin (rename to .kt)
|
2016-01-13 17:46:55 +03:00 |
|
Alexey Sedunov
|
05506a24d7
|
Add Star Projections Quick-Fix: Convert to Kotlin & refactor
|
2016-01-13 17:46:54 +03:00 |
|
Alexey Sedunov
|
2e25d2d885
|
Add Star Projections Quick-Fix: Convert to Kotlin (rename to .kt)
|
2016-01-13 17:46:53 +03:00 |
|
Alexey Sedunov
|
a696efc3ef
|
Change Accessor Type Quick-Fix: Convert to Kotlin & refactor
|
2016-01-13 17:46:52 +03:00 |
|
Alexey Sedunov
|
54b149ce71
|
Change Accessor Type Quick-Fix: Convert to Kotlin (rename to .kt)
|
2016-01-13 17:46:51 +03:00 |
|
Alexey Sedunov
|
4e54cee693
|
Cast Expression Quick-Fix: Convert to Kotlin & refactor. Wrap in delegating quick fix to decrease memory footprint
|
2016-01-13 17:46:49 +03:00 |
|
Alexey Sedunov
|
63ab9df275
|
Cast Expression Quick-Fix: Convert to Kotlin (rename to .kt)
|
2016-01-13 17:46:48 +03:00 |
|
Alexey Sedunov
|
7cb5bc8902
|
Add Else Branch to When Quick-Fix: Convert to Kotlin & refactor
|
2016-01-13 17:46:47 +03:00 |
|
Alexey Sedunov
|
c0ca4e6b79
|
Add Else Branch to When Quick-Fix: Convert to Kotlin (rename to .kt)
|
2016-01-13 17:46:46 +03:00 |
|
Alexey Sedunov
|
f8be2f23a1
|
Add Function Body Quick-Fix: Convert to Kotlin & refactor
|
2016-01-13 17:46:45 +03:00 |
|
Alexey Sedunov
|
50497e8013
|
Add Function Body Quick-Fix: Convert to Kotlin (rename to .kt)
|
2016-01-13 17:46:43 +03:00 |
|
Alexey Sedunov
|
8264cef004
|
Quick Fixes: Pass original element to KotlinIntentionActionFactoryWithDelegate.createFix()
|
2016-01-13 17:46:42 +03:00 |
|
Michael Bogdanov
|
66ab1c484c
|
StackOverflow fix on type remapping
|
2016-01-13 16:57:36 +03:00 |
|
Alexey Tsvetkov
|
94cea25e2e
|
Recompile all sealed class usages when new derived class is added
|
2016-01-13 15:46:54 +03:00 |
|
Alexey Tsvetkov
|
0cf2928761
|
Recompile all enum usages when new entry is added
|
2016-01-13 15:46:54 +03:00 |
|
Alexey Tsvetkov
|
e7f8d7103f
|
Recompile all class and member usages when flag and member are changed
|
2016-01-13 15:46:53 +03:00 |
|
Alexander Udalov
|
b0627b4ce6
|
Minor, add system property to suppress color output in CLI
|
2016-01-13 14:24:42 +03:00 |
|
Mikhail Glukhikh
|
c3cce53aa2
|
Quick fix "add when remaining branches" refactoring + enum / sealed generated name w/o package name
|
2016-01-13 12:32:14 +03:00 |
|
Valentin Kipyatkov
|
0a3631db6a
|
Fixed KT-10602 Incorrect completion for class name
#KT-10602 Fixed
|
2016-01-12 22:09:12 +03:00 |
|
Nikolay Krasko
|
12b9002c0e
|
Remove assert that isn't valid in UpSource (UP-5742)
|
2016-01-12 21:40:11 +03:00 |
|
Dmitry Jemerov
|
7390e0ac66
|
editor is nullable in SelfTargetingIntention.applyTo()
|
2016-01-12 19:23:51 +01:00 |
|
Pavel V. Talanov
|
9bfa90dc0e
|
Analyze local variable declarations in expression position
Fixes exception on invalid code "val c = 1 < val Int.f: Int = 3"
|
2016-01-12 19:31:16 +03:00 |
|
Pavel V. Talanov
|
060864f7af
|
Minor: prettify code after autoconversion
|
2016-01-12 16:47:38 +03:00 |
|
Pavel V. Talanov
|
94ce1d1193
|
Refactor: extract type checking code for local variables to a separate component, extract code that creates descriptors for local variable out of DescriptorResolver
|
2016-01-12 16:47:31 +03:00 |
|
Pavel V. Talanov
|
9fea22885e
|
AnnotationUtil: Do not throw on ErrorValue constant
|
2016-01-12 16:08:59 +03:00 |
|
Michael Bogdanov
|
657b9ff808
|
Write enclosing method info for transformed objects
|
2016-01-12 15:51:57 +03:00 |
|
Michael Bogdanov
|
8ab1190082
|
Don't try remap type parameter of inline lambda parent context
|
2016-01-12 15:51:57 +03:00 |
|
Michael Bogdanov
|
fee6d4f282
|
Type parameters mapping
#KT-10429 Fixed
|
2016-01-12 15:51:56 +03:00 |
|
Michael Bogdanov
|
5cdf170511
|
TypeRemapper.java -> TypeRemapper.kt
|
2016-01-12 15:51:56 +03:00 |
|
Michael Bogdanov
|
cb41f1cc2a
|
Signature remapping moved to RemappingSignatureAdapter inside TypeRemapper
|
2016-01-12 15:51:55 +03:00 |
|
Michael Bogdanov
|
dd336a5581
|
ReifiedTypeParameterMappings renamed to TypeParameterMappings, add isReified property
|
2016-01-12 15:51:55 +03:00 |
|
Michael Bogdanov
|
833cdb0706
|
TypeParameterDescriptor propagation to CapturedTypeConstructor
|
2016-01-12 15:51:54 +03:00 |
|
Mikhail Glukhikh
|
0bcae4e0c0
|
Build fix: nullable exhaustiveness checker is now only a part of other exhaustiveness checkers
|
2016-01-12 15:44:55 +03:00 |
|
Alexey Tsvetkov
|
d928ac744e
|
Make withSubtypesOf more efficent
|
2016-01-12 15:32:48 +03:00 |
|
Alexey Tsvetkov
|
756c78bfcc
|
Append in a more safe way
|
2016-01-12 15:32:47 +03:00 |
|