OriginalCompleteBeforeOriginalCompleteAfterBeforeAfterProjectCommitCompilationUnitLineNosNamesTemplateVariableToCodeBeforeRelevantImportsTemplateVariableToCodeAfterisRelevantisSafe
final boolean headerMatches=headerValue != null && pattern != null && pattern.matcher(headerValue).matches();final boolean headerMatches=headerValue != null && pattern != null && pattern.matcher(headerValue.orElse(null)).matches();headerValue != null && pattern != null && pattern.matcher(headerValue).matches()headerValue != null && pattern != null && pattern.matcher(headerValue.orElse(null)).matches()pac4j49ccc89f2d97cadadc2b217dd8505007b930fff5org.pac4j.core.matching.HeaderMatcher
_133
_234
_1headerValue
_2headerValue
TCIVarheaderValue
v0headerValue != null && pattern != null
TCIVarheaderValue
v0headerValue != null && pattern != null
UsesTrue