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

Javac doesn't report warnings/errors if module provides unexported service and doesn't use it itself

XMLWordPrintable

      module m{
      provides p.Service with p.Implementation;
      //no uses p.Service here;
      //no exports p here;
      }

            vromero Vicente Arturo Romero Zaldivar
            anazarov Andrey Nazarov (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: