6/8/2017 2:13:21 PM
is the last warning including style check for this file I can find.
Reformatting doesn't seem to correct this problem automatically.
|
6/8/2017 2:05:36 PM
warning: [ReferenceEquality] Comparison using reference equality instead of value equality
begin == "" ? -1 : DateTimeFormat.forPattern(FILTER_BY_DATE_PATTERN)
^
(see http://errorprone.info/bugpattern/ReferenceEquality)
Did you mean '"".equals(begin) ? -1 :
"
Also see
https://stackoverflow.com/questions/7520432/what-is-the-difference-between-vs-equals-in-java
|
6/8/2017 1:53:06 AM
assertj to compare two strings ignore white spaces
2. add a new method called ignoreCaseContains in ExecutionFlowViewTest.java for more readability.
|
6/7/2017 11:57:18 PM
error reported in LIHADOOP-26732.
sessionId shouldn't be logged anywhere. Looked through related files and couldn't find any other occurrences.
|
6/7/2017 8:40:32 PM
to triggerManager (#1177)
|
|
6/6/2017 9:22:12 PM
Actions (#1175)
Looks like the way the Save Actions intellij plugin was triggered in #1137 didn't catch certain files - including much of azkaban-web-server. This update brings files found in azkaban-web-server up to date.
|
6/6/2017 6:18:45 PM
from execution_flows table only. (#1165)
* Fetch active/queued flows from execution_flows table only. Plan to deprecate active_executing_flows table finally.
* Fix parameter passing and comments
|
|
|