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

Adyen / adyen-java-api-library / 787 / 2
29%
develop: 29%

Build:
DEFAULT BRANCH: develop
Ran 23 May 2019 02:28PM UTC
Files 554
Run time 34s
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 May 2019 02:24PM UTC coverage: 19.552% (+0.4%) from 19.186%
787.2

push

travis-ci

Aleffio
Small optimizations and cleanup (#199)

* Client: remove webServicePassword from toString()

toString() may be accidentally called from logger and the secret password will be written to logs. This can be a big security problem so it's better to avoid using a password in toString() method

* Config: add JavaDoc for the applicationName field

* AccountHolderDetails: extend JavaDoc for merchantCategoryCode

* MarketPayTest: simplify by avoiding of boxing Long and Integer

* UtilTest: simplify by avoiding of boxing Long

* Amount.getDecimalValue(): optimize the method by using BigDecimal.valueOf(long value, int scale).
Unit Test was also changed to use BigDecimal.equals() instead of compareTo() so the scale is also checked.
1000 cents was replaced with 1001 cent just to check that no any rounding problems

* Util.createAmount() use BigDecimal.TEN constant to avoid unnecessary new BigDecimal allocation

3223 of 16484 relevant lines covered (19.55%)

0.2 hits per line

Source Files on job 787.2
  • Tree
  • List 0
  • Changed 140
  • Source Changed 5
  • Coverage Changed 140
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 729
  • Travis Job 787.2
  • ecbff767 on github
  • Prev Job for on develop (#785.1)
  • Next Job for on develop (#790.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