Catalogen

SSTRecord @Cluster 1 (field_1_num_strings, field_2_num_unique_strings, other)


SSTRecord.java

does the text have a shadow ?

273. SSTRecord other = (SSTRecord) o;
275. return ( ( field_1_num_strings == other
276.         .field_1_num_strings ) && ( field_2_num_unique_strings == other
278.         .equals( other.field_3_strings ) );