Skip to content

Commit 643e39b

Browse files
SONARJAVA-6229 Upgrade parent pom to version 87.0.0.3057
1 parent bde54e8 commit 643e39b

File tree

2,180 files changed

+6475
-6471
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,180 files changed

+6475
-6471
lines changed

check-list/src/main/java/org/sonar/java/CheckListGenerator.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/*
22
* SonarQube Java
3-
* Copyright (C) 2024-2025 SonarSource Sàrl
3+
* Copyright (C) SonarSource Sàrl
44
* mailto:info AT sonarsource DOT com
55
*
6-
* This program is free software; you can redistribute it and/or
7-
* modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA.
6+
* You can redistribute and/or modify this program under the terms of
7+
* the Sonar Source-Available License Version 1, as published by SonarSource Sàrl.
88
*
99
* This program is distributed in the hope that it will be useful,
1010
* but WITHOUT ANY WARRANTY; without even the implied warranty of

check-list/src/main/java/org/sonar/java/package-info.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/*
22
* SonarQube Java
3-
* Copyright (C) 2024-2025 SonarSource Sàrl
3+
* Copyright (C) SonarSource Sàrl
44
* mailto:info AT sonarsource DOT com
55
*
6-
* This program is free software; you can redistribute it and/or
7-
* modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA.
6+
* You can redistribute and/or modify this program under the terms of
7+
* the Sonar Source-Available License Version 1, as published by SonarSource Sàrl.
88
*
99
* This program is distributed in the hope that it will be useful,
1010
* but WITHOUT ANY WARRANTY; without even the implied warranty of

check-list/src/test/java/org/sonar/java/CheckListGeneratorTest.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/*
22
* SonarQube Java
3-
* Copyright (C) 2024-2025 SonarSource Sàrl
3+
* Copyright (C) SonarSource Sàrl
44
* mailto:info AT sonarsource DOT com
55
*
6-
* This program is free software; you can redistribute it and/or
7-
* modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA.
6+
* You can redistribute and/or modify this program under the terms of
7+
* the Sonar Source-Available License Version 1, as published by SonarSource Sàrl.
88
*
99
* This program is distributed in the hope that it will be useful,
1010
* but WITHOUT ANY WARRANTY; without even the implied warranty of

docs/java-custom-rules-example/src/main/java/org/sonar/samples/java/MyJavaFileCheckRegistrar.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2012-2025 SonarSource Sàrl - mailto:info AT sonarsource DOT com
2+
* Copyright (C) ${license.years} SonarSource Sàrl - mailto:info AT sonarsource DOT com
33
* This code is released under [MIT No Attribution](https://opensource.org/licenses/MIT-0) license.
44
*/
55
package org.sonar.samples.java;

docs/java-custom-rules-example/src/main/java/org/sonar/samples/java/MyJavaRulesDefinition.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2012-2025 SonarSource Sàrl - mailto:info AT sonarsource DOT com
2+
* Copyright (C) ${license.years} SonarSource Sàrl - mailto:info AT sonarsource DOT com
33
* This code is released under [MIT No Attribution](https://opensource.org/licenses/MIT-0) license.
44
*/
55
package org.sonar.samples.java;

docs/java-custom-rules-example/src/main/java/org/sonar/samples/java/MyJavaRulesPlugin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2012-2025 SonarSource Sàrl - mailto:info AT sonarsource DOT com
2+
* Copyright (C) ${license.years} SonarSource Sàrl - mailto:info AT sonarsource DOT com
33
* This code is released under [MIT No Attribution](https://opensource.org/licenses/MIT-0) license.
44
*/
55
package org.sonar.samples.java;

docs/java-custom-rules-example/src/main/java/org/sonar/samples/java/RulesList.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2012-2025 SonarSource Sàrl - mailto:info AT sonarsource DOT com
2+
* Copyright (C) ${license.years} SonarSource Sàrl - mailto:info AT sonarsource DOT com
33
* This code is released under [MIT No Attribution](https://opensource.org/licenses/MIT-0) license.
44
*/
55
package org.sonar.samples.java;

docs/java-custom-rules-example/src/main/java/org/sonar/samples/java/checks/AvoidAnnotationRule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2012-2025 SonarSource Sàrl - mailto:info AT sonarsource DOT com
2+
* Copyright (C) ${license.years} SonarSource Sàrl - mailto:info AT sonarsource DOT com
33
* This code is released under [MIT No Attribution](https://opensource.org/licenses/MIT-0) license.
44
*/
55
package org.sonar.samples.java.checks;

docs/java-custom-rules-example/src/main/java/org/sonar/samples/java/checks/AvoidBrandInMethodNamesRule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2012-2025 SonarSource Sàrl - mailto:info AT sonarsource DOT com
2+
* Copyright (C) ${license.years} SonarSource Sàrl - mailto:info AT sonarsource DOT com
33
* This code is released under [MIT No Attribution](https://opensource.org/licenses/MIT-0) license.
44
*/
55
package org.sonar.samples.java.checks;

docs/java-custom-rules-example/src/main/java/org/sonar/samples/java/checks/AvoidMethodDeclarationRule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2012-2025 SonarSource Sàrl - mailto:info AT sonarsource DOT com
2+
* Copyright (C) ${license.years} SonarSource Sàrl - mailto:info AT sonarsource DOT com
33
* This code is released under [MIT No Attribution](https://opensource.org/licenses/MIT-0) license.
44
*/
55
package org.sonar.samples.java.checks;

0 commit comments

Comments
 (0)