Dmitry Gridin
|
50506658c0
|
fix some tests for as36
|
2020-05-08 19:13:28 +07:00 |
|
Dmitry Gridin
|
11a3482970
|
tests: apply official code style
#KT-38632 Fixed
|
2020-05-07 12:36:44 +00:00 |
|
Dmitry Gridin
|
7886cb4c44
|
i18n: fix tests
|
2020-03-16 18:40:51 +07:00 |
|
Yan Zhulanow
|
7a40274b71
|
i18n: Unify string naming in KotlinBundle
|
2020-03-16 18:40:42 +07:00 |
|
Dmitry Gridin
|
96f49d8e3c
|
Remove trailing comma from some tests
|
2020-01-30 15:32:09 +07:00 |
|
Dmitry Gridin
|
d06787886a
|
Fix tests after implementing trailing comma in formatter
#KT-34744
|
2020-01-17 21:02:54 +07:00 |
|
Vladimir Dolzhenko
|
efd004c997
|
Add j2k, nj2k performance tests
|
2019-06-21 13:04:08 +02:00 |
|
Mikhail Glukhikh
|
0f2879aa32
|
Rename: SOURCE_CODE_SHORT_NAMES_IN_TYPES -> *_SHORT_NAMES_NO_ANNOTATIONS
|
2018-05-16 13:01:37 +03:00 |
|
Dmitry Jemerov
|
43ef113b7a
|
Correctly apply annotation wrap before modifier keyword
#KT-20314 Fixed
|
2017-12-22 10:35:22 +01:00 |
|
Toshiaki Kameyama
|
a6c2135851
|
Counter loop in Java is transformed to less effective loop in Kotlin #KT-19337 Fixed
|
2017-08-29 17:37:58 +02:00 |
|
Dmitry Jemerov
|
5f9a33564a
|
Implement option for wrapping method annotations
|
2017-07-07 16:48:31 +02: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 |
|
Valentin Kipyatkov
|
38edb58e60
|
Preserve formatting of parenthesis in calls too
|
2016-08-23 22:46:44 +03:00 |
|
Valentin Kipyatkov
|
cca3237e46
|
KT-4727 J2K: Convert Java code copied from browser or other sources
#KT-4727 Fixed
|
2016-05-10 18:24:21 +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 |
|
Natalia Ukhorskaya
|
a520e93b5b
|
J2K: don't automatically convert Java code when pasting to a string literal in Kotlin
#KT-7759 Fixed
|
2015-12-17 11:11:19 +03:00 |
|
Dmitry Jemerov
|
736b496f6a
|
drop deprecated @platformName and @platformStatic annotations
|
2015-11-02 17:00:44 +01:00 |
|
Valentin Kipyatkov
|
dc909ac166
|
J2K: coversion of specially mapped built-in methods + replacing "get" with "[]" where possible
|
2015-10-19 09:43:11 +03:00 |
|
Valentin Kipyatkov
|
0cc2158ec1
|
J2K: do not produce redundant "internal" words for members in an internal class
|
2015-09-18 15:44:19 +03:00 |
|
Valentin Kipyatkov
|
7caccd7578
|
J2K: all annotations should be with "@"
|
2015-09-18 15:44:18 +03:00 |
|
Valentin Kipyatkov
|
c3ddd5d32b
|
J2K: adapted for default visibility modifier 'public'
|
2015-09-18 15:44:18 +03:00 |
|
Denis Zharkov
|
952d45dc8b
|
Deprecate JVM platform annotations in favor of capitilized themselves
|
2015-09-04 18:19:31 +03:00 |
|
Denis Zharkov
|
26f9bd7b63
|
Deprecate some of JVM flag annotations in favor of capitilized themselves
|
2015-09-04 18:19:31 +03:00 |
|
Natalia Ukhorskaya
|
03097d3453
|
J2K: Idea doesn't proposed to insert imports on copy-paste if explicit import was inserted
#KT-8738 Fixed
|
2015-08-24 12:37:31 +03:00 |
|
Dmitry Jemerov
|
341f09afd3
|
rename platformStatic to jvmStatic
|
2015-08-21 16:59:05 +02:00 |
|
Alexey Sedunov
|
3134e58251
|
J2K Converter: Add copy/paste tests for references in extends/implements clauses
|
2015-08-17 20:28:11 +03:00 |
|
Natalia Ukhorskaya
|
22ee063269
|
Add platformStatic annotation to main method from java
#KT-8219 Fixed
|
2015-07-30 10:00:24 +03:00 |
|
Valentin Kipyatkov
|
e9b4045eac
|
Fixed test data
|
2015-07-06 16:48:50 +03:00 |
|
Denis Zharkov
|
c9f79c2d05
|
Adjust testData: get rid of obsolete annotations
|
2015-06-12 09:23:31 +03:00 |
|
Valentin Kipyatkov
|
002312f98a
|
Import of KClass inserted when needed on conversion to Kotlin on paste
|
2015-05-28 00:17:04 +03:00 |
|
Valentin Kipyatkov
|
f687a40136
|
Conversion to Kotlin on paste: supported for annotation
|
2015-05-28 00:17:04 +03:00 |
|
Valentin Kipyatkov
|
965f3da2b1
|
Fixed bug with bad conversion on paste when top-level java class copied
|
2015-04-13 11:05:31 +03:00 |
|
Valentin Kipyatkov
|
498f24b98b
|
KT-7291 Copy/paste of java declaration with preceding comment omitted does not convert it to Kotlin propertly
#KT-7291 Fixed
|
2015-04-09 19:09:09 +03:00 |
|
Valentin Kipyatkov
|
bfadd489a3
|
Imports on paste tests: generate result if does not exist and use default target file text
|
2015-04-09 19:09:09 +03:00 |
|
Valentin Kipyatkov
|
bf0798ca86
|
Added test
|
2015-04-07 00:00:29 +03:00 |
|
Valentin Kipyatkov
|
506f84fb8a
|
KT-5959 Imports should be inserted on paste from java with conversion to Kotlin
#KT-5959 Fixed
|
2015-04-07 00:00:29 +03:00 |
|
Valentin Kipyatkov
|
d0637ccaf4
|
Conversion from Java on paste: post processing of code really works
|
2015-04-07 00:00:28 +03:00 |
|
Valentin Kipyatkov
|
2227452e7a
|
KT-5203 Do not offer to convert from java on paste if conversion is trivial
#KT-5203 Fixed
|
2015-04-07 00:00:28 +03:00 |
|
Alexander Udalov
|
044f7b6156
|
Rename jet -> kotlin in idea: refactoring, codeInsight
org.jetbrains.jet.plugin.* -> org.jetbrains.kotlin.idea.*
|
2015-01-13 01:15:08 +03:00 |
|
Andrey Breslav
|
fe2fb60daf
|
Approximating flexible types in descriptor renderer
|
2014-10-13 15:38:07 +04:00 |
|
Valentin Kipyatkov
|
88bdbb02f4
|
Fixed test data
|
2014-07-10 23:20:33 +04:00 |
|
Valentin Kipyatkov
|
43cac31722
|
Java to Kotlin converter: corrected test output
|
2014-06-10 14:26:54 +04:00 |
|
Valentin Kipyatkov
|
b47c5975b2
|
Java to Kotlin conversion: fixed test data
|
2014-06-03 17:29:01 +04:00 |
|
Andrey Breslav
|
767eb04930
|
JetElement.getContainingJetFile() introduced
|
2014-04-21 21:55:00 +04:00 |
|
Pavel V. Talanov
|
e0b1170dc6
|
Formatter: left brace formatting for "for in ..."
|
2014-01-20 19:54:35 +04:00 |
|
Pavel V. Talanov
|
2d6f8aef4e
|
Formatter: introduce "Put left brace on new line option", support this option for "if/else" expressions
|
2014-01-20 19:54:25 +04:00 |
|
Pavel V. Talanov
|
160f897806
|
Conversion on copy paste: Reformat code after conversion
|
2014-01-09 21:07:24 +04:00 |
|
Pavel V. Talanov
|
5408c6ea77
|
Conversion on copy paste:
Copy elements that are partially selected as text
|
2013-12-22 16:50:07 +04:00 |
|
Pavel V. Talanov
|
3a4b7e07f8
|
Conversion on copy paste:
Copy element as text in case it can't be converted
|
2013-12-22 16:50:05 +04:00 |
|