mirror of https://github.com/zlatinb/muwire
ignore the AIOOBE in updating shared file stable rows for now
parent
71a6ebf096
commit
b1e897ce2f
|
@ -2146,9 +2146,7 @@ class MainFrameView {
|
||||||
try {
|
try {
|
||||||
table.model.fireTableRowsUpdated(row, row)
|
table.model.fireTableRowsUpdated(row, row)
|
||||||
} catch (IndexOutOfBoundsException bad) {
|
} catch (IndexOutOfBoundsException bad) {
|
||||||
int modelSize = table.model.size()
|
// TODO: figure out why this happens
|
||||||
int sharedSize = model.shared.size()
|
|
||||||
throw new Exception("Index out of bounds: row=$row sharedSize=$sharedSize modelSize=$modelSize", bad)
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue