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

Adyen / adyen-java-api-library / 787
29%

Build:
DEFAULT BRANCH: develop
Ran 23 May 2019 02:27PM UTC
Jobs 2
Files 554
Run time 1min
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
787

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.39 hits per line

Jobs
ID Job ID Ran Files Coverage
1 787.1 23 May 2019 02:27PM UTC 0
19.17
Travis Job 787.1
2 787.2 23 May 2019 02:28PM UTC 0
19.55
Travis Job 787.2
Source Files on build 787
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #787
  • ecbff767 on github
  • Prev Build on develop (#785)
  • Next Build on develop (#790)
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