DogukanKundum commented on a change in pull request #5: clean code and safely
inspect fix.
URL: https://github.com/apache/fluo-examples/pull/5#discussion_r261814647
##########
File path: stresso/src/test/java/stresso/TrieMapRedIT.java
##########
@@ -35,102 +28,107 @@
import stresso.trie.Print;
import stresso.trie.Unique;
+import java.io.File;
+import java.util.ArrayList;
+import java.util.Arrays;
+
/**
* Tests Trie Stress Test using MapReduce Ingest
*/
+@SuppressWarnings("ALL")
Review comment:
Intellij add getting at inspected. Only classes, methods, variable
declarations, parameters and packages may be annotated. Therefore, you cannot
use SuppressWarnings("all") on an if statement.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services