-
Bug
-
Resolution: Fixed
-
P3
-
repo-panama
-
generic
-
generic
jextract generates .class files directly using ASM. But jextract should generate java sources so that
(a) doc comments can be generated and javadoc can be run
(b) user can post-edit the generated code (without having to do .class manipulation using ASM or some such)
(c) source form may help in IDEs as well. (single stepping into static forwards generator class for example)
(a) doc comments can be generated and javadoc can be run
(b) user can post-edit the generated code (without having to do .class manipulation using ASM or some such)
(c) source form may help in IDEs as well. (single stepping into static forwards generator class for example)