You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Dawid Wysakowicz (JIRA)" <ji...@apache.org> on 2017/06/19 07:38:00 UTC

[jira] [Created] (FLINK-6943) Improve exceptions within TypeExtractionUtils#getSingleAbstractMethod

Dawid Wysakowicz created FLINK-6943:
---------------------------------------

             Summary: Improve exceptions within TypeExtractionUtils#getSingleAbstractMethod
                 Key: FLINK-6943
                 URL: https://issues.apache.org/jira/browse/FLINK-6943
             Project: Flink
          Issue Type: Bug
          Components: Core
            Reporter: Dawid Wysakowicz
            Assignee: Dawid Wysakowicz


Exception message seems to be inexact. 
Also if there is no SAM, sam would be null upon returning from the method.

The suggestion from a review was to change the message and add a check (for null sam) prior to returning.

Another suggestion is to check if the given method is an interface, as only for interface it is possible to pass lambda.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)