[ 
https://issues.apache.org/jira/browse/HBASE-10178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13850042#comment-13850042
 ] 

Hudson commented on HBASE-10178:
--------------------------------

FAILURE: Integrated in HBase-TRUNK #4729 (See 
[https://builds.apache.org/job/HBase-TRUNK/4729/])
HBASE-10178 Potential null object dereference in TablePermission#equals() 
(tedyu: rev 1551409)
* 
/hbase/trunk/hbase-client/src/main/java/org/apache/hadoop/hbase/security/access/TablePermission.java


> Potential null object dereference in TablePermission#equals()
> -------------------------------------------------------------
>
>                 Key: HBASE-10178
>                 URL: https://issues.apache.org/jira/browse/HBASE-10178
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Ted Yu
>            Assignee: Ted Yu
>             Fix For: 0.98.0, 0.99.0
>
>         Attachments: 10178-v1.txt
>
>
> At line 326:
> {code}
>         ((namespace == null && other.getNamespace() == null) ||
>          namespace.equals(other.getNamespace()))
> {code}
> If namespace is null but other.getNamespace() is not null, we would deference 
> null object.



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)

Reply via email to