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

ExpediaGroup / bull / #1341
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: develop
DEFAULT BRANCH: master
Ran 27 Mar 2026 06:00PM UTC
Jobs 1
Files 60
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

27 Mar 2026 05:51PM UTC coverage: 99.917% (-0.08%) from 100.0%
#1341

push

fborriello
Fix #374: Skip Kotlin synthetic constructors when selecting all-args constructor

Kotlin compiler generates synthetic constructors for data classes with default
parameter values, adding int (bitmask) and DefaultConstructorMarker parameters.
ClassUtils.getAllArgsConstructor() was selecting these synthetic constructors
because they have the most parameters, causing InvalidBeanException.

Filter out constructors containing kotlin.jvm.internal.DefaultConstructorMarker
parameter types before selecting the constructor with the most parameters.

9 of 10 new or added lines in 1 file covered. (90.0%)

1206 of 1207 relevant lines covered (99.92%)

1.95 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
99.62
-0.38% bull-common/src/main/java/com/expediagroup/transformer/utils/ClassUtils.java
Jobs
ID Job ID Ran Files Coverage
1 #1341.1 27 Mar 2026 06:00PM UTC 60
99.92
Source Files on build #1341
  • Tree
  • List 60
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 349289a6 on github
  • Prev Build on master
  • Next Build on fix/issue-374-kotlin-default-constructor
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc