SOFATracer is a component for the distributed system call trace. And through a unified traceId logging the logs of various network calls in the invoking link. These logs can be used for quick discovery of faults, service governance, etc.
Apache License 2.0
1.11k
stars
377
forks
source link
Check for null value with the appropriate assertion method #513
Replace all occurrences of
isTrue\((\w+)\s?!=\s?null\s*,
withnotNull($1,
.