eo-runtime/src/main/java/EOorg/EOeolang/Heaps.java
Method write
has 38 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
void write(final int identifier, final int offset, final byte[] data) {
synchronized (this.blocks) {
if (!this.blocks.containsKey(identifier)) {
throw new ExFailure(
String.format(