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

box / box-java-sdk / #5076

07 Oct 2025 12:35PM UTC coverage: 37.132% (+0.007%) from 37.125%
#5076

push

github

web-flow
test: Change `Event.additionalDetails` field assertion in events test (box/box-codegen#858) (#1491)

18454 of 49699 relevant lines covered (37.13%)

0.37 hits per line

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

75.0
/src/main/java/com/box/sdkgen/internal/SerializableObject.java
1
package com.box.sdkgen.internal;
2

3
import com.fasterxml.jackson.annotation.JsonIgnore;
4
import com.fasterxml.jackson.databind.JsonNode;
5
import java.io.Serializable;
6

7
public class SerializableObject extends NullableFieldTracker implements Serializable {
1✔
8

9
  @JsonIgnore private JsonNode rawData;
10

11
  public JsonNode getRawData() {
12
    return rawData;
×
13
  }
14

15
  public void setRawData(JsonNode rawData) {
16
    this.rawData = rawData;
1✔
17
  }
1✔
18
}
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