X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Forg%2Fldk%2Fstructs%2FCommitmentUpdate.java;h=8b7265008a20faffa45c115b203311be22c17bf7;hb=d87886bb194886ef86d3597a5cdc142b6ccc89e9;hp=6a32283415af188a720835deaca0b6a1a2a9d8c1;hpb=9629082ebac55e5d0efea17ec4fb37580c08fa7a;p=ldk-java diff --git a/src/main/java/org/ldk/structs/CommitmentUpdate.java b/src/main/java/org/ldk/structs/CommitmentUpdate.java index 6a322834..8b726500 100644 --- a/src/main/java/org/ldk/structs/CommitmentUpdate.java +++ b/src/main/java/org/ldk/structs/CommitmentUpdate.java @@ -27,8 +27,9 @@ public class CommitmentUpdate extends CommonBase { public UpdateAddHTLC[] get_update_add_htlcs() { long[] ret = bindings.CommitmentUpdate_get_update_add_htlcs(this.ptr); Reference.reachabilityFence(this); - UpdateAddHTLC[] ret_conv_15_arr = new UpdateAddHTLC[ret.length]; - for (int p = 0; p < ret.length; p++) { + int ret_conv_15_len = ret.length; + UpdateAddHTLC[] ret_conv_15_arr = new UpdateAddHTLC[ret_conv_15_len]; + for (int p = 0; p < ret_conv_15_len; p++) { long ret_conv_15 = ret[p]; UpdateAddHTLC ret_conv_15_hu_conv = null; if (ret_conv_15 < 0 || ret_conv_15 > 4096) { ret_conv_15_hu_conv = new UpdateAddHTLC(null, ret_conv_15); } ret_conv_15_hu_conv.ptrs_to.add(this); @@ -52,8 +53,9 @@ public class CommitmentUpdate extends CommonBase { public UpdateFulfillHTLC[] get_update_fulfill_htlcs() { long[] ret = bindings.CommitmentUpdate_get_update_fulfill_htlcs(this.ptr); Reference.reachabilityFence(this); - UpdateFulfillHTLC[] ret_conv_19_arr = new UpdateFulfillHTLC[ret.length]; - for (int t = 0; t < ret.length; t++) { + int ret_conv_19_len = ret.length; + UpdateFulfillHTLC[] ret_conv_19_arr = new UpdateFulfillHTLC[ret_conv_19_len]; + for (int t = 0; t < ret_conv_19_len; t++) { long ret_conv_19 = ret[t]; UpdateFulfillHTLC ret_conv_19_hu_conv = null; if (ret_conv_19 < 0 || ret_conv_19 > 4096) { ret_conv_19_hu_conv = new UpdateFulfillHTLC(null, ret_conv_19); } ret_conv_19_hu_conv.ptrs_to.add(this); @@ -77,8 +79,9 @@ public class CommitmentUpdate extends CommonBase { public UpdateFailHTLC[] get_update_fail_htlcs() { long[] ret = bindings.CommitmentUpdate_get_update_fail_htlcs(this.ptr); Reference.reachabilityFence(this); - UpdateFailHTLC[] ret_conv_16_arr = new UpdateFailHTLC[ret.length]; - for (int q = 0; q < ret.length; q++) { + int ret_conv_16_len = ret.length; + UpdateFailHTLC[] ret_conv_16_arr = new UpdateFailHTLC[ret_conv_16_len]; + for (int q = 0; q < ret_conv_16_len; q++) { long ret_conv_16 = ret[q]; UpdateFailHTLC ret_conv_16_hu_conv = null; if (ret_conv_16 < 0 || ret_conv_16 > 4096) { ret_conv_16_hu_conv = new UpdateFailHTLC(null, ret_conv_16); } ret_conv_16_hu_conv.ptrs_to.add(this); @@ -102,8 +105,9 @@ public class CommitmentUpdate extends CommonBase { public UpdateFailMalformedHTLC[] get_update_fail_malformed_htlcs() { long[] ret = bindings.CommitmentUpdate_get_update_fail_malformed_htlcs(this.ptr); Reference.reachabilityFence(this); - UpdateFailMalformedHTLC[] ret_conv_25_arr = new UpdateFailMalformedHTLC[ret.length]; - for (int z = 0; z < ret.length; z++) { + int ret_conv_25_len = ret.length; + UpdateFailMalformedHTLC[] ret_conv_25_arr = new UpdateFailMalformedHTLC[ret_conv_25_len]; + for (int z = 0; z < ret_conv_25_len; z++) { long ret_conv_25 = ret[z]; UpdateFailMalformedHTLC ret_conv_25_hu_conv = null; if (ret_conv_25 < 0 || ret_conv_25 > 4096) { ret_conv_25_hu_conv = new UpdateFailMalformedHTLC(null, ret_conv_25); } ret_conv_25_hu_conv.ptrs_to.add(this);