UNPAIRED_BRACKETS - no rule.match for Obere Anführungszeichen

I have a problem where if I had a german sentence like

Die Bezeichnung „Representational State Transfer soll

without the Obere Anführungszeichen then it will correctly throw an error (i.e. unpaired bracket). However, at the line 664 in JLanguageTool.java

RuleMatch[] thisMatches = rule.match(analyzedSentence);

it will not add anything to this.Matches, unlike other rules.

Is there anything I can do so that it finds this rule?

I’m not sure if this is your question, but this is a text-level rule, its match is created here:

Thanks for the reply. I just updated to standalone version 3.8 and this seems to have the fixed the problem. Good work