You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Ismael Juma (JIRA)" <ji...@apache.org> on 2016/06/07 02:35:21 UTC

[jira] [Updated] (KAFKA-3781) Errors.exceptionName() can throw NPE

     [ https://issues.apache.org/jira/browse/KAFKA-3781?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ismael Juma updated KAFKA-3781:
-------------------------------
    Reviewer: Ewen Cheslack-Postava
      Status: Patch Available  (was: Open)

> Errors.exceptionName() can throw NPE
> ------------------------------------
>
>                 Key: KAFKA-3781
>                 URL: https://issues.apache.org/jira/browse/KAFKA-3781
>             Project: Kafka
>          Issue Type: Bug
>    Affects Versions: 0.10.0.0
>            Reporter: Grant Henke
>            Assignee: Ismael Juma
>              Labels: newbie++
>             Fix For: 0.10.0.1
>
>
> When calling Errors.exceptionName() on the NONE error an NPE is thrown.
> {noformat}
> public String exceptionName() {
>    return exception.getClass().getName();
>  }
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)