Hi,
in Lucene and Solr we have a plugin for javac/javadoc that checks for
missing javadocs on several levels. I just checked: Solr has the
missing-doclet, too:
https://github.com/apache/solr/tree/main/dev-tools/solr-missing-doclet
But it looks like the checker is almost fully disabled and on
I did some searching, but didn’t find the specific reference I was hoping to
share about how to encourage good practices on a large code set…. Maybe someone
else can chime in.
Basically, what you do is run additional checks on files that have been
changed, so that as we modify a java file, if i