You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Mingliang Liu (JIRA)" <ji...@apache.org> on 2015/10/26 22:44:27 UTC

[jira] [Created] (HADOOP-12514) Make

Mingliang Liu created HADOOP-12514:
--------------------------------------

             Summary: Make 
                 Key: HADOOP-12514
                 URL: https://issues.apache.org/jira/browse/HADOOP-12514
             Project: Hadoop Common
          Issue Type: Task
            Reporter: Mingliang Liu
            Assignee: Mingliang Liu
            Priority: Minor


This is a follow up of [HADOOP-12472].

It makes sense to make the following static fields package private instead of protected, as they are for test purpose (protected keyword makes more sense to sub-classes).

-  protected static String E_NULL_THROWABLE = "Null Throwable";
-  protected static String E_NULL_THROWABLE_STRING = "Null Throwable.toString() value";
-  protected static String E_UNEXPECTED_EXCEPTION = "but got unexpected exception";

Meanwhile, we may need to make them final.



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