in stresso/src/main/java/stresso/trie/Node.java [116:119]
private boolean validRowId(String[] rowArgs) {
return ((rowArgs.length == 4) && (rowArgs[0] != null) && (rowArgs[1] != null)
&& (rowArgs[2] != null) && (rowArgs[3] != null));
}