You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Aman Poonia (JIRA)" <ji...@apache.org> on 2018/01/21 16:05:00 UTC

[jira] [Created] (HBASE-19835) Make explicit casting of atleast one operand to final type

Aman Poonia created HBASE-19835:
-----------------------------------

             Summary: Make explicit casting of atleast one operand to final type
                 Key: HBASE-19835
                 URL: https://issues.apache.org/jira/browse/HBASE-19835
             Project: HBase
          Issue Type: Bug
          Components: hbase
    Affects Versions: 3.0.0
            Reporter: Aman Poonia


We have used 

_long = int + int_ 

at many places mostly wherever ClassSize.java variables are used for calculation.

Need to cast explicitly at-least one operand to final type(i.e. type the result is intended to be casted).

 

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)