benfry / processing4

Processing 4.x releases for Java 17
https://processing.org
Other
1.31k stars 236 forks source link

fixed issue#750 ArrayIndexOutOfBoundsException #816

Open SaumyaKarnwal opened 6 months ago

SaumyaKarnwal commented 6 months ago

Issue link : https://github.com/benfry/processing4/issues/750#issue-1806359306

Problem : It wasn't able to parse exponents leading to ArrayIndexOutOfBoundsException

Solution : handled that edge case. it will now be able to parse values such as 6.2e-4

Behavior after modification: image