mirror of https://github.com/apache/lucene.git
3596e05e5c
Detects common cases of unreachable/dead code. For generated javacc code, the check is disabled via SuppressWarnings("unused") because javacc generates strange/bad code such as: if ("" == null) For TestStressNRTReplication's startNode() method, the check is also disabled because analysis folds the "test evilness controls" which are static final constants. This itself is a WTF, shouldn't we instead randomize these evil things in our tests rather than hardcoding them to specific values? |
||
---|---|---|
.. | ||
ant-compat | ||
datasets | ||
documentation | ||
generation | ||
hacks | ||
ide | ||
maven | ||
native | ||
testing | ||
validation | ||
wrapper | ||
defaults-java.gradle | ||
defaults.gradle | ||
generate-defaults.gradle | ||
help.gradle | ||
jar-manifest.gradle | ||
releasing.gradle |