beanit / asn1bean

ASN1bean (formerly known as jASN1) is a Java ASN.1 BER and DER encoding/decoding library
https://www.beanit.com/asn1/
Apache License 2.0
110 stars 45 forks source link

collision with local variable names #50

Closed Alxspb closed 2 weeks ago

Alxspb commented 11 months ago

If asn1 definition has variables like 'length', generated sources would be invalid because of collision this. must be used to fix this issue