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

functional interfaces are not generated for struct fields/global variables with function pointers

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • None
    • repo-panama
    • tools

      Consider this example:

      struct Foo {
        int (*foo)(float, double);
      };

      For this, jextract generated (rightly) the getter/setter for the function pointer "foo".

      However, the generated code doesn't feature a functional interface to help the user allocating a stub which can be assigned to the struct field. The same is true for global variables.

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

              Created:
              Updated:
              Resolved: