Closed Mukta13 closed 1 month ago
This is a fix for: #3098
Changed the HashMap to a Linked HashMap to avoid the non determinism introduced due to Hash Map.
This fix can be checked using:
mvn -pl core edu.illinois:nondex-maven-plugin:2.1.7:nondex -Dtest=com.alibaba.fastjson2.issues_2600.Issue2672#test
What this PR does / why we need it?
This is a fix for: #3098
Summary of your change
Changed the HashMap to a Linked HashMap to avoid the non determinism introduced due to Hash Map.
This fix can be checked using:
mvn -pl core edu.illinois:nondex-maven-plugin:2.1.7:nondex -Dtest=com.alibaba.fastjson2.issues_2600.Issue2672#test
Please indicate you've done the following: