Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
-
Reviewed
Description
The fix for HADOOP-12590 left an unused import in TestCompressorDecompressor.java.
After uploading the patch for HADOOP-12590, I spotted the problem in IntelliJ which marked the unused import gray, but it was too late.
The problem was not detected by precommit check because test source files are not checked by checkstyle by default. Maven checkstyle plugin parameter includeTestSourceDirectory is false by default.
Attachments
Attachments
Issue Links
- is broken by
-
HADOOP-12590 TestCompressorDecompressor failing without stack traces
- Resolved
- is related to
-
HADOOP-12701 Run checkstyle on test source files
- Resolved