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

opentracing / opentracing-java / 916
77%

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

pending completion
916

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

21 of 21 new or added lines in 1 file covered. (100.0%)

292 of 394 relevant lines covered (74.11%)

0.74 hits per line

Jobs
ID Job ID Ran Files Coverage
1 916.1 10 Jul 2018 03:15PM UTC 0
74.11
Travis Job 916.1
Source Files on build 916
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #916
  • 67f080c3 on github
  • Prev Build on master (#914)
  • Next Build on master (#922)
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

© 2025 Coveralls, Inc