Valentin Kipyatkov
|
ab3eca92db
|
J2K: got rid from Converter.convertElement + fixed local classes conversion
#KT-5202 Fixed
|
2014-07-25 16:54:23 +04:00 |
|
Valentin Kipyatkov
|
acc58173da
|
Java to Kotlin converter: added auto-conversion run of Kotlin analyzer. Implemented first fix with it - redundant !! removal
|
2014-07-10 23:20:39 +04:00 |
|
Valentin Kipyatkov
|
5a5e553367
|
Java to Kotlin converter: do not generate redundant parenthesis for empty constructor parameters
|
2014-07-10 23:20:34 +04:00 |
|
Valentin Kipyatkov
|
947bf3c0ed
|
Java to Kotlin converter: keep original placement of primary constructor body + better preserving of comments for constructor
|
2014-07-10 23:20:33 +04:00 |
|
Valentin Kipyatkov
|
d3b773c0cd
|
Java to Kotlin converter: declaring locals as var's in most of cases when needed, dropped forceLocalVariableImmutability setting
|
2014-07-10 23:20:33 +04:00 |
|
Valentin Kipyatkov
|
6e473506fc
|
Java to Kotlin converter: specify local variable type when necessary
#KT-5277 Fixed
|
2014-07-10 23:20:32 +04:00 |
|
Valentin Kipyatkov
|
e38b1b4fd8
|
Java to Kotlin converter: more cases when field can be declared as val
|
2014-06-24 00:48:13 +04:00 |
|
Valentin Kipyatkov
|
5a8ab41948
|
Java to Kotlin converter: declare private field with no writes as val
|
2014-06-24 00:48:13 +04:00 |
|
Valentin Kipyatkov
|
07bbab3ea0
|
Java to Kotlin converter: fixed bug
|
2014-06-24 00:48:13 +04:00 |
|
Valentin Kipyatkov
|
04e2d3da58
|
Java to Kotlin converter: no explicit type for private and internal fields when possible
|
2014-06-24 00:48:13 +04:00 |
|
Valentin Kipyatkov
|
5ac762034a
|
Java to Kotlin converter: correct nullability in signatures of overrides
#KT-5269 Fixed
|
2014-06-24 00:48:12 +04:00 |
|
Valentin Kipyatkov
|
149ea16f5c
|
Java to Kotlin converter: supported try-with-resource construct, fixed anonymous class generation + fixed a bug with method return type
#KT-4488 Fixed
|
2014-06-24 00:48:08 +04:00 |
|
Valentin Kipyatkov
|
b71061eb5c
|
Java to Kotlin converter: generate "!!." instead of "?." for nullable values
#KT-3943 Fixed
|
2014-06-24 00:48:08 +04:00 |
|
Valentin Kipyatkov
|
30ac2bacde
|
Java to Kotlin converter: better formatting preserving from original code
#KT-4801 Fixed
|
2014-06-10 14:26:54 +04:00 |
|
Valentin Kipyatkov
|
1491e0e5a7
|
Java to Kotlin converter: better treatment of nullable expressions
|
2014-06-10 14:26:54 +04:00 |
|
Valentin Kipyatkov
|
14efefedd6
|
Java to Kotlin converter: correct code generated for accessing nullable variables
|
2014-06-10 14:26:54 +04:00 |
|
Valentin Kipyatkov
|
0695f6b3d7
|
Java to Kotlin converter: more smartness about nullability
|
2014-06-10 14:26:54 +04:00 |
|
Valentin Kipyatkov
|
e947ad7294
|
Java to Kotlin converter: minor corrections after code review
|
2014-06-10 14:26:54 +04:00 |
|
Valentin Kipyatkov
|
60d9e53e9f
|
Java to Kotlin converter: replacing equals call to ==/!= and no redundant parethesis generation
#KT-4426 Fixed
|
2014-06-10 14:26:53 +04:00 |
|
Valentin Kipyatkov
|
81caaaf579
|
Java to Kotlin converter: and even more smartness about nullability
#KT-5162 Fixed
|
2014-06-10 14:26:52 +04:00 |
|
Valentin Kipyatkov
|
d49b4f86fd
|
Java to Kotlin converter: even more smartness about nullability
|
2014-06-10 14:26:52 +04:00 |
|
Valentin Kipyatkov
|
15ffb6768c
|
Java to Kotlin converter: more smartness about variables nullability
|
2014-06-10 14:26:52 +04:00 |
|