Hello.
When comparing the old/new code of react-native and neo4j GitHub open source project using the build output of IJM,
I got the following result:

I used main branch of IJM and commit id is as follows(most recent commit)
The jar files I used are as follows:
- at.aau.softwaredynamics.runner-1.0-SNAPSHOT-jar-with-dependencies.jar
- core-2.1.0-SNAPSHOT.jar
- gen.jdt-2.1.0-SNAPSHOT.jar
To solve this problem, I first increased the max heap size of the server to 28G, but the error still occurred. And as a result of debugging in IntelliJ, I confirmed that the size of the ArrayList exceeded 10 million.
The old/new file I used is as follows.
neo4j
react-native
Hello.
When comparing the old/new code of react-native and neo4j GitHub open source project using the build output of IJM,

I got the following result:
I used main branch of IJM and commit id is as follows(most recent commit)
The jar files I used are as follows:
To solve this problem, I first increased the max heap size of the server to 28G, but the error still occurred. And as a result of debugging in IntelliJ, I confirmed that the size of the ArrayList exceeded 10 million.
The old/new file I used is as follows.
neo4j
react-native