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

jextract generates illegal class for header with duplicate declarations

XMLWordPrintable

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

      Duplicate declarations are allowed in C header file. For example:

      void func(int);
      void func(int);

      extern int i;
      extern int i;

      => jextract generates illegal class with duplicate methods.

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

              Created:
              Updated:
              Resolved: