Skip to content

Commit 938b97c

Browse files
author
Vincent Potucek
committed
org.openrewrite.staticanalysis.MissingOverrideAnnotation
1 parent 9fd47f3 commit 938b97c

File tree

9 files changed

+486
-0
lines changed

9 files changed

+486
-0
lines changed

build-parent/pom.xml

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -693,6 +693,33 @@
693693
</activation>
694694
<build>
695695
<plugins>
696+
<plugin>
697+
<groupId>org.openrewrite.maven</groupId>
698+
<artifactId>rewrite-maven-plugin</artifactId>
699+
<version>6.8.1</version>
700+
<configuration>
701+
<activeRecipes>
702+
<recipe>org.openrewrite.staticanalysis.MissingOverrideAnnotation</recipe>
703+
</activeRecipes>
704+
<exportDatatables>true</exportDatatables>
705+
<failOnDryRunResults>true</failOnDryRunResults>
706+
</configuration>
707+
<dependencies>
708+
<dependency>
709+
<groupId>org.openrewrite.recipe</groupId>
710+
<artifactId>rewrite-static-analysis</artifactId>
711+
<version>2.9.0</version>
712+
</dependency>
713+
</dependencies>
714+
<executions>
715+
<execution>
716+
<goals>
717+
<goal>run</goal>
718+
</goals>
719+
<phase>verify</phase>
720+
</execution>
721+
</executions>
722+
</plugin>
696723
<plugin>
697724
<groupId>net.revelc.code.formatter</groupId>
698725
<artifactId>formatter-maven-plugin</artifactId>
@@ -733,6 +760,33 @@
733760
</activation>
734761
<build>
735762
<plugins>
763+
<plugin>
764+
<groupId>org.openrewrite.maven</groupId>
765+
<artifactId>rewrite-maven-plugin</artifactId>
766+
<version>6.8.1</version>
767+
<configuration>
768+
<activeRecipes>
769+
<recipe>org.openrewrite.staticanalysis.MissingOverrideAnnotation</recipe>
770+
</activeRecipes>
771+
<exportDatatables>true</exportDatatables>
772+
<failOnDryRunResults>true</failOnDryRunResults>
773+
</configuration>
774+
<dependencies>
775+
<dependency>
776+
<groupId>org.openrewrite.recipe</groupId>
777+
<artifactId>rewrite-static-analysis</artifactId>
778+
<version>2.9.0</version>
779+
</dependency>
780+
</dependencies>
781+
<executions>
782+
<execution>
783+
<goals>
784+
<goal>dryRun</goal>
785+
</goals>
786+
<phase>verify</phase>
787+
</execution>
788+
</executions>
789+
</plugin>
736790
<plugin>
737791
<groupId>net.revelc.code.formatter</groupId>
738792
<artifactId>formatter-maven-plugin</artifactId>

independent-projects/arc/pom.xml

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,33 @@
326326
</activation>
327327
<build>
328328
<plugins>
329+
<plugin>
330+
<groupId>org.openrewrite.maven</groupId>
331+
<artifactId>rewrite-maven-plugin</artifactId>
332+
<version>6.8.1</version>
333+
<configuration>
334+
<activeRecipes>
335+
<recipe>org.openrewrite.staticanalysis.MissingOverrideAnnotation</recipe>
336+
</activeRecipes>
337+
<exportDatatables>true</exportDatatables>
338+
<failOnDryRunResults>true</failOnDryRunResults>
339+
</configuration>
340+
<dependencies>
341+
<dependency>
342+
<groupId>org.openrewrite.recipe</groupId>
343+
<artifactId>rewrite-static-analysis</artifactId>
344+
<version>2.9.0</version>
345+
</dependency>
346+
</dependencies>
347+
<executions>
348+
<execution>
349+
<goals>
350+
<goal>run</goal>
351+
</goals>
352+
<phase>verify</phase>
353+
</execution>
354+
</executions>
355+
</plugin>
329356
<plugin>
330357
<groupId>net.revelc.code.formatter</groupId>
331358
<artifactId>formatter-maven-plugin</artifactId>
@@ -366,6 +393,33 @@
366393
</activation>
367394
<build>
368395
<plugins>
396+
<plugin>
397+
<groupId>org.openrewrite.maven</groupId>
398+
<artifactId>rewrite-maven-plugin</artifactId>
399+
<version>6.8.1</version>
400+
<configuration>
401+
<activeRecipes>
402+
<recipe>org.openrewrite.staticanalysis.MissingOverrideAnnotation</recipe>
403+
</activeRecipes>
404+
<exportDatatables>true</exportDatatables>
405+
<failOnDryRunResults>true</failOnDryRunResults>
406+
</configuration>
407+
<dependencies>
408+
<dependency>
409+
<groupId>org.openrewrite.recipe</groupId>
410+
<artifactId>rewrite-static-analysis</artifactId>
411+
<version>2.9.0</version>
412+
</dependency>
413+
</dependencies>
414+
<executions>
415+
<execution>
416+
<goals>
417+
<goal>dryRun</goal>
418+
</goals>
419+
<phase>verify</phase>
420+
</execution>
421+
</executions>
422+
</plugin>
369423
<plugin>
370424
<groupId>net.revelc.code.formatter</groupId>
371425
<artifactId>formatter-maven-plugin</artifactId>

independent-projects/bootstrap/pom.xml

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,33 @@
238238
</activation>
239239
<build>
240240
<plugins>
241+
<plugin>
242+
<groupId>org.openrewrite.maven</groupId>
243+
<artifactId>rewrite-maven-plugin</artifactId>
244+
<version>6.8.1</version>
245+
<configuration>
246+
<activeRecipes>
247+
<recipe>org.openrewrite.staticanalysis.MissingOverrideAnnotation</recipe>
248+
</activeRecipes>
249+
<exportDatatables>true</exportDatatables>
250+
<failOnDryRunResults>true</failOnDryRunResults>
251+
</configuration>
252+
<dependencies>
253+
<dependency>
254+
<groupId>org.openrewrite.recipe</groupId>
255+
<artifactId>rewrite-static-analysis</artifactId>
256+
<version>2.9.0</version>
257+
</dependency>
258+
</dependencies>
259+
<executions>
260+
<execution>
261+
<goals>
262+
<goal>run</goal>
263+
</goals>
264+
<phase>verify</phase>
265+
</execution>
266+
</executions>
267+
</plugin>
241268
<plugin>
242269
<groupId>net.revelc.code.formatter</groupId>
243270
<artifactId>formatter-maven-plugin</artifactId>
@@ -278,6 +305,33 @@
278305
</activation>
279306
<build>
280307
<plugins>
308+
<plugin>
309+
<groupId>org.openrewrite.maven</groupId>
310+
<artifactId>rewrite-maven-plugin</artifactId>
311+
<version>6.8.1</version>
312+
<configuration>
313+
<activeRecipes>
314+
<recipe>org.openrewrite.staticanalysis.MissingOverrideAnnotation</recipe>
315+
</activeRecipes>
316+
<exportDatatables>true</exportDatatables>
317+
<failOnDryRunResults>true</failOnDryRunResults>
318+
</configuration>
319+
<dependencies>
320+
<dependency>
321+
<groupId>org.openrewrite.recipe</groupId>
322+
<artifactId>rewrite-static-analysis</artifactId>
323+
<version>2.9.0</version>
324+
</dependency>
325+
</dependencies>
326+
<executions>
327+
<execution>
328+
<goals>
329+
<goal>dryRun</goal>
330+
</goals>
331+
<phase>verify</phase>
332+
</execution>
333+
</executions>
334+
</plugin>
281335
<plugin>
282336
<groupId>net.revelc.code.formatter</groupId>
283337
<artifactId>formatter-maven-plugin</artifactId>

independent-projects/enforcer-rules/pom.xml

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,33 @@
172172
</activation>
173173
<build>
174174
<plugins>
175+
<plugin>
176+
<groupId>org.openrewrite.maven</groupId>
177+
<artifactId>rewrite-maven-plugin</artifactId>
178+
<version>6.8.1</version>
179+
<configuration>
180+
<activeRecipes>
181+
<recipe>org.openrewrite.staticanalysis.MissingOverrideAnnotation</recipe>
182+
</activeRecipes>
183+
<exportDatatables>true</exportDatatables>
184+
<failOnDryRunResults>true</failOnDryRunResults>
185+
</configuration>
186+
<dependencies>
187+
<dependency>
188+
<groupId>org.openrewrite.recipe</groupId>
189+
<artifactId>rewrite-static-analysis</artifactId>
190+
<version>2.9.0</version>
191+
</dependency>
192+
</dependencies>
193+
<executions>
194+
<execution>
195+
<goals>
196+
<goal>run</goal>
197+
</goals>
198+
<phase>verify</phase>
199+
</execution>
200+
</executions>
201+
</plugin>
175202
<plugin>
176203
<groupId>net.revelc.code.formatter</groupId>
177204
<artifactId>formatter-maven-plugin</artifactId>
@@ -212,6 +239,33 @@
212239
</activation>
213240
<build>
214241
<plugins>
242+
<plugin>
243+
<groupId>org.openrewrite.maven</groupId>
244+
<artifactId>rewrite-maven-plugin</artifactId>
245+
<version>6.8.1</version>
246+
<configuration>
247+
<activeRecipes>
248+
<recipe>org.openrewrite.staticanalysis.MissingOverrideAnnotation</recipe>
249+
</activeRecipes>
250+
<exportDatatables>true</exportDatatables>
251+
<failOnDryRunResults>true</failOnDryRunResults>
252+
</configuration>
253+
<dependencies>
254+
<dependency>
255+
<groupId>org.openrewrite.recipe</groupId>
256+
<artifactId>rewrite-static-analysis</artifactId>
257+
<version>2.9.0</version>
258+
</dependency>
259+
</dependencies>
260+
<executions>
261+
<execution>
262+
<goals>
263+
<goal>dryRun</goal>
264+
</goals>
265+
<phase>verify</phase>
266+
</execution>
267+
</executions>
268+
</plugin>
215269
<plugin>
216270
<groupId>net.revelc.code.formatter</groupId>
217271
<artifactId>formatter-maven-plugin</artifactId>

independent-projects/extension-maven-plugin/pom.xml

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -454,6 +454,33 @@
454454
</activation>
455455
<build>
456456
<plugins>
457+
<plugin>
458+
<groupId>org.openrewrite.maven</groupId>
459+
<artifactId>rewrite-maven-plugin</artifactId>
460+
<version>6.8.1</version>
461+
<configuration>
462+
<activeRecipes>
463+
<recipe>org.openrewrite.staticanalysis.MissingOverrideAnnotation</recipe>
464+
</activeRecipes>
465+
<exportDatatables>true</exportDatatables>
466+
<failOnDryRunResults>true</failOnDryRunResults>
467+
</configuration>
468+
<dependencies>
469+
<dependency>
470+
<groupId>org.openrewrite.recipe</groupId>
471+
<artifactId>rewrite-static-analysis</artifactId>
472+
<version>2.9.0</version>
473+
</dependency>
474+
</dependencies>
475+
<executions>
476+
<execution>
477+
<goals>
478+
<goal>run</goal>
479+
</goals>
480+
<phase>verify</phase>
481+
</execution>
482+
</executions>
483+
</plugin>
457484
<plugin>
458485
<groupId>net.revelc.code.formatter</groupId>
459486
<artifactId>formatter-maven-plugin</artifactId>
@@ -494,6 +521,33 @@
494521
</activation>
495522
<build>
496523
<plugins>
524+
<plugin>
525+
<groupId>org.openrewrite.maven</groupId>
526+
<artifactId>rewrite-maven-plugin</artifactId>
527+
<version>6.8.1</version>
528+
<configuration>
529+
<activeRecipes>
530+
<recipe>org.openrewrite.staticanalysis.MissingOverrideAnnotation</recipe>
531+
</activeRecipes>
532+
<exportDatatables>true</exportDatatables>
533+
<failOnDryRunResults>true</failOnDryRunResults>
534+
</configuration>
535+
<dependencies>
536+
<dependency>
537+
<groupId>org.openrewrite.recipe</groupId>
538+
<artifactId>rewrite-static-analysis</artifactId>
539+
<version>2.9.0</version>
540+
</dependency>
541+
</dependencies>
542+
<executions>
543+
<execution>
544+
<goals>
545+
<goal>dryRun</goal>
546+
</goals>
547+
<phase>verify</phase>
548+
</execution>
549+
</executions>
550+
</plugin>
497551
<plugin>
498552
<groupId>net.revelc.code.formatter</groupId>
499553
<artifactId>formatter-maven-plugin</artifactId>

0 commit comments

Comments
 (0)