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

se-edu / addressbook-level4 / 3937
94%

Build:
DEFAULT BRANCH: master
Ran 08 Jan 2018 10:33AM UTC
Jobs 1
Files 93
Run time 4s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
3937

Pull #788

travis-ci

web-flow
Replace use of `assert false` with `throw new AssertionError()`

In some places of the code we use `assert false` to indicate the
execution has reached an unacceptable state.

This is not compliant with our code style (as revised by [1])  which
states `throw new AssertionError()` is preferred for such situations.

Let's replace `assert false` with `throw new AssertionError()` where
applicable.

[1] https://github.com/oss-generic/process/issues/19
Pull Request #788: Replace use of `assert false` with `throw new AssertionError()` #264

3 of 3 new or added lines in 3 files covered. (100.0%)

1463 of 1583 relevant lines covered (92.42%)

0.92 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
100.0
src/main/java/seedu/address/logic/commands/DeleteCommand.java
1
100.0
src/main/java/seedu/address/storage/XmlFileStorage.java

Uncovered Existing Lines

Lines Coverage ∆ File
1
100.0
src/main/java/seedu/address/storage/XmlFileStorage.java
Jobs
ID Job ID Ran Files Coverage
1 3937.1 08 Jan 2018 10:33AM UTC 0
92.42
Travis Job 3937.1
Source Files on build 3937
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #3937
  • Pull Request #788
  • PR Base - master (#3920)
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

© 2026 Coveralls, Inc