in src/main/scala/com/googlesource/gerrit/plugins/analytics/Contributors.scala [101:107]
def setEndDate(date: String) {
try {
endDate = Some(date)
} catch {
case e: Exception => throw new BadRequestException(s"Invalid end date ${e.getMessage}")
}
}