for (int x = 0; x < stringsToBranch.size(); x++) {
toBug[x] = new BugAspects();
for (int y = 0; y <= x; y++) {
Sortables s = order.get(y);
toBug[x].add(new SortableValue(s, stringsToBranch.get(y)));
}
}
// Add this array as elements of the path
TreePath pathToBranch = new TreePath(root);