Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-7115044 Umbrella: Add support for lambda expressions
  3. JDK-8005243

Restructure method check code to allow pluggable checkers

    XMLWordPrintable

Details

    • b73
    • Not verified

    Description

      The code for performing a method check (Resolve.checkRawArgumentsAcceptable) is fairly monolithic. It's the only method check routine used within javac which means there's no way to plug in an alternate method check routine into the current overload resolution infrastructure. Yet, there are situation in which such a capability would b very useful (see structural most specific check implementation as per lambda EDR 6.0).

      Attachments

        Activity

          People

            mcimadamore Maurizio Cimadamore
            mcimadamore Maurizio Cimadamore
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: