• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

se-edu / addressbook-level4 / 4600

Builds Branch Commit Type Ran Committer Via Coverage
4600 parserutil-no-optional ParserUtil: remove `Optional` variants of parse methods As the comment[1] at the top of ParserUtil says, methods that take `Optional` as a parameter are bad. So, let's remove them. (It could be argued that leaving these methods in the code base... Pull #895 07 Aug 2018 02:18PM UTC web-flow travis-ci pending completion   set done
4599 parserutil-no-optional ParserUtil: remove `Optional` variants of parse methods As the comment at the top of ParserUtil says, methods that take `Optional` as a parameter are bad. So, let's remove them. (It could be argued that leaving these methods in the code base co... Pull #895 07 Aug 2018 01:07PM UTC web-flow travis-ci pending completion   set done
4598 parserutil-no-optional ParserUtil: remove `Optional` variants of parse methods As the comment at the top of ParserUtil says, methods that take Optional as arguments are bad. So, let's remove them. (It could be argued that leaving these methods in the code base could ... Pull #895 07 Aug 2018 11:07AM UTC web-flow travis-ci pending completion   set done
4597 master <a href="https://github.com/se-edu/addressbook-level4/commit/e186102b6">Replace uses of `org.junit.Assert.fail` with `throw new AssertionError(...)` The source code of `org.junit.Assert.fail(String)` is[1]: pub... push 07 Aug 2018 11:01AM UTC pyokagan travis-ci pending completion   set done
4596 master parsers: throw ParseException consistently (#893) Some parsers in the `parsers` package throw ParseException on a parse error, others throw IllegalValueException. Given that they are *all* parsers, let's make them all throw ParseException fo... push 06 Aug 2018 03:32PM UTC web-flow travis-ci pending completion   set done
4595 no-fail Replace uses of `org.junit.Assert.fail` with `throw new AssertionError(...)` The source code of `org.junit.Assert.fail(String)` is[1]: public static void fail(String message) { if (message == null) { throw new AssertionEr... Pull #894 06 Aug 2018 04:02PM UTC web-flow travis-ci pending completion   set done
4594 use-parseexception-consistently Use chained exceptions consistently throughout the code base In some places of our code, we respond to an exception by throwing another exception. In such a situation, it is good practice to _chain_ the exceptions by passing the initial exceptio... Pull #893 06 Aug 2018 01:42PM UTC web-flow travis-ci pending completion   set done
4593 no-fail Replace uses of `org.junit.Assert.fail` with `throw new AssertionError(...)` The source code of `org.junit.Assert.fail(String)` is[1]: public static void fail(String message) { if (message == null) { throw new AssertionEr... Pull #894 06 Aug 2018 11:38AM UTC web-flow travis-ci pending completion   set done
4592 use-parseexception-consistently Use chained exceptions consistently throughout the code base In some places of our code, we respond to an exception by throwing another exception. In such a situation, it is good practice to _chain_ the exceptions by passing the initial exceptio... Pull #893 06 Aug 2018 10:50AM UTC web-flow travis-ci pending completion   set done
4591 use-parseexception-consistently Use chained exceptions consistently throughout the code base Pull #893 06 Aug 2018 10:27AM UTC web-flow travis-ci pending completion   set done
4590 master ParserUtil: remove unused field MESSAGE_INSUFFICIENT_PARTS push 06 Aug 2018 10:14AM UTC pyokagan travis-ci pending completion   set done
4589 use-parseexception-consistently parsers: remove unnecessary catch-throws of ParseExceptions These try-catch blocks simply catch the ParseException, and then throw a new ParseException with the exact same message and the caught ParseException as its cause. This catch-throwing o... Pull #893 06 Aug 2018 09:53AM UTC web-flow travis-ci pending completion   set done
4588 remove-unused-field ParserUtil: remove unused field MESSAGE_INSUFFICIENT_PARTS Pull #892 06 Aug 2018 09:41AM UTC web-flow travis-ci pending completion   set done
4587 remove-unused-field ParserUtil: remove unused field MESSAGE_INSUFFICIENT_PARTS Pull #892 06 Aug 2018 09:32AM UTC web-flow travis-ci pending completion   set done
4586 master <a href="https://github.com/se-edu/addressbook-level4/commit/b410fcafa">&lt;a href=&quot;https://github.com/se-edu/addressbook-level4/commit/</a><a class="double-link" href="https://github.com/se-edu/addressbook-leve... push 28 Jul 2018 08:55AM UTC pyokagan travis-ci pending completion   set done
  • ← Previous
  • 1
  • 2
  • …
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • …
  • 77
  • 78
  • Next →
  • Back to Repo
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc