druid/extensions-contrib/influx-extensions/src
Chi Cao Minh 1166bbcb75 Remove static imports from tests (#8036)
Make static imports forbidden in tests and remove all occurrences to be
consistent with the non-test code.

Also, various changes to files affected by above:
- Reformat to adhere to druid style guide
- Fix various IntelliJ warnings
- Fix various SonarLint warnings (e.g., the expected/actual args to
  Assert.assertEquals() were flipped)
2019-07-06 09:33:12 -07:00
..
main Add checkstyle rules about imports and empty lines between members (#6543) 2018-11-20 12:42:15 +01:00
test/java/org/apache/druid/data/input/influx Remove static imports from tests (#8036) 2019-07-06 09:33:12 -07:00