d07ab77881
Normally I'm all in favor of breaking up methods to improve readability, especially to reduce indentation. But I was able to inline `_process` and `_toSeverity`, and stop relying on `utilities_general.dart` and keep the code with minimal indentation. Change-Id: I1e0fe3be4b135de15400f9d2c854c21ae5f47240 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/389041 Reviewed-by: Konstantin Shcheglov <scheglov@google.com> Commit-Queue: Samuel Rawlins <srawlins@google.com>