You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jQAssistant
Hello all, I have tried to search an answer but never found anything on this topic. I would like to know if JQAssistant support also other JVM languanges like Kotlin. Thanks,
Andrea
Gernot Bragenheim
unread,
Sep 27, 2022, 4:44:10 AM9/27/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jQAssistant
Haven't tried it, but my guess is: Since Kotlin compiles to the same JVM-bytecode as Java and
jQAssistant operates on the bytecode not on the sources, you should be good to go.
Tim Teulings
unread,
Nov 10, 2023, 4:32:39 AM11/10/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jQAssistant
Hello everybody,
question was asked long ago, but I had the same question, too.
I tried it on one of my projects: https://github.com/Framstag/semtrail Result was as expected. because of the byte code analysis parsing was successful. Of course some Kotlin-specific constructs that e.g. generate $ Classes are not "resolved" in the model (would this even be possible). It is up to the concret use cases, if this is a problem or not.