Tamás Vajk
|
212143ff45
|
Merge pull request #17881 from tamasvajk/ke2-safe-qualified-expr
KE2: Extract safe qualified expressions
|
2024-11-08 13:53:21 +01:00 |
|
Tamás Vajk
|
71931c38f2
|
Merge pull request #17885 from smowton/smowton/ke2-jar-sources
KE2: add source jars to intellij project
|
2024-11-07 15:04:39 +01:00 |
|
Chris Smowton
|
33a0e99347
|
KE2: add source jars to intellij project
|
2024-10-31 17:58:23 +00:00 |
|
Tamas Vajk
|
84166e8731
|
KE2: Extract safe qualified expressions
|
2024-10-31 13:14:07 +01:00 |
|
Chris Smowton
|
26d40a7e42
|
Merge pull request #17878 from smowton/smowton/ke2/debugger-support
KE2: Enable attaching debugger to extractor
|
2024-10-31 10:22:52 +00:00 |
|
Tamás Vajk
|
f57fe719c1
|
Merge pull request #17802 from tamasvajk/ke2-method-call
KE2: Extract simple method calls
|
2024-10-31 08:53:38 +01:00 |
|
Tamas Vajk
|
11975a1b25
|
Remove todo comment
|
2024-10-31 08:28:42 +01:00 |
|
Chris Smowton
|
3e4345e0aa
|
Enable attaching debugger to ke2 extractor
|
2024-10-29 22:14:26 +00:00 |
|
Tamas Vajk
|
9dd37b0ede
|
Fix typo
|
2024-10-29 13:26:37 +01:00 |
|
Tamas Vajk
|
c10a0e549a
|
Handle named arguments in method call extraction
|
2024-10-29 12:12:16 +01:00 |
|
Tamas Vajk
|
4bf6280435
|
KE2: Extract simple method calls
|
2024-10-18 14:06:08 +02:00 |
|
Ian Lynagh
|
a922f97200
|
Merge pull request #17777 from igfoo/igfoo/log-sev
KE2: Log our verbosity level
|
2024-10-16 12:46:58 +01:00 |
|
Tamás Vajk
|
9a4cd2152a
|
Merge pull request #17752 from tamasvajk/ke2-string-plus
KE2: Extract `String.plus` and `String?.plus` calls
|
2024-10-16 13:35:08 +02:00 |
|
Ian Lynagh
|
9b13368e23
|
KE2: Log our verbosity level
This happens at `info` level, which is logged by default.
|
2024-10-15 16:23:25 +01:00 |
|
Tamas Vajk
|
7b198da95f
|
Improve code quality
|
2024-10-15 10:29:14 +02:00 |
|
Tamas Vajk
|
125797cd4f
|
Improve code quality
|
2024-10-14 20:31:52 +02:00 |
|
Tamas Vajk
|
a3a93d826e
|
KE2: Extract String.plus and String?.plus calls
|
2024-10-14 14:39:01 +02:00 |
|
Tamás Vajk
|
bc15f40f8f
|
Merge pull request #17729 from tamasvajk/ke2-numeric-plus
KE2: Extract binary plus on numeric types
|
2024-10-11 13:26:41 +02:00 |
|
Tamas Vajk
|
ea688372bd
|
Apply review findings
|
2024-10-11 10:17:16 +02:00 |
|
Tamas Vajk
|
7e8b20d200
|
KE2: Extract binary plus on numeric types
|
2024-10-10 14:30:24 +02:00 |
|
Tamás Vajk
|
643419a32f
|
Merge pull request #17707 from tamasvajk/ke2-vari
KE2: Extract local variable declarations
|
2024-10-10 12:32:11 +02:00 |
|
Tamas Vajk
|
e82b1762c0
|
Apply code review findings
|
2024-10-09 16:02:54 +02:00 |
|
Tamas Vajk
|
a471fa004a
|
KE2: Extract local variable declarations
|
2024-10-09 15:19:42 +02:00 |
|
Tamás Vajk
|
01c71ba8d6
|
Merge pull request #17706 from tamasvajk/ke2-is-as
KE2: Extract `is` and `as` expression kinds
|
2024-10-09 15:17:50 +02:00 |
|
Ian Lynagh
|
e0596905f9
|
Merge pull request #17685 from igfoo/igfoo/types
KE2: Don't call buildClassType; once we get into symbol land, stay there
|
2024-10-09 13:27:28 +01:00 |
|
Tamas Vajk
|
7ff60f8081
|
Fix extracted child expression
|
2024-10-09 13:39:07 +02:00 |
|
Ian Lynagh
|
cdf96276c8
|
KE2: Add a TODO comment
|
2024-10-09 12:28:51 +01:00 |
|
Ian Lynagh
|
171f68f6d9
|
Merge pull request #17702 from igfoo/igfoo/dbscheme
KE2: Add more dbscheme comments
|
2024-10-09 12:13:36 +01:00 |
|
Tamas Vajk
|
a232fcab36
|
KE2: Extract is and as expression kinds
|
2024-10-09 09:40:24 +02:00 |
|
Ian Lynagh
|
2cb2aabceb
|
Merge pull request #17698 from igfoo/igfoo/labels
KE2: Update github labeler config
|
2024-10-08 18:23:58 +01:00 |
|
Ian Lynagh
|
135ea99b65
|
KE2: Add more dbscheme comments
|
2024-10-08 17:32:23 +01:00 |
|
Ian Lynagh
|
5edf520439
|
Merge pull request #17695 from igfoo/igfoo/nulltype
KE2: Handle null types (emit errortypes)
|
2024-10-08 15:54:20 +01:00 |
|
Ian Lynagh
|
174e7f625d
|
Merge pull request #17692 from igfoo/igfoo/unused
KE2: Remove some dead code
|
2024-10-08 15:54:02 +01:00 |
|
Ian Lynagh
|
141377a038
|
Merge pull request #17697 from igfoo/igfoo/callDescription
KE2: Fix use of the wrong variable in log output
|
2024-10-08 15:53:30 +01:00 |
|
Ian Lynagh
|
862293ae3e
|
KE2: Update github labeler config
|
2024-10-08 15:37:07 +01:00 |
|
Ian Lynagh
|
780fc699fd
|
KE2: Fix use of the wrong variable in log output
|
2024-10-08 15:33:28 +01:00 |
|
Ian Lynagh
|
565e780285
|
KE2: Handle null types (emit errortypes)
|
2024-10-08 15:18:15 +01:00 |
|
Ian Lynagh
|
b61799fc1d
|
KE2: Remove some dead code
|
2024-10-08 14:26:55 +01:00 |
|
Ian Lynagh
|
5c76b43fa8
|
KE2: Don't call buildClassType; once we get into symbol land, stay there
|
2024-10-08 13:14:11 +01:00 |
|
Ian Lynagh
|
135e909d5e
|
KE2: Remove some 'types' code from the 'class' file
|
2024-10-08 12:56:00 +01:00 |
|
Ian Lynagh
|
15348dc15b
|
Merge pull request #17675 from igfoo/igfoo/comments
KE2: Add some Java dbscheme and library comments
|
2024-10-08 11:32:33 +01:00 |
|
Ian Lynagh
|
34557203a0
|
Merge pull request #17677 from igfoo/igfoo/types
KE2: Pull type extraction out as separate from class extraction
|
2024-10-08 11:32:22 +01:00 |
|
Tamás Vajk
|
7c3fb3262d
|
Merge pull request #17664 from tamasvajk/ke2-extract-some-expr
KE2: Extract some expr/stmt kinds
|
2024-10-08 10:17:21 +02:00 |
|
Ian Lynagh
|
9ef185ad6f
|
KE2: Fix build
|
2024-10-07 18:42:41 +01:00 |
|
Ian Lynagh
|
56fc16c9f5
|
KE2: Pull more type extraction out into Types.kt
|
2024-10-07 18:40:58 +01:00 |
|
Ian Lynagh
|
cc09d6da5f
|
KE2: Pull type extraction out as separate from class extraction
|
2024-10-07 18:29:50 +01:00 |
|
Ian Lynagh
|
b003eb16cc
|
KE2: Add some Java dbscheme and library comments
|
2024-10-07 16:35:46 +01:00 |
|
Ian Lynagh
|
b46be1b71a
|
Merge pull request #17667 from igfoo/igfoo/conc
KE2: Be concurrency-safe (hopefully!) and enable concurrency
|
2024-10-07 12:04:19 +01:00 |
|
Ian Lynagh
|
3aaeefad92
|
KE2: Enable 8 threads
|
2024-10-04 16:20:21 +01:00 |
|
Ian Lynagh
|
fd3ac0b838
|
KE2: Use a semaphore to avoid more than maxThreads open TRAP files at once
|
2024-10-04 16:19:51 +01:00 |
|