LearnLib / learnlib

A free, open-source Java library for automata learning algorithms
https://learnlib.de
Apache License 2.0
200 stars 52 forks source link

Cleanup reported javadoc warnings #120

Closed mtf90 closed 7 months ago

mtf90 commented 7 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 #102.