bmTas / JRecord

Cobol IO for Java/JVM languages via a Cobol Copybook
GNU Lesser General Public License v3.0
35 stars 25 forks source link

Performance warnings on spotbugs #28

Closed bmscomp closed 2 months ago

bmscomp commented 2 months ago

This pull request targets fixing performance warnings reported by spotbugs

bmscomp commented 2 months ago

@bmTas updated the pull request to fix typos I made on documentation

bmTas commented 2 months ago

One more

JRecordConstantVars: Needs to remain class (or be removed). It was created because some JVM scripting languages (e.g. java script) could not access java interfaces, only class variables. This class was created to provide access to the Record Constants via a normal class variables.

Most of the JVM scripting languages seem to be dying so it might not be needed.

bmscomp commented 2 months ago

@bmTas Pull request updated I restored the class