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

Enable the check to detect duplicate provides in in GenModuleInfoSource

XMLWordPrintable

    • b09

      In module-info.java, for example,
         exports p to m1;
         exports p to m2;

      there can only be one single exports for each package `p`. Similiar checks should be done in module-info.java.extra.

            mchung Mandy Chung (Inactive)
            mchung Mandy Chung (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: