8/27/2017 10:17:28 PM
class (#1403)
Adjust `<p>` tags placements to conform to the Google style guide.
Include more details in the class summary line.
See
https://google.github.io/styleguide/javaguide.html#s7.1.2-javadoc-paragraphs
Also see
http://www.oracle.com/technetwork/java/javase/documentation/index-137868.html
http://blog.joda.org/2012/11/javadoc-coding-standards.html
Note that the Google style places <p> after the empty line. It's
different from the Oracle style.
|
8/27/2017 10:10:49 PM
output (#1405)
It's useful to see additional information. It's currently difficult to
debug a flaky test that only fails in Travis since there is no easy way
to see the test's console output.
|
8/27/2017 10:03:27 PM
Issue
Travis CI build sometimes fail with the following error
'''
Process 'Gradle Test Executor 6' finished with non-zero exit value 137 travis
'''
## Fix
See
https://discuss.gradle.org/t/gradle-travis-ci/11928/9
https://discuss.gradle.org/t/travis-ci-org-gradle-launcher-daemon-client-daemondisappearedexception-gradle-build-daemon-disappeared-unexpectedly-it-may-have-been-killed-or-may-have-crashed/13106/3
|
|
|
|
|
|
|
|
|
|
|
8/25/2017 7:06:07 PM
in tests (#1396)
This function is currently only used in the testProjectSideBarView test. This is to make it easier to auto format html files and velocity templates.
|
|
|