Skip to content

Commit

Permalink
Maven site: wcm-io-devops/conga-aem-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
wcmio-site-deploy committed Jan 22, 2024
1 parent 624d070 commit 7c603ed
Show file tree
Hide file tree
Showing 15 changed files with 9 additions and 9 deletions.
Binary file not shown.
Binary file not shown.
Binary file modified conga/plugins/aem/conga-aem-plugin/apidocs/type-search-index.zip
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
allowFrom, allowFromHost);
}

@SuppressWarnings("java:S3776") // ignore complexity
@SuppressWarnings({ "java:S3776", "java:S1192" }) // ignore complexity
private String generateRule(String ruleType, String ruleExpression, HttpdFilterType filterType,
String allowFrom, String allowFromHost) {
<span class="fc" id="L79"> StringBuilder sb = new StringBuilder();</span>
Expand Down

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion conga/plugins/aem/conga-aem-plugin/jacoco-unit/jacoco.xml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
allowFrom, allowFromHost);
}

@SuppressWarnings(&quot;java:S3776&quot;) // ignore complexity
@SuppressWarnings({ &quot;java:S3776&quot;, &quot;java:S1192&quot; }) // ignore complexity
private String generateRule(String ruleType, String ruleExpression, HttpdFilterType filterType,
String allowFrom, String allowFromHost) {
<span class="fc" id="L79"> StringBuilder sb = new StringBuilder();</span>
Expand Down

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion conga/plugins/aem/conga-aem-plugin/jacoco/jacoco.xml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<a class="jxr_linenumber" name="L73" href="#L73">73</a> allowFrom, allowFromHost);
<a class="jxr_linenumber" name="L74" href="#L74">74</a> }
<a class="jxr_linenumber" name="L75" href="#L75">75</a>
<a class="jxr_linenumber" name="L76" href="#L76">76</a> @SuppressWarnings(<span class="jxr_string">"java:S3776"</span>) <em class="jxr_comment">// ignore complexity</em>
<a class="jxr_linenumber" name="L76" href="#L76">76</a> @SuppressWarnings({ <span class="jxr_string">"java:S3776"</span>, <span class="jxr_string">"java:S1192"</span> }) <em class="jxr_comment">// ignore complexity</em>
<a class="jxr_linenumber" name="L77" href="#L77">77</a> <strong class="jxr_keyword">private</strong> String generateRule(String ruleType, String ruleExpression, <a name="HttpdFilterType" href="../../../../../../../../io/wcm/devops/conga/plugins/aem/handlebars/helper/HttpdFilterType.html#HttpdFilterType">HttpdFilterType</a> filterType,
<a class="jxr_linenumber" name="L78" href="#L78">78</a> String allowFrom, String allowFromHost) {
<a class="jxr_linenumber" name="L79" href="#L79">79</a> StringBuilder sb = <strong class="jxr_keyword">new</strong> StringBuilder();
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

0 comments on commit 7c603ed

Please sign in to comment.