opensourcecobol / opensourcecobol4j

A new version of opensourcecobol. Translate COBOL to Java.
https://opensourcecobol.github.io/opensourcecobol4j/
GNU General Public License v3.0
74 stars 34 forks source link

Bugfix about `SEARCH` with `DEPENDING` in `OCCURS` #545

Closed tsh-hashimoto closed 1 week ago

tsh-hashimoto commented 1 week ago

This product contains a bug that when compiling a SEARCH statement, if DEPENDING in OCCURS is used, a type mismatch will occur in the generated Java source file, resulting a compiling error.

Changes: