Add checks for method reference well-formedness

XMLWordPrintable

    • Type: Sub-task
    • Resolution: Fixed
    • Priority: P4
    • 8
    • Affects Version/s: 8
    • Component/s: tools
    • None
    • b68
    • Verified

      There are two cases of method references that need to be rejected by the compiler:

      *) static bound method references (i.e. new Foo()::staticMethod)
      *) static method ref with parameterized qualifier (i.e. Foo<String>::staticMethod)

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

              Created:
              Updated:
              Resolved: