Skip to content

Commit 49f9eb6

Browse files
committed
Update notice, dependencies version, deprecate FileAdjust, update script to update clippy rules, update tests
1 parent d4a884a commit 49f9eb6

File tree

146 files changed

+1052
-1142
lines changed

Some content is hidden

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

146 files changed

+1052
-1142
lines changed

NOTICE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Community Rust Plugin
2-
Copyright (C) 2021-2023 Eric Le Goff
2+
Copyright (C) 2021-2024 Vladimir Shelkovnikov
33
mailto:community-rust AT pm DOT me
4-
http://github.com/elegoff/sonar-rust
4+
http://github.com/C4tWithShell/community-rust
55

66
This program is free software; you can redistribute it and/or
77
modify it under the terms of the GNU Lesser General Public

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11

22
| | |
33
|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------|
4-
| [![Quality Gate](https://sonarcloud.io/api/project_badges/measure?project=elegoff_sonar-rust&metric=alert_status)](https://sonarcloud.io/dashboard?id=elegoff_sonar-rust) | ![Coverage](https://sonarcloud.io/api/project_badges/measure?project=elegoff_sonar-rust&metric=coverage) |
5-
| [![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) | [Download latest release](https://github.com/elegoff/sonar-rust/releases) |
4+
| [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=C4tWithShell_community-rust&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=C4tWithShell_community-rust) | ![Coverage](https://sonarcloud.io/api/project_badges/measure?project=C4tWithShell_community-rust&metric=coverage) |
5+
| [![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) | [Download latest release](https://github.com/C4tWithShell/community-rust/releases) |
66

77
## SonarQube plugin for Rust (Community)
88

@@ -13,7 +13,7 @@ manage code quality.
1313

1414
| SonarQube | Community Rust plugin |
1515
|-------------|-----------------------|
16-
| 10.4+ | 0.2.3 |
16+
| 10.4+ | 0.2.3 - 0.2.5 |
1717
| 10.0 - 10.3 | 0.2.2 |
1818
| 9.9 LTS | 0.2.1 |
1919
| 8.9 - 9.9 | 0.1.0 |

community-rust-checks/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.elegoff</groupId>
88
<artifactId>community-rust</artifactId>
9-
<version>0.2.3</version>
9+
<version>0.2.5</version>
1010
</parent>
1111

1212
<artifactId>community-rust-checks</artifactId>

community-rust-checks/src/main/java/org/elegoff/rust/checks/CheckList.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/**
22
* Community Rust Plugin
3-
* Copyright (C) 2021-2023 Eric Le Goff
3+
* Copyright (C) 2021-2024 Vladimir Shelkovnikov
44
* mailto:community-rust AT pm DOT me
5-
* http://github.com/elegoff/sonar-rust
5+
* http://github.com/C4tWithShell/community-rust
66
*
77
* This program is free software; you can redistribute it and/or
88
* modify it under the terms of the GNU Lesser General Public

community-rust-checks/src/main/java/org/elegoff/rust/checks/EmptyEnumCheck.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/**
22
* Community Rust Plugin
3-
* Copyright (C) 2021-2023 Eric Le Goff
3+
* Copyright (C) 2021-2024 Vladimir Shelkovnikov
44
* mailto:community-rust AT pm DOT me
5-
* http://github.com/elegoff/sonar-rust
5+
* http://github.com/C4tWithShell/community-rust
66
*
77
* This program is free software; you can redistribute it and/or
88
* modify it under the terms of the GNU Lesser General Public

community-rust-checks/src/main/java/org/elegoff/rust/checks/FunctionParametersCountCheck.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/**
22
* Community Rust Plugin
3-
* Copyright (C) 2021-2023 Eric Le Goff
3+
* Copyright (C) 2021-2024 Vladimir Shelkovnikov
44
* mailto:community-rust AT pm DOT me
5-
* http://github.com/elegoff/sonar-rust
5+
* http://github.com/C4tWithShell/community-rust
66
*
77
* This program is free software; you can redistribute it and/or
88
* modify it under the terms of the GNU Lesser General Public

community-rust-checks/src/main/java/org/elegoff/rust/checks/Issue.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/**
22
* Community Rust Plugin
3-
* Copyright (C) 2021-2023 Eric Le Goff
3+
* Copyright (C) 2021-2024 Vladimir Shelkovnikov
44
* mailto:community-rust AT pm DOT me
5-
* http://github.com/elegoff/sonar-rust
5+
* http://github.com/C4tWithShell/community-rust
66
*
77
* This program is free software; you can redistribute it and/or
88
* modify it under the terms of the GNU Lesser General Public

community-rust-checks/src/main/java/org/elegoff/rust/checks/LineLengthCheck.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/**
22
* Community Rust Plugin
3-
* Copyright (C) 2021-2023 Eric Le Goff
3+
* Copyright (C) 2021-2024 Vladimir Shelkovnikov
44
* mailto:community-rust AT pm DOT me
5-
* http://github.com/elegoff/sonar-rust
5+
* http://github.com/C4tWithShell/community-rust
66
*
77
* This program is free software; you can redistribute it and/or
88
* modify it under the terms of the GNU Lesser General Public

community-rust-checks/src/main/java/org/elegoff/rust/checks/RustCheck.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/**
22
* Community Rust Plugin
3-
* Copyright (C) 2021-2023 Eric Le Goff
3+
* Copyright (C) 2021-2024 Vladimir Shelkovnikov
44
* mailto:community-rust AT pm DOT me
5-
* http://github.com/elegoff/sonar-rust
5+
* http://github.com/C4tWithShell/community-rust
66
*
77
* This program is free software; you can redistribute it and/or
88
* modify it under the terms of the GNU Lesser General Public

community-rust-checks/src/test/java/org/elegoff/rust/checks/CheckListTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/**
22
* Community Rust Plugin
3-
* Copyright (C) 2021-2023 Eric Le Goff
3+
* Copyright (C) 2021-2024 Vladimir Shelkovnikov
44
* mailto:community-rust AT pm DOT me
5-
* http://github.com/elegoff/sonar-rust
5+
* http://github.com/C4tWithShell/community-rust
66
*
77
* This program is free software; you can redistribute it and/or
88
* modify it under the terms of the GNU Lesser General Public

community-rust-checks/src/test/java/org/elegoff/rust/checks/EmptyEnumCheckTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/**
22
* Community Rust Plugin
3-
* Copyright (C) 2021-2023 Eric Le Goff
3+
* Copyright (C) 2021-2024 Vladimir Shelkovnikov
44
* mailto:community-rust AT pm DOT me
5-
* http://github.com/elegoff/sonar-rust
5+
* http://github.com/C4tWithShell/community-rust
66
*
77
* This program is free software; you can redistribute it and/or
88
* modify it under the terms of the GNU Lesser General Public

community-rust-checks/src/test/java/org/elegoff/rust/checks/FunctionParametersCountCheckTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/**
22
* Community Rust Plugin
3-
* Copyright (C) 2021-2023 Eric Le Goff
3+
* Copyright (C) 2021-2024 Vladimir Shelkovnikov
44
* mailto:community-rust AT pm DOT me
5-
* http://github.com/elegoff/sonar-rust
5+
* http://github.com/C4tWithShell/community-rust
66
*
77
* This program is free software; you can redistribute it and/or
88
* modify it under the terms of the GNU Lesser General Public

community-rust-checks/src/test/java/org/elegoff/rust/checks/LineLengthCheckTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/**
22
* Community Rust Plugin
3-
* Copyright (C) 2021-2023 Eric Le Goff
3+
* Copyright (C) 2021-2024 Vladimir Shelkovnikov
44
* mailto:community-rust AT pm DOT me
5-
* http://github.com/elegoff/sonar-rust
5+
* http://github.com/C4tWithShell/community-rust
66
*
77
* This program is free software; you can redistribute it and/or
88
* modify it under the terms of the GNU Lesser General Public

community-rust-checks/src/test/java/org/elegoff/rust/checks/RustCheckVerifier.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/**
22
* Community Rust Plugin
3-
* Copyright (C) 2021-2023 Eric Le Goff
3+
* Copyright (C) 2021-2024 Vladimir Shelkovnikov
44
* mailto:community-rust AT pm DOT me
5-
* http://github.com/elegoff/sonar-rust
5+
* http://github.com/C4tWithShell/community-rust
66
*
77
* This program is free software; you can redistribute it and/or
88
* modify it under the terms of the GNU Lesser General Public

community-rust-frontend/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.elegoff</groupId>
88
<artifactId>community-rust</artifactId>
9-
<version>0.2.3</version>
9+
<version>0.2.5</version>
1010
</parent>
1111

1212
<artifactId>community-rust-frontend</artifactId>

community-rust-frontend/src/main/java/org/sonar/rust/RustFile.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/**
22
* Community Rust Plugin
3-
* Copyright (C) 2021-2023 Eric Le Goff
3+
* Copyright (C) 2021-2024 Vladimir Shelkovnikov
44
* mailto:community-rust AT pm DOT me
5-
* http://github.com/elegoff/sonar-rust
5+
* http://github.com/C4tWithShell/community-rust
66
*
77
* This program is free software; you can redistribute it and/or
88
* modify it under the terms of the GNU Lesser General Public

community-rust-frontend/src/main/java/org/sonar/rust/RustGrammar.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/**
22
* Community Rust Plugin
3-
* Copyright (C) 2021-2023 Eric Le Goff
3+
* Copyright (C) 2021-2024 Vladimir Shelkovnikov
44
* mailto:community-rust AT pm DOT me
5-
* http://github.com/elegoff/sonar-rust
5+
* http://github.com/C4tWithShell/community-rust
66
*
77
* This program is free software; you can redistribute it and/or
88
* modify it under the terms of the GNU Lesser General Public

community-rust-frontend/src/main/java/org/sonar/rust/RustLexer.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/**
22
* Community Rust Plugin
3-
* Copyright (C) 2021-2023 Eric Le Goff
3+
* Copyright (C) 2021-2024 Vladimir Shelkovnikov
44
* mailto:community-rust AT pm DOT me
5-
* http://github.com/elegoff/sonar-rust
5+
* http://github.com/C4tWithShell/community-rust
66
*
77
* This program is free software; you can redistribute it and/or
88
* modify it under the terms of the GNU Lesser General Public

community-rust-frontend/src/main/java/org/sonar/rust/RustParser.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/**
22
* Community Rust Plugin
3-
* Copyright (C) 2021-2023 Eric Le Goff
3+
* Copyright (C) 2021-2024 Vladimir Shelkovnikov
44
* mailto:community-rust AT pm DOT me
5-
* http://github.com/elegoff/sonar-rust
5+
* http://github.com/C4tWithShell/community-rust
66
*
77
* This program is free software; you can redistribute it and/or
88
* modify it under the terms of the GNU Lesser General Public

community-rust-frontend/src/main/java/org/sonar/rust/RustParserConfiguration.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/**
22
* Community Rust Plugin
3-
* Copyright (C) 2021-2023 Eric Le Goff
3+
* Copyright (C) 2021-2024 Vladimir Shelkovnikov
44
* mailto:community-rust AT pm DOT me
5-
* http://github.com/elegoff/sonar-rust
5+
* http://github.com/C4tWithShell/community-rust
66
*
77
* This program is free software; you can redistribute it and/or
88
* modify it under the terms of the GNU Lesser General Public

community-rust-frontend/src/main/java/org/sonar/rust/RustVisitor.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/**
22
* Community Rust Plugin
3-
* Copyright (C) 2021-2023 Eric Le Goff
3+
* Copyright (C) 2021-2024 Vladimir Shelkovnikov
44
* mailto:community-rust AT pm DOT me
5-
* http://github.com/elegoff/sonar-rust
5+
* http://github.com/C4tWithShell/community-rust
66
*
77
* This program is free software; you can redistribute it and/or
88
* modify it under the terms of the GNU Lesser General Public

community-rust-frontend/src/main/java/org/sonar/rust/RustVisitorContext.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/**
22
* Community Rust Plugin
3-
* Copyright (C) 2021-2023 Eric Le Goff
3+
* Copyright (C) 2021-2024 Vladimir Shelkovnikov
44
* mailto:community-rust AT pm DOT me
5-
* http://github.com/elegoff/sonar-rust
5+
* http://github.com/C4tWithShell/community-rust
66
*
77
* This program is free software; you can redistribute it and/or
88
* modify it under the terms of the GNU Lesser General Public

community-rust-frontend/src/main/java/org/sonar/rust/api/RustKeyword.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/**
22
* Community Rust Plugin
3-
* Copyright (C) 2021-2023 Eric Le Goff
3+
* Copyright (C) 2021-2024 Vladimir Shelkovnikov
44
* mailto:community-rust AT pm DOT me
5-
* http://github.com/elegoff/sonar-rust
5+
* http://github.com/C4tWithShell/community-rust
66
*
77
* This program is free software; you can redistribute it and/or
88
* modify it under the terms of the GNU Lesser General Public

community-rust-frontend/src/main/java/org/sonar/rust/api/RustPunctuator.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/**
22
* Community Rust Plugin
3-
* Copyright (C) 2021-2023 Eric Le Goff
3+
* Copyright (C) 2021-2024 Vladimir Shelkovnikov
44
* mailto:community-rust AT pm DOT me
5-
* http://github.com/elegoff/sonar-rust
5+
* http://github.com/C4tWithShell/community-rust
66
*
77
* This program is free software; you can redistribute it and/or
88
* modify it under the terms of the GNU Lesser General Public

community-rust-frontend/src/main/java/org/sonar/rust/api/RustTokenType.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/**
22
* Community Rust Plugin
3-
* Copyright (C) 2021-2023 Eric Le Goff
3+
* Copyright (C) 2021-2024 Vladimir Shelkovnikov
44
* mailto:community-rust AT pm DOT me
5-
* http://github.com/elegoff/sonar-rust
5+
* http://github.com/C4tWithShell/community-rust
66
*
77
* This program is free software; you can redistribute it and/or
88
* modify it under the terms of the GNU Lesser General Public

community-rust-frontend/src/main/java/org/sonar/rust/metrics/CommentsVisitor.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/**
22
* Community Rust Plugin
3-
* Copyright (C) 2021-2023 Eric Le Goff
3+
* Copyright (C) 2021-2024 Vladimir Shelkovnikov
44
* mailto:community-rust AT pm DOT me
5-
* http://github.com/elegoff/sonar-rust
5+
* http://github.com/C4tWithShell/community-rust
66
*
77
* This program is free software; you can redistribute it and/or
88
* modify it under the terms of the GNU Lesser General Public

community-rust-frontend/src/main/java/org/sonar/rust/metrics/ComplexityVisitor.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/**
22
* Community Rust Plugin
3-
* Copyright (C) 2021-2023 Eric Le Goff
3+
* Copyright (C) 2021-2024 Vladimir Shelkovnikov
44
* mailto:community-rust AT pm DOT me
5-
* http://github.com/elegoff/sonar-rust
5+
* http://github.com/C4tWithShell/community-rust
66
*
77
* This program is free software; you can redistribute it and/or
88
* modify it under the terms of the GNU Lesser General Public

community-rust-frontend/src/main/java/org/sonar/rust/metrics/LinesOfCodeVisitor.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/**
22
* Community Rust Plugin
3-
* Copyright (C) 2021-2023 Eric Le Goff
3+
* Copyright (C) 2021-2024 Vladimir Shelkovnikov
44
* mailto:community-rust AT pm DOT me
5-
* http://github.com/elegoff/sonar-rust
5+
* http://github.com/C4tWithShell/community-rust
66
*
77
* This program is free software; you can redistribute it and/or
88
* modify it under the terms of the GNU Lesser General Public

community-rust-frontend/src/main/java/org/sonar/rust/metrics/MetricsVisitor.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/**
22
* Community Rust Plugin
3-
* Copyright (C) 2021-2023 Eric Le Goff
3+
* Copyright (C) 2021-2024 Vladimir Shelkovnikov
44
* mailto:community-rust AT pm DOT me
5-
* http://github.com/elegoff/sonar-rust
5+
* http://github.com/C4tWithShell/community-rust
66
*
77
* This program is free software; you can redistribute it and/or
88
* modify it under the terms of the GNU Lesser General Public

community-rust-frontend/src/test/java/org/sonar/rust/RustLexerTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/**
22
* Community Rust Plugin
3-
* Copyright (C) 2021-2023 Eric Le Goff
3+
* Copyright (C) 2021-2024 Vladimir Shelkovnikov
44
* mailto:community-rust AT pm DOT me
5-
* http://github.com/elegoff/sonar-rust
5+
* http://github.com/C4tWithShell/community-rust
66
*
77
* This program is free software; you can redistribute it and/or
88
* modify it under the terms of the GNU Lesser General Public

community-rust-frontend/src/test/java/org/sonar/rust/metrics/LinesOfCodeVisitorTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/**
22
* Community Rust Plugin
3-
* Copyright (C) 2021-2023 Eric Le Goff
3+
* Copyright (C) 2021-2024 Vladimir Shelkovnikov
44
* mailto:community-rust AT pm DOT me
5-
* http://github.com/elegoff/sonar-rust
5+
* http://github.com/C4tWithShell/community-rust
66
*
77
* This program is free software; you can redistribute it and/or
88
* modify it under the terms of the GNU Lesser General Public

community-rust-frontend/src/test/java/org/sonar/rust/parser/CompilationUnitTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/**
22
* Community Rust Plugin
3-
* Copyright (C) 2021-2023 Eric Le Goff
3+
* Copyright (C) 2021-2024 Vladimir Shelkovnikov
44
* mailto:community-rust AT pm DOT me
5-
* http://github.com/elegoff/sonar-rust
5+
* http://github.com/C4tWithShell/community-rust
66
*
77
* This program is free software; you can redistribute it and/or
88
* modify it under the terms of the GNU Lesser General Public

community-rust-frontend/src/test/java/org/sonar/rust/parser/RustGrammarTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/**
22
* Community Rust Plugin
3-
* Copyright (C) 2021-2023 Eric Le Goff
3+
* Copyright (C) 2021-2024 Vladimir Shelkovnikov
44
* mailto:community-rust AT pm DOT me
5-
* http://github.com/elegoff/sonar-rust
5+
* http://github.com/C4tWithShell/community-rust
66
*
77
* This program is free software; you can redistribute it and/or
88
* modify it under the terms of the GNU Lesser General Public

community-rust-frontend/src/test/java/org/sonar/rust/parser/attributes/AttributeTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/**
22
* Community Rust Plugin
3-
* Copyright (C) 2021-2023 Eric Le Goff
3+
* Copyright (C) 2021-2024 Vladimir Shelkovnikov
44
* mailto:community-rust AT pm DOT me
5-
* http://github.com/elegoff/sonar-rust
5+
* http://github.com/C4tWithShell/community-rust
66
*
77
* This program is free software; you can redistribute it and/or
88
* modify it under the terms of the GNU Lesser General Public

community-rust-frontend/src/test/java/org/sonar/rust/parser/expressions/ArithmeticOrLogicalExpressionTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/**
22
* Community Rust Plugin
3-
* Copyright (C) 2021-2023 Eric Le Goff
3+
* Copyright (C) 2021-2024 Vladimir Shelkovnikov
44
* mailto:community-rust AT pm DOT me
5-
* http://github.com/elegoff/sonar-rust
5+
* http://github.com/C4tWithShell/community-rust
66
*
77
* This program is free software; you can redistribute it and/or
88
* modify it under the terms of the GNU Lesser General Public

community-rust-frontend/src/test/java/org/sonar/rust/parser/expressions/ArrayExpressionTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/**
22
* Community Rust Plugin
3-
* Copyright (C) 2021-2023 Eric Le Goff
3+
* Copyright (C) 2021-2024 Vladimir Shelkovnikov
44
* mailto:community-rust AT pm DOT me
5-
* http://github.com/elegoff/sonar-rust
5+
* http://github.com/C4tWithShell/community-rust
66
*
77
* This program is free software; you can redistribute it and/or
88
* modify it under the terms of the GNU Lesser General Public

0 commit comments

Comments
 (0)