opensourcecobol / opensourcecobol4j

A new version of opensourcecobol. Translate COBOL to Java.
GNU General Public License v3.0
64 stars 28 forks source link

Resolve all `warning: no comment` and update CI to detect the warnings #426

Closed yutaro-sakamoto closed 3 weeks ago

yutaro-sakamoto commented 3 weeks ago

This pull request resolves all warnings warning: no comment in Java files in libcobj/. In addtion, this PR modifies check-missing-javadoc.yml to detect the same type of warnings.