File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/rife/bld/extension Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -297,7 +297,7 @@ public PmdOperation cache(String cache) {
297297 *
298298 * @param collectFilesRecursively whether to collect files recursively or not
299299 * @return this operation
300- * @since 1.2.4
300+ * @since 1.3.0
301301 */
302302 public PmdOperation collectFilesRecursively (boolean collectFilesRecursively ) {
303303 this .collectFilesRecursively_ = collectFilesRecursively ;
Original file line number Diff line number Diff line change 2626 * @param processingErrors The number of processing errors returned during the analysis
2727 * @param configurationErrors The number of processing errors returning during the analysis
2828 * @param rulesChecked The number of rules checked during the analysis
29- * @since 1.2.4
29+ * @since 1.3.0
3030 */
3131public record PmdAnalysisResults (
3232 int violations ,
You can’t perform that action at this time.
0 commit comments