elasticsearch/plugins
Rory Hunter ad1f876daa
Replace NOT operator with explicit false check (#67817)
We have an in-house rule to compare explicitly against `false` instead
of using the logical not operator (`!`). However, this hasn't
historically been enforced, meaning that there are many violations in
the source at present.

We now have a Checkstyle rule that can detect these cases, but before we
can turn it on, we need to fix the existing violations. This is being
done over a series of PRs, since there are a lot to fix.
2021-01-26 14:47:09 +00:00
..
analysis-icu Replace NOT operator with explicit false check (#67817) 2021-01-26 14:47:09 +00:00
analysis-kuromoji Upgrade to a new lucene 8.8.0 snapshot (#67691) 2021-01-19 13:33:19 +01:00
analysis-nori Upgrade to a new lucene 8.8.0 snapshot (#67691) 2021-01-19 13:33:19 +01:00
analysis-phonetic Replace NOT operator with explicit false check (#67817) 2021-01-26 14:47:09 +00:00
analysis-smartcn Upgrade to a new lucene 8.8.0 snapshot (#67691) 2021-01-19 13:33:19 +01:00
analysis-stempel Upgrade to a new lucene 8.8.0 snapshot (#67691) 2021-01-19 13:33:19 +01:00
analysis-ukrainian Upgrade to a new lucene 8.8.0 snapshot (#67691) 2021-01-19 13:33:19 +01:00
discovery-azure-classic Replace NOT operator with explicit false check (#67817) 2021-01-26 14:47:09 +00:00
discovery-ec2 Replace NOT operator with explicit false check (#67817) 2021-01-26 14:47:09 +00:00
discovery-gce Replace NOT operator with explicit false check (#67817) 2021-01-26 14:47:09 +00:00
examples Rename QueryShardContext -> SearchExecutionContext. (#67490) 2021-01-14 09:11:59 -08:00
ingest-attachment Fix attachment processor test that fails on Windows (#67156) 2021-01-08 07:10:04 -06:00
mapper-annotated-text Rename QueryShardContext -> SearchExecutionContext. (#67490) 2021-01-14 09:11:59 -08:00
mapper-murmur3 Rename QueryShardContext -> SearchExecutionContext. (#67490) 2021-01-14 09:11:59 -08:00
mapper-size Avoid tasks materialized during configuration phase (#65922) 2020-12-12 16:14:17 +01:00
repository-azure Replace NOT operator with explicit false check (#67817) 2021-01-26 14:47:09 +00:00
repository-gcs Replace NOT operator with explicit false check (#67817) 2021-01-26 14:47:09 +00:00
repository-hdfs Replace NOT operator with explicit false check (#67817) 2021-01-26 14:47:09 +00:00
repository-s3 Introduce repository UUIDs (#67829) 2021-01-25 12:17:52 +00:00
store-smb Convert most OSS plugins from integTest to [yaml | java]RestTest or internalClusterTest (#59444) 2020-07-28 16:43:17 -05:00
transport-nio Replace NOT operator with explicit false check (#67817) 2021-01-26 14:47:09 +00:00
build.gradle Apply 2-space indent to all gradle scripts (#48849) 2019-11-13 10:14:04 +00:00