in regex-parser/src/jetbrains.buildServer.cmakerunner/regexparser/RegexPattern.java [130:135]
private Object readResolve() {
if (myEatLine == null) myEatLine = DEFAULT_EAT_LINE;
if (myDescriptionExpression == null) myDescriptionExpression = DEFAULT_DESCRIPTION_EXPR;
if (mySeverity == null) mySeverity = DEFAULT_SEVERITY;
return this;
}