Skip to content

Commit

Permalink
Keywords.
Browse files Browse the repository at this point in the history
  • Loading branch information
khatchad authored May 3, 2019
1 parent b7f0865 commit 17078c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public class LogAnalyzer extends ASTVisitor {
* A set of keywords in log messages.
*/
private final Set<String> KEYWORDS_IN_LOG_MESSAGES = Stream.of("fail", "disable", "error", "exception", "collision",
"reboot", "terminate", "throw", "shut", "start", "shut", "run", "deprecate", "kill").collect(Collectors.toSet());
"reboot", "terminate", "throw", "start", "shut", "run", "deprecate", "kill", "finish", "ready", "wait").collect(Collectors.toSet());

private boolean test;

Expand Down

0 comments on commit 17078c3

Please sign in to comment.