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

CS2113-AY1819S2-T09-1 / main / 319 / 1
92%
master: 92%

Build:
DEFAULT BRANCH: master
Ran 15 Mar 2019 08:14AM UTC
Files 106
Run time 5s
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

15 Mar 2019 08:10AM UTC coverage: 81.916% (+0.2%) from 81.732%
319.1

push

travis-ci

web-flow
[#78] Logic: fix `FindCommandParser#getKeywordsPredicate(...)` (#79)

The logic flow in splitting the keywords for `find` command is incorrect.

The current behaviour is
1. Get the argument after find `PREFIX`
2. Form an `object` with the argument
3. Convert the `object` into `String`
4. Split the `String` by whitespaces

The expected behaviour should be:
1. Split each argument by whitespaces after the `PREFIX`
2. Form individual `object` for every `String`
3. Convert each individual `object `to `String`
4. Form the search `keywords` using each `String`

Let’s update `FindCommandParser#getKeywordsPredicate(…)` to
follow the expected behaviour. 

  [1/3] Logic/ParserUtil: add more helper methods
  [2/3] Logic: Fix `FindCommandParser#getKeywordsPredicate(...)`
  [3/3] test/parser: add unit tests to `FindCommandParserTest`

1744 of 2129 relevant lines covered (81.92%)

0.82 hits per line

Source Files on job 319.1
  • Tree
  • List 0
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 241
  • Travis Job 319.1
  • 54592ed6 on github
  • Prev Job for on master (#307.1)
  • Next Job for on master (#322.1)
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