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

stripe / stripe-java / #16493

03 Oct 2024 07:15PM UTC coverage: 12.942% (+0.08%) from 12.864%
#16493

push

github

web-flow
Merge Stripe-java v27.0.0 to beta branch (#1888)

409 of 1651 new or added lines in 88 files covered. (24.77%)

31 existing lines in 7 files now uncovered.

18773 of 145050 relevant lines covered (12.94%)

0.13 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/main/java/com/stripe/v2/EmptyStripeObject.java
1
package com.stripe.v2;
2

3
import com.stripe.model.StripeObject;
4

5
/**
6
 * An empty entity for API methods with a void return type. We need a class to to deserialize into,
7
 * but we can't instantiate the abstract `StripeObject` directly. This class shouldn't do anything.
8
 * It's handwritten, not auto-generated.
9
 */
NEW
10
public final class EmptyStripeObject extends StripeObject {}
×
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