Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8221154

jextract should generate java source files

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • repo-panama
    • repo-panama
    • tools
    • 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)

            sundar Sundararajan Athijegannathan
            sundar Sundararajan Athijegannathan
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: