RFR: 8255546: Missing coverage for javax.smartcardio.CardPermission and ResponseAPDU
Xue-Lei Andrew Fan
xuelei at openjdk.java.net
Thu Nov 12 16:16:59 UTC 2020
On Fri, 6 Nov 2020 12:04:20 GMT, Fernando Guallini <fguallini at openjdk.org> wrote:
> This patch is to add code coverage to the following methods
> - javax.smartcardio.CardPermission::**implies** (1)
> - javax.smartcardio.ResponseAPDU::**toString** (2)
>
> Tests are added following the expected implementation given in the methods specifications
>
> (1) https://github.com/openjdk/jdk/blob/5dfb42fc68099278cbc98e25fb8a91fd957c12e2/src/java.smartcardio/share/classes/javax/smartcardio/CardPermission.java#L214-L229
>
> (2) https://github.com/openjdk/jdk/blob/5dfb42fc68099278cbc98e25fb8a91fd957c12e2/src/java.smartcardio/share/classes/javax/smartcardio/ResponseAPDU.java#L141-L149
Marked as reviewed by xuelei (Reviewer).
-------------
PR: https://git.openjdk.java.net/jdk/pull/1092
More information about the security-dev
mailing list