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

opentracing / opentracing-java / 916 / 1
77%
master: 77%

Build:
DEFAULT BRANCH: master
Ran 10 Jul 2018 03:15PM UTC
Files 24
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

10 Jul 2018 03:12PM UTC coverage: 74.112% (+0.7%) from 73.368%
916.1

push

travis-ci

pavolloffay
Make GlobalTracer uses more threadsafe (#269)

* Make GlobalTracer uses more threadsafe

As discussed in #186 replace `void register(Tracer)` with a more
atomic `boolean registerIfAbsent(Tracer)` method.

* Throw NPE (with message) for registerIfAbsent(null) calls

* Add '@Deprecated' annotation + replace nested if by '&&'.

* Remove registerIfAbsent(Tracer) as unwanted duplicate

* Replace TracerSupplier interface with Callable<Tracer>

* Document thrown exceptions

* Combine javadoc for checked + unchecked exceptions from provider

* Wording for rethrown exceptions from provider

* Add brackets around 'if' statement

* Add unit tests for registerIfAbsent + restore tests for register methods

* Clarify wording used in unit test

292 of 394 relevant lines covered (74.11%)

0.74 hits per line

Source Files on job 916.1
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 895
  • Travis Job 916.1
  • 67f080c3 on github
  • Prev Job for on master (#914.1)
  • Next Job for on master (#922.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