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

everit-org / json-schema / 426
92%

Build:
DEFAULT BRANCH: master
Ran 17 Jun 2018 02:25PM UTC
Jobs 1
Files 78
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
426

Pull #188

travis-ci

web-flow
Fixing regex handling in `"patternProperties"`

Changing `ObjectSchema` to represent `patternProperties` as a `Map<Regexp, Schema>` instead of `Map<Pattern, Schema>`
This is a follow-up change of introducing `Regexp` and `RegexpFactory` interfaces in `1.9.0`.

Keeping but deprecating existing accessor & builder methods of `ObjectSchema` which consume / return a `Pattern`, converting from/to `Regexp`.

In the end, changing `ObjectSchemaLoader` to instantiate a `Regexp` instance using the configured `RegexpFactory` instead of attempting to use RE2J directly.

Also bumping version number to 1.9.1, since it is going to be a quick bugfix release ASAP.
Pull Request #188: Fixing regex handling in `"patternProperties"`

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

2489 of 2691 relevant lines covered (92.49%)

0.92 hits per line

Jobs
ID Job ID Ran Files Coverage
1 426.1 17 Jun 2018 02:25PM UTC 0
92.49
Travis Job 426.1
Source Files on build 426
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #426
  • Pull Request #188
  • PR Base - master (#424)
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