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

IBM-Cloud / gp-java-tools / 217 / 1
50%
master: 50%

Build:
DEFAULT BRANCH: master
Ran 23 Aug 2019 09:29PM UTC
Files 75
Run time 9s
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

23 Aug 2019 09:26PM UTC coverage: 52.606% (-0.06%) from 52.669%
217.1

push

travis-ci

yumaoka
Improved AMDJS merge implemetation

- Changed AMDJS merge implementation to use Rhino JS parser. Previous implementation used regex matcher for each line, and trying to replace value. This implementation was fragile and it does not work various different cases.
- Previous merge operation tried to wrap long lines, but the new implementation put translated value in a single line. We may revisit this and re-implement line wrapping logic with the new code base.
- Fixed #148 caused by the previous merge implementation.
- Previous AMDJS filter write/merge implementation did not escape string literal properly - such as `\n` for line feed, `\"` for quoataion and so on (note: parser worked OK because Rhino parser does unescaping). Added proper string literal escape code.
- Added new data drive test framework. With this framework, we can easily add parse/write/merge test cases without writing new JUnit test methods.
- Deleted old AMDJS test case files not used.

1918 of 3646 relevant lines covered (52.61%)

74.87 hits per line

Source Files on job 217.1
  • Tree
  • List 0
  • Changed 12
  • Source Changed 1
  • Coverage Changed 12
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 165
  • Travis Job 217.1
  • e8118b25 on github
  • Prev Job for on master (#215.1)
  • Next Job for on master (#219.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