mirror of https://github.com/apache/lucene.git
e6dac3400d
Improve MissingDoclet linter to check records correctly: - exclude default ctors - exclude accessor methods (like with enums) - on "method" level checking also check that every record component has an @param tag |
||
---|---|---|
.. | ||
aws-jmh | ||
doap | ||
missing-doclet | ||
scripts | ||
test-patch | ||
README.txt | ||
size-estimator-lucene-solr.xls |
README.txt
The tools, documentation, etc. in this directory are intended to be helpful to developers of Lucene and Solr. They are not necessarily maintained in the same way that the core code is maintained and so your mileage may vary as to the usefulness of the tools. Description of dev-tools/ contents: ./aws-jmh/ -- Scripts for running microbenchmarks across different ec2 instance types. ./doap/ -- Lucene project descriptors in DOAP RDF format. ./missing-doclet -- JavaDoc validation doclet subproject ./scripts/ -- Odds and ends for building releases, etc. ./test-patch/ -- Scripts for automatically validating patches