Simon Ogorodnik
|
f8914013ef
|
Fix infinity deferred element unfolding in J2K
#KT-13146 fixed
|
2017-05-29 20:26:45 +03:00 |
|
Dmitry Petrov
|
7979663e6c
|
Update testData for changed diagnostic messages
|
2017-05-26 13:58:46 +03:00 |
|
Simon Ogorodnik
|
6a8bb8b33d
|
Fix CCE in constructNestedClassReferenceIdentifier J2K
#KT-17712 fixed
|
2017-05-22 13:55:26 +03:00 |
|
Valentin Kipyatkov
|
1fe6886a33
|
Fixed error message to quote parameter name
|
2017-05-20 23:44:20 +03:00 |
|
Dmitry Neverov
|
3002639fd7
|
Take control flow into account for checking fall-through switch branches
#KT-16133 Fixed
|
2017-05-10 15:57:21 +03:00 |
|
Dmitry Neverov
|
31478f8efa
|
Detect escaped backslashes
#KT-15761 Fixed
|
2017-05-10 15:51:18 +03:00 |
|
Mikhail Glukhikh
|
5de55e80ce
|
KT-13997 related: fix of J2K relevant test
|
2017-05-05 10:55:26 +03:00 |
|
Simon Ogorodnik
|
57c1d8eda4
|
Fix conversion of assignment as expression in J2K
Blockless if's and so with assignment as expression inside
should turn into blockful
#KT-16816 fixed
|
2017-04-04 14:38:25 +03:00 |
|
Nikolay Krasko
|
d58707972d
|
Keep empty bodies for declarations with comments (KT-16078)
#KT-16078 Fixed
|
2017-02-17 15:57:11 +03:00 |
|
Simon Ogorodnik
|
82a70283b5
|
KT-15789 Kotlin plugin incorrectly converts for-loops from Java to Kotlin
#KT-15789 fixed
|
2017-01-26 13:33:06 +03:00 |
|
SuperVlad
|
5edb872224
|
Fix for KT-9594 J2K: null cast incorrect conversion.
#KT-9594 fixed
|
2017-01-13 22:03:24 +03:00 |
|
Simon Ogorodnik
|
b7a5ff456f
|
Reformatted testData
|
2017-01-10 16:20:58 +03:00 |
|
Simon Ogorodnik
|
347c6e100b
|
Fix for KT-14736 J2K Incorrect conversion of back ticks in javadoc {@code} tag
#KT-14736 fixed
|
2017-01-10 16:20:58 +03:00 |
|
Simon Ogorodnik
|
41aaaa6a0d
|
Fix for KT-6790 J2K: Static import of Map.Entry is lost during conversion
#KT-6790 fixed
|
2017-01-10 16:20:58 +03:00 |
|
Simon Ogorodnik
|
73ea0e8460
|
Fix for KT-15027 J2K: Annotations are set on functions, but not on property accessors
#KT-15027 fixed
|
2017-01-10 16:20:58 +03:00 |
|
Nikolay Krasko
|
2bb48fc802
|
Allow empty single-line bodies in property accessors
|
2016-12-14 13:40:44 +03:00 |
|
Nikolay Krasko
|
2841931ffa
|
Do not force new line in body for empty functions and function expressions (KT-10828)
#KT-10828 Fixed
|
2016-12-14 13:35:31 +03:00 |
|
Simon Ogorodnik
|
2be4800307
|
Fix for KT-14604 J2K Yet another floating point with exponent format
|
2016-11-08 12:04:05 +03:00 |
|
Simon Ogorodnik
|
7c8fdc42b4
|
Fix for KT-12892 J2K: Wrong placing of comments when constructor converted to primary constructor & init
|
2016-10-27 20:02:24 +03:00 |
|
Simon Ogorodnik
|
b51f5c5bd9
|
Fix for KT-14248 J2K: Invalid constructor formatting after conversion
Caused by `\n\n long mLong = 0;` leading line breaks
|
2016-10-27 20:02:23 +03:00 |
|
Simon Ogorodnik
|
f1c371143c
|
Fix for KT-5312 J2K: Correct bit operations priority after conversion
Now `PolyadicExpression` breaks down to BinaryExpression`s
|
2016-10-27 20:02:23 +03:00 |
|
Simon Ogorodnik
|
1069257e95
|
Fix for KT-5410 J2K: someObject + "someString" should be converted to someObject.toString() + "someString"
Otherwise `+` operator will not resolve
|
2016-10-27 20:02:21 +03:00 |
|
Simon Ogorodnik
|
e14a043b0a
|
Fix for KT-10885
Assignment as expression conversion: e.g int i = j = 0
|
2016-10-13 18:52:44 +03:00 |
|
Simon Ogorodnik
|
d731f97c7d
|
Fix KT-13021, KT-13020, Test for already fixed KT-6941
Fixes on javadoc to kdoc comments convert
|
2016-10-13 18:52:31 +03:00 |
|
Simon Ogorodnik
|
155cfcb1f8
|
Fix for KT-6424
Remove "SuppressWarnings" and "//noinspection" on java to kotlin conversion
|
2016-10-13 18:51:48 +03:00 |
|
takahirom
|
93c2e7dfc0
|
KT-13550 Fix Boolean.TYPE does not compile (#969)
* Fix Boolean.TYPE does not compile
|
2016-10-13 15:02:06 +02:00 |
|
Simon Ogorodnik
|
e7635652bc
|
Fix for KT-14205
If detected unfinished expression it passed through, added warning on action "Convert Java to Kotlin", if Java files contains syntax errors.
|
2016-10-12 19:01:58 +03:00 |
|
Simon Ogorodnik
|
2a95a4a970
|
Test for KT-7332, already fixed
|
2016-10-12 18:16:15 +03:00 |
|
Simon Ogorodnik
|
2c99aac5a9
|
Post-review fixes, added support for octal escaping definition for char
|
2016-10-12 17:54:43 +03:00 |
|
Simon Ogorodnik
|
a64c45c9fe
|
Fix KT-8091: J2K string with octal escaped chars
|
2016-10-12 17:54:43 +03:00 |
|
Simon Ogorodnik
|
25b9542c06
|
Fix for KT-11375, KT-9710, KT-8161
|
2016-10-12 12:08:48 +03:00 |
|
Simon Ogorodnik
|
df0dddedc2
|
Fixes for test(@JvmStatic -> const), fix for prototype assign
|
2016-10-12 11:56:54 +03:00 |
|
Simon Ogorodnik
|
e84f56348c
|
Fix KT-13750, J2K const val serialVersionUID
|
2016-10-12 11:56:54 +03:00 |
|
Simon Ogorodnik
|
1a7c507cc5
|
Fix for KT-13818
Javadoc @code conversion
|
2016-10-12 11:08:49 +03:00 |
|
Valentin Kipyatkov
|
5a6f068130
|
Some formatting preserving for special methods too
|
2016-10-03 23:23:14 +03:00 |
|
Valentin Kipyatkov
|
badbcd4989
|
KT-13628 New line is not preserved when converting java to Kotlin
#KT-13628 Fixed
|
2016-10-03 23:23:13 +03:00 |
|
Simon Ogorodnik
|
47bfb8133d
|
KT-13146 J2K recursion while converting self-referenced anonymous functions (#956)
|
2016-09-26 13:47:31 +03:00 |
|
Simon Ogorodnik
|
ab2b6743df
|
KT-11990 J2K native to external conversion (#957)
|
2016-09-22 18:09:26 +03:00 |
|
Simon Ogorodnik
|
115d63a2f3
|
#KT-13750 fix (#951)
|
2016-09-13 18:12:22 +03:00 |
|
Valentin Kipyatkov
|
38edb58e60
|
Preserve formatting of parenthesis in calls too
|
2016-08-23 22:46:44 +03:00 |
|
Valentin Kipyatkov
|
0554e1702c
|
KT-11804 J2K: incorrect closing parenthesis position for method split to several lines
#KT-11804 Fixed
|
2016-08-23 22:46:43 +03:00 |
|
Alexander Udalov
|
83000c50ff
|
Remove quotes around visibility in invisible member diagnostic
|
2016-07-22 18:13:41 +03:00 |
|
Alexander Udalov
|
b6b2303aa7
|
Improve error message for inaccessible invisible_fake members
#KT-8989 Fixed
|
2016-07-22 18:13:40 +03:00 |
|
Denis Zharkov
|
20d1d12f3b
|
Revert "'yield' reserved as a keyword"
This reverts commit 434082cadb.
|
2016-06-08 18:53:16 +03:00 |
|
Kirill Rakhman
|
5c68681f96
|
Formatter: handle spaces before value arguments list (KT-12634)
#KT-12634 Fixed
|
2016-06-07 19:11:28 +03:00 |
|
Nikolay Krasko
|
527907635d
|
Enable JDK 8 level in some tests for correct convert for method references
|
2016-05-05 17:27:47 +03:00 |
|
Valentin Kipyatkov
|
bac5c4d70b
|
Fixed test data after commit: https://github.com/JetBrains/kotlin/commit/602de317d68c3a4408829e2f1c7e93f31936399f
|
2016-05-04 16:26:44 +03:00 |
|
Valentin Kipyatkov
|
92af610322
|
KT-12045 J2K: creating Object() instance could be converted to Any()
#KT-12045 Fixed
|
2016-04-29 18:13:53 +03:00 |
|
Valentin Kipyatkov
|
76e067c43a
|
KT-12054 J2K generates obj is Type<Any> instead of obj is Type<*>
#KT-12054 Fixed
|
2016-04-29 18:13:53 +03:00 |
|
Valentin Kipyatkov
|
a8eef5effc
|
KT-12039 Convert Java to Kotlin -- static imports are imported as Class.CONST (missing .Companion)
#KT-12039 Fixed
|
2016-04-29 18:13:52 +03:00 |
|