Simon Ogorodnik
|
7e2d0695fe
|
New J2K: Use context type for lambda in block to run call conversion
|
2019-04-03 11:20:18 +03:00 |
|
Dimach
|
2f1c621b5f
|
New J2K: Improve type system and nullability computation in type mapper
|
2019-04-03 11:20:17 +03:00 |
|
Dimach
|
abc4104ba7
|
New J2K: Implement Array init conversions
|
2019-04-03 11:20:17 +03:00 |
|
Dimach
|
f3ffb2acfd
|
New J2K: Implement assignment simplify conversion
|
2019-04-03 11:20:16 +03:00 |
|
Simon Ogorodnik
|
77819be8f3
|
New J2K: Add function to lookup symbols by fqName
|
2019-04-03 11:20:15 +03:00 |
|
Dimach
|
c43bfcb185
|
New J2K: Introduce context type
|
2019-04-03 11:20:14 +03:00 |
|
Simon Ogorodnik
|
986b38102e
|
New J2K: Add insert default constructor conversion
|
2019-04-03 11:20:13 +03:00 |
|
Simon Ogorodnik
|
aef8a7a8f1
|
New J2K: Clearer return type for recurse
|
2019-04-03 11:20:13 +03:00 |
|
Simon Ogorodnik
|
6fd2cc73cf
|
New J2K: Remove incorrect ClassKind
|
2019-04-03 11:20:12 +03:00 |
|
Simon Ogorodnik
|
815070013f
|
New J2K: Split conversions into sequential and batch
|
2019-04-03 11:20:11 +03:00 |
|
Simon Ogorodnik
|
d793769e92
|
New J2K: Add block statement to run conversion
|
2019-04-03 11:20:11 +03:00 |
|
Simon Ogorodnik
|
f496a472f4
|
New J2K: Even better test diff UI
|
2019-04-03 11:20:10 +03:00 |
|
Simon Ogorodnik
|
15981fed17
|
New J2K: Improve UI
|
2019-04-03 11:20:10 +03:00 |
|
Simon Ogorodnik
|
3dbdb2b64d
|
New J2K: Support 'override' modality
|
2019-04-03 11:20:09 +03:00 |
|
Simon Ogorodnik
|
dcffb60dc9
|
New J2K: Create UI for tracking test changes
|
2019-04-03 11:20:08 +03:00 |
|
Simon Ogorodnik
|
e0d3ff7507
|
New J2K: WIP: Field to property conversion
|
2019-04-03 11:20:07 +03:00 |
|
Simon Ogorodnik
|
dbf4ba536f
|
New J2K: Implement removing of explicit types in post-processing
|
2019-04-03 11:20:06 +03:00 |
|
Simon Ogorodnik
|
1c1804f22d
|
New J2K: Fix after merge
|
2019-04-03 11:20:05 +03:00 |
|
Simon Ogorodnik
|
2844f8d5d9
|
New J2K: Add conversion to promote classes with only companions into objects
|
2019-04-03 11:20:04 +03:00 |
|
Simon Ogorodnik
|
fba5ac4c1a
|
New J2K: Post-processing to remove redundant opens in objects
|
2019-04-03 11:20:03 +03:00 |
|
Simon Ogorodnik
|
ae1f27e327
|
New J2K: Add conversion that moves statics to companion object
|
2019-04-03 11:20:02 +03:00 |
|
Simon Ogorodnik
|
38760a8b7c
|
New J2K: Support this qualifier in default arguments converter
|
2019-04-03 11:20:01 +03:00 |
|
Simon Ogorodnik
|
b868214992
|
New J2K: Improve debug tree printer, now it capable of printing universe symbols
|
2019-04-03 11:20:01 +03:00 |
|
Simon Ogorodnik
|
53ebdb4a02
|
New J2K: Add missing accept for NameIdentifier
|
2019-04-03 11:20:00 +03:00 |
|
Simon Ogorodnik
|
4eb070a2dc
|
New J2K: Support QuickFixActionBase for inspections in J2K Post-processing
|
2019-04-03 11:19:59 +03:00 |
|
Simon Ogorodnik
|
bc5ff67aff
|
New J2K: Correctly support variables mutability
|
2019-04-03 11:19:58 +03:00 |
|
Simon Ogorodnik
|
f147907799
|
New J2K: Fix incorrect testData (due to nullability bug in old j2k)
|
2019-04-03 11:19:57 +03:00 |
|
Simon Ogorodnik
|
b530a30882
|
New J2K: Support different testData for new converter
Sometimes old testData is incorrect
|
2019-04-03 11:19:56 +03:00 |
|
Simon Ogorodnik
|
800b09b183
|
New J2K: Add temporary conversion for println calls
|
2019-04-03 11:19:56 +03:00 |
|
Simon Ogorodnik
|
911f234ba4
|
New J2K: Implement basic default argument converter
|
2019-04-03 11:19:55 +03:00 |
|
Simon Ogorodnik
|
34b535c8ab
|
New J2K: Add missing accept for null literal
|
2019-04-03 11:19:55 +03:00 |
|
Simon Ogorodnik
|
4637903e00
|
New J2K: Add conversion which will initialize java implicit initialized fields
|
2019-04-03 11:19:54 +03:00 |
|
Simon Ogorodnik
|
61fd76a89a
|
New J2K: Support relaxed visibility for members of package-local classes
|
2019-04-03 11:19:53 +03:00 |
|
Simon Ogorodnik
|
1b7c980c83
|
New J2K: Put braces on same line, if block is empty
|
2019-04-03 11:19:52 +03:00 |
|
Simon Ogorodnik
|
63fd2439bf
|
New J2K: Hack around type nullability calculation
|
2019-04-03 11:19:51 +03:00 |
|
Simon Ogorodnik
|
65e0694ba1
|
New J2K: Primary constructor conversion
|
2019-04-03 11:19:51 +03:00 |
|
Simon Ogorodnik
|
6793c1d08f
|
New J2K: Constructor conversion
|
2019-04-03 11:19:50 +03:00 |
|
Simon Ogorodnik
|
e83844e941
|
New J2K: Inner class conversion
|
2019-04-03 11:19:49 +03:00 |
|
Simon Ogorodnik
|
c87cd20a9d
|
New J2K: Add rendering for type-parameters
|
2019-04-03 11:19:48 +03:00 |
|
Simon Ogorodnik
|
b12a91c111
|
New J2K: Add test with structural compare and cleanup duplicated code in tests
|
2019-04-03 11:19:47 +03:00 |
|
Simon Ogorodnik
|
ac20e9ba83
|
New J2K: Render list of implemented correctly
|
2019-04-03 11:19:46 +03:00 |
|
Simon Ogorodnik
|
b8bbd85bc7
|
New J2K: Preserve text for unresolved types, and render it in code builder
|
2019-04-03 11:19:45 +03:00 |
|
Simon Ogorodnik
|
7e2be15fcc
|
New J2K: Clean-up parenthesizing and block rendering in code builder
|
2019-04-03 11:19:44 +03:00 |
|
Simon Ogorodnik
|
07a33ceebd
|
New J2K: Remove unnecessary modifiers in post-processing
|
2019-04-03 11:19:43 +03:00 |
|
Simon Ogorodnik
|
13a63e421b
|
New J2K: Print function modifiers and relax method visibility in test
|
2019-04-03 11:19:43 +03:00 |
|
Dimach
|
fe180138f3
|
New J2K: Assignment conversion second part.
|
2019-04-03 11:19:42 +03:00 |
|
Dimach
|
3a2b2d9e97
|
New J2K: Assignment expression conversion improvements
|
2019-04-03 11:19:41 +03:00 |
|
Simon Ogorodnik
|
b702e207c0
|
New J2K: Add inheritance and support while & type-casts in code builder
|
2019-04-03 11:19:40 +03:00 |
|
Simon Ogorodnik
|
928647462e
|
New J2K: Support general inspections with intention wrapper as quickFix
|
2019-04-03 11:19:39 +03:00 |
|
Simon Ogorodnik
|
c41be3274e
|
New J2K: Cleanup code generation
|
2019-04-03 11:19:38 +03:00 |
|