mirror of https://github.com/apache/iceberg.git
Build: Forbid implicit case fall-through without a comment and enable couple more recommendable error-prone checks (#11251)
* Forbid implicit case fall-through without a comment In ordinary switch statement, case branches implicitly fall-through to the next one. This is Java's C legacy. Forbid this unless intent is indicated in the code with a comment like `// fall through`. * Enable couple more recommendable error-prone checkspull/11256/head
parent
746e71931a
commit
f6cdf94094
Loading…
Reference in New Issue