rootvector2 commented on PR #522: URL: https://github.com/apache/commons-bcel/pull/522#issuecomment-4979456604
checked the rest and they're all covered now. the `int`/`long`/`float`/`double`/`short` load/store family verifies its element type via `isElementType` since #520, `BALOAD`/`BASTORE` check `byte`/`boolean`, and `AALOAD`/`AASTORE` check for a `ReferenceType` element. `caload` was the only one with no component check at all. thanks for merging this. -- 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]
