Skip to content

Nullable tracker value#883

Merged
gthea merged 4 commits into
developmentfrom
tracker-value
Jun 25, 2026
Merged

Nullable tracker value#883
gthea merged 4 commits into
developmentfrom
tracker-value

Fix test comparison

5923239
Select commit
Loading
Failed to load commit list.
SonarQube Pull Requests / SonarQube Code Analysis succeeded Jun 25, 2026 in 1m 3s

Annotations

Check failure on line 31 in main/src/main/java/io/split/android/client/utils/deserializer/EventDeserializer.java

See this annotation in the file changed.

@sonarqube-pull-requests sonarqube-pull-requests / SonarQube Code Analysis

Use static access with "io.split.android.client.dtos.SerializableEvent" for "VALUE_FIELD".

[S3252] "static" base class members should not be accessed via derived types
 See more on https://sonar.harness.io/project/issues?id=splitio_android-client&pullRequest=883&issues=882fafb8-a1a8-4201-baa3-004645be9334&open=882fafb8-a1a8-4201-baa3-004645be9334

Check warning on line 313 in main/src/androidTest/java/tests/integration/TrackTest.java

See this annotation in the file changed.

@sonarqube-pull-requests sonarqube-pull-requests / SonarQube Code Analysis

Remove this use of "Thread.sleep()".

[S2925] "Thread.sleep" should not be used in tests
 See more on https://sonar.harness.io/project/issues?id=splitio_android-client&pullRequest=883&issues=34d0c2a4-4ede-45b6-9f7a-519c1cb4721f&open=34d0c2a4-4ede-45b6-9f7a-519c1cb4721f

Check warning on line 13 in tracker/src/main/java/io/split/android/client/tracker/TrackerEvent.java

See this annotation in the file changed.

@sonarqube-pull-requests sonarqube-pull-requests / SonarQube Code Analysis

Make value a static final constant or non-public and provide accessors if needed.

[S1104] Class variable fields should not have public accessibility
 See more on https://sonar.harness.io/project/issues?id=splitio_android-client&pullRequest=883&issues=5eec2d8c-3d9b-49fd-9563-f204ca188e38&open=5eec2d8c-3d9b-49fd-9563-f204ca188e38