LearnLib / automatalib

A free, open-source Java library for modeling automata, graphs, and transition systems
http://automatalib.net
Apache License 2.0
92 stars 34 forks source link

Cleanup reported javadoc warnings #72

Closed mtf90 closed 8 months ago

mtf90 commented 8 months ago

This PR fixes all reported warnings from the javadoc linter and enables linting in the code-analysis profile for future use.

Note that the linting is restricted to JDKs < 17 for now, since newer JDKs warn on any missing documentation. The aim of this PR is to address incomplete documentation only for now.

Closes #61.

mtf90 commented 8 months ago

The current errors require changes in javacc. See javacc/javacc#277.