File tree Expand file tree Collapse file tree 6 files changed +2
-22
lines changed
src/main/java/com/puppycrawl/tools/checkstyle Expand file tree Collapse file tree 6 files changed +2
-22
lines changed Original file line number Diff line number Diff line change 37743774 enabled_by_default =" false" />
37753775 <inspection_tool class =" RedundantStringFormatCall" enabled =" true" level =" ERROR"
37763776 enabled_by_default =" true" />
3777- <!-- temporary disabled until https://github.com/checkstyle/checkstyle/issues/18926 -->
3778- <inspection_tool class =" RedundantSuppression" enabled =" false" level =" ERROR"
3779- enabled_by_default =" false" />
3777+ <inspection_tool class =" RedundantSuppression" enabled =" true" level =" ERROR"
3778+ enabled_by_default =" true" />
37803779 <inspection_tool class =" RedundantSuspendModifier" enabled =" false" level =" WARNING"
37813780 enabled_by_default =" false" />
37823781 <inspection_tool class =" RedundantThrows" enabled =" true" level =" ERROR"
Original file line number Diff line number Diff line change 2525 * A Java Bean that implements the component lifecycle interfaces by
2626 * calling the bean's setters for all configuration attributes.
2727 *
28- * @noinspection AbstractClassNeverImplemented
29- * @noinspectionreason All files now use {@code AbstractAutomaticBean}.
30- * We will remove this class in #12873.
3128 * @deprecated since 10.9.3. Use {@code AbstractAutomaticBean} instead.
3229 */
3330// -@cs[AbstractClassName] We can not break compatibility with previous versions.
Original file line number Diff line number Diff line change @@ -122,8 +122,6 @@ public int[] getRequiredJavadocTokens() {
122122 * @param shouldReportViolation value to which the field shall be set to
123123 * @since 8.3
124124 * @propertySince 8.24
125- * @noinspection RedundantMethodOverride
126- * @noinspectionreason Display module's unique property version
127125 */
128126 @ Override
129127 public void setViolateExecutionOnNonTightHtml (boolean shouldReportViolation ) {
Original file line number Diff line number Diff line change @@ -56,8 +56,6 @@ public int[] getDefaultJavadocTokens() {
5656 *
5757 * @param strRep the string representation of the tokens interested in
5858 * @propertySince 7.3
59- * @noinspection RedundantMethodOverride
60- * @noinspectionreason Display module's unique property version
6159 */
6260 @ Override
6361 public void setJavadocTokens (String ... strRep ) {
Original file line number Diff line number Diff line change @@ -129,8 +129,6 @@ protected String getLogMessageId() {
129129 *
130130 * @param from array representing regular expressions of classes to ignore.
131131 * @propertySince 7.7
132- * @noinspection RedundantMethodOverride
133- * @noinspectionreason Display module's unique property version
134132 */
135133 @ Override
136134 public void setExcludeClassesRegexps (Pattern ... from ) {
@@ -142,8 +140,6 @@ public void setExcludeClassesRegexps(Pattern... from) {
142140 *
143141 * @param excludedClasses classes to ignore.
144142 * @propertySince 5.7
145- * @noinspection RedundantMethodOverride
146- * @noinspectionreason Display module's unique property version
147143 */
148144 @ Override
149145 public void setExcludedClasses (String ... excludedClasses ) {
@@ -156,8 +152,6 @@ public void setExcludedClasses(String... excludedClasses) {
156152 * @param excludedPackages packages to ignore.
157153 * @throws IllegalArgumentException if there are invalid identifiers among the packages.
158154 * @propertySince 7.7
159- * @noinspection RedundantMethodOverride
160- * @noinspectionreason Display module's unique property version
161155 */
162156 @ Override
163157 public void setExcludedPackages (String ... excludedPackages ) {
Original file line number Diff line number Diff line change @@ -101,8 +101,6 @@ protected String getLogMessageId() {
101101 *
102102 * @param from array representing regular expressions of classes to ignore.
103103 * @propertySince 7.7
104- * @noinspection RedundantMethodOverride
105- * @noinspectionreason Display module's unique property version
106104 */
107105 @ Override
108106 public void setExcludeClassesRegexps (Pattern ... from ) {
@@ -114,8 +112,6 @@ public void setExcludeClassesRegexps(Pattern... from) {
114112 *
115113 * @param excludedClasses classes to ignore.
116114 * @propertySince 5.7
117- * @noinspection RedundantMethodOverride
118- * @noinspectionreason Display module's unique property version
119115 */
120116 @ Override
121117 public void setExcludedClasses (String ... excludedClasses ) {
@@ -128,8 +124,6 @@ public void setExcludedClasses(String... excludedClasses) {
128124 * @param excludedPackages packages to ignore.
129125 * @throws IllegalArgumentException if there are invalid identifiers among the packages.
130126 * @propertySince 7.7
131- * @noinspection RedundantMethodOverride
132- * @noinspectionreason Display module's unique property version
133127 */
134128 @ Override
135129 public void setExcludedPackages (String ... excludedPackages ) {
You can’t perform that action at this time.
0 commit comments