Skip to content

Commit 081bfae

Browse files
committed
Update 0.2.4
1 parent d4a884a commit 081bfae

File tree

140 files changed

+302
-417
lines changed

Some content is hidden

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

140 files changed

+302
-417
lines changed

NOTICE

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

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

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.4</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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
/**
22
* Community Rust Plugin
3-
* Copyright (C) 2021-2023 Eric Le Goff
4-
* mailto:community-rust AT pm DOT me
5-
* http://github.com/elegoff/sonar-rust
3+
* Copyright (C) 2021-2024 Vladimir Shelkovnikov
4+
* https://github.com/C4tWithShell/community-rust
65
*
76
* This program is free software; you can redistribute it and/or
87
* 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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
/**
22
* Community Rust Plugin
3-
* Copyright (C) 2021-2023 Eric Le Goff
4-
* mailto:community-rust AT pm DOT me
5-
* http://github.com/elegoff/sonar-rust
3+
* Copyright (C) 2021-2024 Vladimir Shelkovnikov
4+
* https://github.com/C4tWithShell/community-rust
65
*
76
* This program is free software; you can redistribute it and/or
87
* 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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
/**
22
* Community Rust Plugin
3-
* Copyright (C) 2021-2023 Eric Le Goff
4-
* mailto:community-rust AT pm DOT me
5-
* http://github.com/elegoff/sonar-rust
3+
* Copyright (C) 2021-2024 Vladimir Shelkovnikov
4+
* https://github.com/C4tWithShell/community-rust
65
*
76
* This program is free software; you can redistribute it and/or
87
* 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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
/**
22
* Community Rust Plugin
3-
* Copyright (C) 2021-2023 Eric Le Goff
4-
* mailto:community-rust AT pm DOT me
5-
* http://github.com/elegoff/sonar-rust
3+
* Copyright (C) 2021-2024 Vladimir Shelkovnikov
4+
* https://github.com/C4tWithShell/community-rust
65
*
76
* This program is free software; you can redistribute it and/or
87
* 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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
/**
22
* Community Rust Plugin
3-
* Copyright (C) 2021-2023 Eric Le Goff
4-
* mailto:community-rust AT pm DOT me
5-
* http://github.com/elegoff/sonar-rust
3+
* Copyright (C) 2021-2024 Vladimir Shelkovnikov
4+
* https://github.com/C4tWithShell/community-rust
65
*
76
* This program is free software; you can redistribute it and/or
87
* 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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
/**
22
* Community Rust Plugin
3-
* Copyright (C) 2021-2023 Eric Le Goff
4-
* mailto:community-rust AT pm DOT me
5-
* http://github.com/elegoff/sonar-rust
3+
* Copyright (C) 2021-2024 Vladimir Shelkovnikov
4+
* https://github.com/C4tWithShell/community-rust
65
*
76
* This program is free software; you can redistribute it and/or
87
* 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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
/**
22
* Community Rust Plugin
3-
* Copyright (C) 2021-2023 Eric Le Goff
4-
* mailto:community-rust AT pm DOT me
5-
* http://github.com/elegoff/sonar-rust
3+
* Copyright (C) 2021-2024 Vladimir Shelkovnikov
4+
* https://github.com/C4tWithShell/community-rust
65
*
76
* This program is free software; you can redistribute it and/or
87
* 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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
/**
22
* Community Rust Plugin
3-
* Copyright (C) 2021-2023 Eric Le Goff
4-
* mailto:community-rust AT pm DOT me
5-
* http://github.com/elegoff/sonar-rust
3+
* Copyright (C) 2021-2024 Vladimir Shelkovnikov
4+
* https://github.com/C4tWithShell/community-rust
65
*
76
* This program is free software; you can redistribute it and/or
87
* 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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
/**
22
* Community Rust Plugin
3-
* Copyright (C) 2021-2023 Eric Le Goff
4-
* mailto:community-rust AT pm DOT me
5-
* http://github.com/elegoff/sonar-rust
3+
* Copyright (C) 2021-2024 Vladimir Shelkovnikov
4+
* https://github.com/C4tWithShell/community-rust
65
*
76
* This program is free software; you can redistribute it and/or
87
* 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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
/**
22
* Community Rust Plugin
3-
* Copyright (C) 2021-2023 Eric Le Goff
4-
* mailto:community-rust AT pm DOT me
5-
* http://github.com/elegoff/sonar-rust
3+
* Copyright (C) 2021-2024 Vladimir Shelkovnikov
4+
* https://github.com/C4tWithShell/community-rust
65
*
76
* This program is free software; you can redistribute it and/or
87
* 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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
/**
22
* Community Rust Plugin
3-
* Copyright (C) 2021-2023 Eric Le Goff
4-
* mailto:community-rust AT pm DOT me
5-
* http://github.com/elegoff/sonar-rust
3+
* Copyright (C) 2021-2024 Vladimir Shelkovnikov
4+
* https://github.com/C4tWithShell/community-rust
65
*
76
* This program is free software; you can redistribute it and/or
87
* 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.4</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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
/**
22
* Community Rust Plugin
3-
* Copyright (C) 2021-2023 Eric Le Goff
4-
* mailto:community-rust AT pm DOT me
5-
* http://github.com/elegoff/sonar-rust
3+
* Copyright (C) 2021-2024 Vladimir Shelkovnikov
4+
* https://github.com/C4tWithShell/community-rust
65
*
76
* This program is free software; you can redistribute it and/or
87
* 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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
/**
22
* Community Rust Plugin
3-
* Copyright (C) 2021-2023 Eric Le Goff
4-
* mailto:community-rust AT pm DOT me
5-
* http://github.com/elegoff/sonar-rust
3+
* Copyright (C) 2021-2024 Vladimir Shelkovnikov
4+
* https://github.com/C4tWithShell/community-rust
65
*
76
* This program is free software; you can redistribute it and/or
87
* 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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
/**
22
* Community Rust Plugin
3-
* Copyright (C) 2021-2023 Eric Le Goff
4-
* mailto:community-rust AT pm DOT me
5-
* http://github.com/elegoff/sonar-rust
3+
* Copyright (C) 2021-2024 Vladimir Shelkovnikov
4+
* https://github.com/C4tWithShell/community-rust
65
*
76
* This program is free software; you can redistribute it and/or
87
* 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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
/**
22
* Community Rust Plugin
3-
* Copyright (C) 2021-2023 Eric Le Goff
4-
* mailto:community-rust AT pm DOT me
5-
* http://github.com/elegoff/sonar-rust
3+
* Copyright (C) 2021-2024 Vladimir Shelkovnikov
4+
* https://github.com/C4tWithShell/community-rust
65
*
76
* This program is free software; you can redistribute it and/or
87
* 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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
/**
22
* Community Rust Plugin
3-
* Copyright (C) 2021-2023 Eric Le Goff
4-
* mailto:community-rust AT pm DOT me
5-
* http://github.com/elegoff/sonar-rust
3+
* Copyright (C) 2021-2024 Vladimir Shelkovnikov
4+
* https://github.com/C4tWithShell/community-rust
65
*
76
* This program is free software; you can redistribute it and/or
87
* 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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
/**
22
* Community Rust Plugin
3-
* Copyright (C) 2021-2023 Eric Le Goff
4-
* mailto:community-rust AT pm DOT me
5-
* http://github.com/elegoff/sonar-rust
3+
* Copyright (C) 2021-2024 Vladimir Shelkovnikov
4+
* https://github.com/C4tWithShell/community-rust
65
*
76
* This program is free software; you can redistribute it and/or
87
* 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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
/**
22
* Community Rust Plugin
3-
* Copyright (C) 2021-2023 Eric Le Goff
4-
* mailto:community-rust AT pm DOT me
5-
* http://github.com/elegoff/sonar-rust
3+
* Copyright (C) 2021-2024 Vladimir Shelkovnikov
4+
* https://github.com/C4tWithShell/community-rust
65
*
76
* This program is free software; you can redistribute it and/or
87
* 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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
/**
22
* Community Rust Plugin
3-
* Copyright (C) 2021-2023 Eric Le Goff
4-
* mailto:community-rust AT pm DOT me
5-
* http://github.com/elegoff/sonar-rust
3+
* Copyright (C) 2021-2024 Vladimir Shelkovnikov
4+
* https://github.com/C4tWithShell/community-rust
65
*
76
* This program is free software; you can redistribute it and/or
87
* 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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
/**
22
* Community Rust Plugin
3-
* Copyright (C) 2021-2023 Eric Le Goff
4-
* mailto:community-rust AT pm DOT me
5-
* http://github.com/elegoff/sonar-rust
3+
* Copyright (C) 2021-2024 Vladimir Shelkovnikov
4+
* https://github.com/C4tWithShell/community-rust
65
*
76
* This program is free software; you can redistribute it and/or
87
* 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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
/**
22
* Community Rust Plugin
3-
* Copyright (C) 2021-2023 Eric Le Goff
4-
* mailto:community-rust AT pm DOT me
5-
* http://github.com/elegoff/sonar-rust
3+
* Copyright (C) 2021-2024 Vladimir Shelkovnikov
4+
* https://github.com/C4tWithShell/community-rust
65
*
76
* This program is free software; you can redistribute it and/or
87
* 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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
/**
22
* Community Rust Plugin
3-
* Copyright (C) 2021-2023 Eric Le Goff
4-
* mailto:community-rust AT pm DOT me
5-
* http://github.com/elegoff/sonar-rust
3+
* Copyright (C) 2021-2024 Vladimir Shelkovnikov
4+
* https://github.com/C4tWithShell/community-rust
65
*
76
* This program is free software; you can redistribute it and/or
87
* 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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
/**
22
* Community Rust Plugin
3-
* Copyright (C) 2021-2023 Eric Le Goff
4-
* mailto:community-rust AT pm DOT me
5-
* http://github.com/elegoff/sonar-rust
3+
* Copyright (C) 2021-2024 Vladimir Shelkovnikov
4+
* https://github.com/C4tWithShell/community-rust
65
*
76
* This program is free software; you can redistribute it and/or
87
* 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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
/**
22
* Community Rust Plugin
3-
* Copyright (C) 2021-2023 Eric Le Goff
4-
* mailto:community-rust AT pm DOT me
5-
* http://github.com/elegoff/sonar-rust
3+
* Copyright (C) 2021-2024 Vladimir Shelkovnikov
4+
* https://github.com/C4tWithShell/community-rust
65
*
76
* This program is free software; you can redistribute it and/or
87
* 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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
/**
22
* Community Rust Plugin
3-
* Copyright (C) 2021-2023 Eric Le Goff
4-
* mailto:community-rust AT pm DOT me
5-
* http://github.com/elegoff/sonar-rust
3+
* Copyright (C) 2021-2024 Vladimir Shelkovnikov
4+
* https://github.com/C4tWithShell/community-rust
65
*
76
* This program is free software; you can redistribute it and/or
87
* 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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
/**
22
* Community Rust Plugin
3-
* Copyright (C) 2021-2023 Eric Le Goff
4-
* mailto:community-rust AT pm DOT me
5-
* http://github.com/elegoff/sonar-rust
3+
* Copyright (C) 2021-2024 Vladimir Shelkovnikov
4+
* https://github.com/C4tWithShell/community-rust
65
*
76
* This program is free software; you can redistribute it and/or
87
* 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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
/**
22
* Community Rust Plugin
3-
* Copyright (C) 2021-2023 Eric Le Goff
4-
* mailto:community-rust AT pm DOT me
5-
* http://github.com/elegoff/sonar-rust
3+
* Copyright (C) 2021-2024 Vladimir Shelkovnikov
4+
* https://github.com/C4tWithShell/community-rust
65
*
76
* This program is free software; you can redistribute it and/or
87
* 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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
/**
22
* Community Rust Plugin
3-
* Copyright (C) 2021-2023 Eric Le Goff
4-
* mailto:community-rust AT pm DOT me
5-
* http://github.com/elegoff/sonar-rust
3+
* Copyright (C) 2021-2024 Vladimir Shelkovnikov
4+
* https://github.com/C4tWithShell/community-rust
65
*
76
* This program is free software; you can redistribute it and/or
87
* 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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
/**
22
* Community Rust Plugin
3-
* Copyright (C) 2021-2023 Eric Le Goff
4-
* mailto:community-rust AT pm DOT me
5-
* http://github.com/elegoff/sonar-rust
3+
* Copyright (C) 2021-2024 Vladimir Shelkovnikov
4+
* https://github.com/C4tWithShell/community-rust
65
*
76
* This program is free software; you can redistribute it and/or
87
* 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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
/**
22
* Community Rust Plugin
3-
* Copyright (C) 2021-2023 Eric Le Goff
4-
* mailto:community-rust AT pm DOT me
5-
* http://github.com/elegoff/sonar-rust
3+
* Copyright (C) 2021-2024 Vladimir Shelkovnikov
4+
* https://github.com/C4tWithShell/community-rust
65
*
76
* This program is free software; you can redistribute it and/or
87
* 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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
/**
22
* Community Rust Plugin
3-
* Copyright (C) 2021-2023 Eric Le Goff
4-
* mailto:community-rust AT pm DOT me
5-
* http://github.com/elegoff/sonar-rust
3+
* Copyright (C) 2021-2024 Vladimir Shelkovnikov
4+
* https://github.com/C4tWithShell/community-rust
65
*
76
* This program is free software; you can redistribute it and/or
87
* 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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
/**
22
* Community Rust Plugin
3-
* Copyright (C) 2021-2023 Eric Le Goff
4-
* mailto:community-rust AT pm DOT me
5-
* http://github.com/elegoff/sonar-rust
3+
* Copyright (C) 2021-2024 Vladimir Shelkovnikov
4+
* https://github.com/C4tWithShell/community-rust
65
*
76
* This program is free software; you can redistribute it and/or
87
* modify it under the terms of the GNU Lesser General Public

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

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

0 commit comments

Comments
 (0)