You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove this use of "setTraceEntity"; it is deprecated.sonarlint(java:S1874)
The method setTraceEntity(Entity) from the type AWSXRayRecorder is deprecatedJava(67108967)
void com.amazonaws.xray.AWSXRayRecorder.setTraceEntity(Entity entity)
Deprecated Use Entity.run(Runnable) or methods in SegmentContextExecutors instead of directly setting the trace entity so it can be restored correctly.
Sets the trace entity value using the implementation provided by the SegmentContext resolved from the segmentContextResolverChain.
Remove this use of "setTraceEntity"; it is deprecated.sonarlint(java:S1874)
The method setTraceEntity(Entity) from the type AWSXRayRecorder is deprecatedJava(67108967)
void com.amazonaws.xray.AWSXRayRecorder.setTraceEntity(Entity entity)
Deprecated Use Entity.run(Runnable) or methods in SegmentContextExecutors instead of directly setting the trace entity so it can be restored correctly.
Sets the trace entity value using the implementation provided by the SegmentContext resolved from the segmentContextResolverChain.
Parameters:
entity the trace entity to set
eb-java-scorekeep/src/main/java/scorekeep/MoveFactory.java
Line 70 in 7af149a
The text was updated successfully, but these errors were encountered: