We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbf9a48 commit e3322c4Copy full SHA for e3322c4
plugin/src/test/java/io/jenkins/plugins/analysis/warnings/groovy/GroovyParserTest.java
@@ -57,6 +57,9 @@ void shouldShortenExample() {
57
/**
58
* Tries to expose JENKINS-35262: multi-line regular expression parser.
59
*
60
+ * @param regexp
61
+ * the regular expression to check
62
+ *
63
* @see <a href="https://issues.jenkins-ci.org/browse/JENKINS-35262">Issue 35262</a>
64
*/
65
@Issue("JENKINS-35262")
0 commit comments