Description
In HColumnDescriptor of branch-1:
value.set(Bytes.toBytes(
Boolean.getBoolean(Bytes.toString(value.get()))
According to https://docs.oracle.com/javase/7/docs/api/java/lang/Boolean.html#getBoolean(java.lang.String):
Returns true if and only if the system property named by the argument exists and is equal to the string "true"
This was not the intention of the quoted code.
This was discovered by Fortify.