We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f90cf7a commit a2b417fCopy full SHA for a2b417f
src/main/java/org/gephi/graph/impl/IndexImpl.java
@@ -217,6 +217,7 @@ protected void addAllColumns(ColumnImpl[] cols) {
217
ensureColumnSize(cols.length);
218
for (ColumnImpl col : cols) {
219
ColumnIndexImpl index = createIndex(col);
220
+ ensureColumnSize(col.storeId);
221
columns[col.storeId] = index;
222
columnsCount++;
223
}
0 commit comments