Merge pull request #4724 from Monits:pattern-properties

[java] Make allowExceptionNameRegex a Regex #4724
This commit is contained in:
Andreas Dangel
2023-11-10 09:13:36 +01:00
2 changed files with 4 additions and 1 deletions

View File

@ -1465,7 +1465,7 @@ or reported.
</value>
</property>
<property name="allowCommentedBlocks" type="Boolean" description="Empty blocks containing comments will be skipped" value="false"/>
<property name="allowExceptionNameRegex" type="String" description="Empty blocks catching exceptions with names matching this regular expression will be skipped" value="^(ignored|expected)$"/>
<property name="allowExceptionNameRegex" type="Regex" description="Empty blocks catching exceptions with names matching this regular expression will be skipped" value="^(ignored|expected)$"/>
</properties>
<example>
<![CDATA[