save-cli icon indicating copy to clipboard operation
save-cli copied to clipboard

Refactoring of Fix and Warn plugins

Open kgevorkyan opened this issue 4 years ago • 1 comments

handleTestFile() functions in both of plugins became unreadable because of long logic, which could be split into different functions.

kgevorkyan avatar Jul 01 '21 08:07 kgevorkyan

In cases of FixPlugin we probably could split lambdas, and in WarnPlugin we had almost the same logic for extraction of warnings for expectedWarnings and actualWarningsMap, which could be moved into one method

kgevorkyan avatar Jul 01 '21 08:07 kgevorkyan