Remove error generation from TransTypes

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • 11
    • Affects Version/s: None
    • Component/s: tools
    • None
    • b16

        TransTypes report user-facing errors in two conditions:

        1) if there's a clash between bridge methods and user defined methods
        2) if there's an actual/formal argument arity mismatch due to compiling sig poly methods with -target 6

        Now, (1) is no longer an issue since we started carrying out override checks in Attr (see JDK-7007615); for (2) I believe a better fix for JDK-8013179 would be to eliminate much of the special casing associated to sig poly methods.

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

                Created:
                Updated:
                Resolved: