π Overall Description
I used the following loop while using tai-e, where the logic depends on the order in which JField appears in the loop (that is, I assign an index to these fields). However, I found that the order of JField appearances seems inconsistent across different runs.
JClass jclass = ...;
for (JField field : jclass.getDeclaredFields()) {
// some code that relies on the order of these fields
}
My question is whether this behavior is expected or a potential bug? Thanks a lot!
π― Expected Behavior
N/A
π Current Behavior
N/A
π Reproducible Example
My issue occurs in a class with a very large number of fields.
βοΈ Tai-e Arguments
No response
π Tai-e Log
No response
βΉοΈ Additional Information
No response
π Overall Description
I used the following loop while using tai-e, where the logic depends on the order in which
JFieldappears in the loop (that is, I assign an index to these fields). However, I found that the order of JField appearances seems inconsistent across different runs.My question is whether this behavior is expected or a potential bug? Thanks a lot!
π― Expected Behavior
N/A
π Current Behavior
N/A
π Reproducible Example
My issue occurs in a class with a very large number of fields.
βοΈ Tai-e Arguments
No response
π Tai-e Log
No response
βΉοΈ Additional Information
No response