st-tu-dresden / salespoint

A framework to develop point of sales applications, powered by Java and Spring Boot
https://tu-dresden.de/ing/informatik/smt/st/forschung/forschungsprojekte/salespoint
Apache License 2.0
178 stars 49 forks source link

Javadoc warnings should be fixed and should lead to build error #416

Closed martinmo closed 1 year ago

martinmo commented 1 year ago

The latest build log contains some Javadoc warnings that should be fixed.

Once that is done, I propose to treat Javadoc warnings as errors in the CI build as an easy way to automatically reject obvious inconsistencies (e.g., @param vs. actual method signature such as #411) or broken references.