jPOS icon indicating copy to clipboard operation
jPOS copied to clipboard

Subfield not unset if only non bitmap field is removed

Open mukyz opened this issue 4 years ago • 1 comments

https://github.com/jpos/jPOS/blob/a2d7eaed46e500adbd443e16ed7805147e2a10d4/jpos/src/main/java/org/jpos/iso/ISOMsg.java#L404

!m.hasFields() returns false even if all fields are removed and the only one left is an empty bitmap field

mukyz avatar Oct 04 '21 07:10 mukyz

Can you provide a test case or code example to simulate this problem?

ar avatar Oct 04 '21 20:10 ar