mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
another consistency check
This commit is contained in:
@@ -180,6 +180,8 @@ public class PersistentHashMapValueStorage {
|
||||
}
|
||||
}
|
||||
|
||||
if (prevChunkAddress >= chunk) throw new PersistentEnumeratorBase.CorruptedException(myFile);
|
||||
|
||||
chunk = prevChunkAddress;
|
||||
chunkCount++;
|
||||
if (result.length > mySize) {
|
||||
|
||||
Reference in New Issue
Block a user