|
6/8/2017 6:39:28 PM
on assertj library, which has a few advantages.
see
http://randomthoughtsonjavaprogramming.blogspot.com/2017/03/assertj-vs-hamcrest.html
This will speed up the Travis build process a bit.
|
6/8/2017 4:28:44 PM
(#1184)
assertj library has a few advantages.
see
http://randomthoughtsonjavaprogramming.blogspot.com/2017/03/assertj-vs-hamcrest.html
|
|
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)
|
|