rootvector2 commented on PR #522: URL: https://github.com/apache/commons-bcel/pull/522#issuecomment-4980867180
partially. `TestArrayAccess05` covers `iaload` (the #520 path) and `TestArrayAccess06` covers `caload`. `TestArrayAccess03` and the `TestArrayAccess04*` family exercise `aastore` (on a non-array ref and with primitive values into an `Object[]`). there are no negative tests yet for `castore`, `baload`/`bastore`, `saload`, `aaload`, or the remaining primitive load/store pairs like `laload`/`lastore`. I can put together a follow-up PR adding those if you want. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
