Skip to content

Commit 04c1f31

Browse files
alex-meseldzija-sonarsourcesonartech
authored and
sonartech
committed
NET-927 Happy New Year 2025!
1 parent 960d5c3 commit 04c1f31

File tree

2,089 files changed

+2089
-2089
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,089 files changed

+2089
-2089
lines changed

NOTICE.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
C# Analyzer Plugin and VB.NET Analyzer Plugin
2-
Copyright (C) 2014-2024 SonarSource SA
2+
Copyright (C) 2014-2025 SonarSource SA
33
mailto:info AT sonarsource DOT com
44

55
This product includes software developed at

README.md

+1-1

analyzers/Common.targets

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<Version>$(ShortVersion)</Version>
1818
<FileVersion>$(FullVersion)</FileVersion>
1919
<InformationalVersion>Version:$(FullVersion) Branch:$(Branch) Sha1:$(Sha1)</InformationalVersion>
20-
<Copyright>Copyright © 2015-2024 SonarSource SA</Copyright>
20+
<Copyright>Copyright © 2015-2025 SonarSource SA</Copyright>
2121
<Product>SonarAnalyzer</Product>
2222
<Trademark>SonarLint, SonarQube, SonarSource</Trademark>
2323
<NeutralLanguage>en</NeutralLanguage>

analyzers/packaging/SonarAnalyzer.CFG.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<description>SonarSource CFG library</description>
1313
<releaseNotes>https://github.com/SonarSource/sonar-dotnet/releases/tag/$Version$</releaseNotes>
1414
<language>en-US</language>
15-
<copyright>Copyright © 2015-2024 SonarSource SA</copyright>
15+
<copyright>Copyright © 2015-2025 SonarSource SA</copyright>
1616
<frameworkAssemblies>
1717
<frameworkAssembly assemblyName="System" targetFramework="" />
1818
</frameworkAssemblies>

analyzers/packaging/SonarAnalyzer.CSharp.Styling.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<description>This package contains a set of coding style rules to follow in Sonar code base. Coding style changes as well as breaking changes will appear between minor versions without prior notice. We do not provide support for this package.</description>
1616
<releaseNotes>https://github.com/SonarSource/sonar-dotnet/releases/tag/$Version$</releaseNotes>
1717
<language>en-US</language>
18-
<copyright>Copyright © 2015-2024 SonarSource SA</copyright>
18+
<copyright>Copyright © 2015-2025 SonarSource SA</copyright>
1919
<developmentDependency>true</developmentDependency>
2020
<frameworkAssemblies>
2121
<frameworkAssembly assemblyName="System" targetFramework="" />

analyzers/packaging/SonarAnalyzer.CSharp.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<description>Roslyn analyzers that spot Bugs, Vulnerabilities and Code Smells in your code. For an even better overall experience, you can use SonarQube for IDE (Visual Studio, Rider, see https://www.sonarsource.com/products/sonarlint), which is a free extension that can be used standalone or with SonarQube (Server, Cloud, see: https://www.sonarsource.com/products/sonarqube/ and https://www.sonarsource.com/products/sonarcloud/).</description>
1616
<releaseNotes>https://github.com/SonarSource/sonar-dotnet/releases/tag/$Version$</releaseNotes>
1717
<language>en-US</language>
18-
<copyright>Copyright © 2015-2024 SonarSource SA</copyright>
18+
<copyright>Copyright © 2015-2025 SonarSource SA</copyright>
1919
<tags>Roslyn Analyzer Analyzers Refactoring CodeAnalysis CleanCode Clean Code Sonar SonarAnalyzer Dotnet CSharp CodeQuality CodeReview StaticCodeAnalysis SonarQube SonarCloud SonarLint SonarQubeServer SonarQubeCloud SonarQubeIDE</tags>
2020
<developmentDependency>true</developmentDependency>
2121
<frameworkAssemblies>

analyzers/packaging/SonarAnalyzer.VisualBasic.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<description>Roslyn analyzers that spot Bugs, Vulnerabilities and Code Smells in your code. For an even better overall experience, you can use SonarQube for IDE (Visual Studio, Rider, see https://www.sonarsource.com/products/sonarlint), which is a free extension that can be used standalone or with SonarQube (Server, Cloud, see: https://www.sonarsource.com/products/sonarqube/ and https://www.sonarsource.com/products/sonarcloud/).</description>
1616
<releaseNotes>https://github.com/SonarSource/sonar-dotnet/releases/tag/$Version$</releaseNotes>
1717
<language>en-US</language>
18-
<copyright>Copyright © 2015-2024 SonarSource SA</copyright>
18+
<copyright>Copyright © 2015-2025 SonarSource SA</copyright>
1919
<tags>Roslyn Analyzer Analyzers Refactoring CodeAnalysis CleanCode Clean Code Sonar SonarAnalyzer Dotnet VisualBasic CodeQuality CodeReview StaticCodeAnalysis SonarQube SonarCloud SonarLint</tags>
2020
<developmentDependency>true</developmentDependency>
2121
<frameworkAssemblies>

analyzers/src/AssemblyInfo.Shared.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* SonarAnalyzer for .NET
3-
* Copyright (C) 2014-2024 SonarSource SA
3+
* Copyright (C) 2014-2025 SonarSource SA
44
* mailto:info AT sonarsource DOT com
55
* This program is free software; you can redistribute it and/or
66
* modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA.

analyzers/src/RuleDescriptorGenerator/Descriptors/Rule.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* SonarAnalyzer for .NET
3-
* Copyright (C) 2014-2024 SonarSource SA
3+
* Copyright (C) 2014-2025 SonarSource SA
44
* mailto:info AT sonarsource DOT com
55
* This program is free software; you can redistribute it and/or
66
* modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA.

analyzers/src/RuleDescriptorGenerator/Descriptors/RuleParameter.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* SonarAnalyzer for .NET
3-
* Copyright (C) 2014-2024 SonarSource SA
3+
* Copyright (C) 2014-2025 SonarSource SA
44
* mailto:info AT sonarsource DOT com
55
* This program is free software; you can redistribute it and/or
66
* modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA.

analyzers/src/RuleDescriptorGenerator/Program.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* SonarAnalyzer for .NET
3-
* Copyright (C) 2014-2024 SonarSource SA
3+
* Copyright (C) 2014-2025 SonarSource SA
44
* mailto:info AT sonarsource DOT com
55
* This program is free software; you can redistribute it and/or
66
* modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA.

analyzers/src/Signing.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* SonarAnalyzer for .NET
3-
* Copyright (C) 2014-2024 SonarSource SA
3+
* Copyright (C) 2014-2025 SonarSource SA
44
* mailto:info AT sonarsource DOT com
55
* This program is free software; you can redistribute it and/or
66
* modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA.

analyzers/src/SonarAnalyzer.CFG/CfgSerializer/CfgSerializer.RoslynCfgWalker.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* SonarAnalyzer for .NET
3-
* Copyright (C) 2014-2024 SonarSource SA
3+
* Copyright (C) 2014-2025 SonarSource SA
44
* mailto:info AT sonarsource DOT com
55
* This program is free software; you can redistribute it and/or
66
* modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA.

analyzers/src/SonarAnalyzer.CFG/CfgSerializer/CfgSerializer.RoslynLvaWalker.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* SonarAnalyzer for .NET
3-
* Copyright (C) 2014-2024 SonarSource SA
3+
* Copyright (C) 2014-2025 SonarSource SA
44
* mailto:info AT sonarsource DOT com
55
* This program is free software; you can redistribute it and/or
66
* modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA.

analyzers/src/SonarAnalyzer.CFG/CfgSerializer/CfgSerializer.SonarCfgWalker.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* SonarAnalyzer for .NET
3-
* Copyright (C) 2014-2024 SonarSource SA
3+
* Copyright (C) 2014-2025 SonarSource SA
44
* mailto:info AT sonarsource DOT com
55
* This program is free software; you can redistribute it and/or
66
* modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA.

analyzers/src/SonarAnalyzer.CFG/CfgSerializer/CfgSerializer.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* SonarAnalyzer for .NET
3-
* Copyright (C) 2014-2024 SonarSource SA
3+
* Copyright (C) 2014-2025 SonarSource SA
44
* mailto:info AT sonarsource DOT com
55
* This program is free software; you can redistribute it and/or
66
* modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA.

analyzers/src/SonarAnalyzer.CFG/CfgSerializer/DotWriter.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* SonarAnalyzer for .NET
3-
* Copyright (C) 2014-2024 SonarSource SA
3+
* Copyright (C) 2014-2025 SonarSource SA
44
* mailto:info AT sonarsource DOT com
55
* This program is free software; you can redistribute it and/or
66
* modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA.

analyzers/src/SonarAnalyzer.CFG/Common/RoslynVersion.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* SonarAnalyzer for .NET
3-
* Copyright (C) 2014-2024 SonarSource SA
3+
* Copyright (C) 2014-2025 SonarSource SA
44
* mailto:info AT sonarsource DOT com
55
* This program is free software; you can redistribute it and/or
66
* modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA.

analyzers/src/SonarAnalyzer.CFG/Common/UniqueQueue.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* SonarAnalyzer for .NET
3-
* Copyright (C) 2014-2024 SonarSource SA
3+
* Copyright (C) 2014-2025 SonarSource SA
44
* mailto:info AT sonarsource DOT com
55
* This program is free software; you can redistribute it and/or
66
* modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA.

analyzers/src/SonarAnalyzer.CFG/Extensions/BasicBlockExtensions.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* SonarAnalyzer for .NET
3-
* Copyright (C) 2014-2024 SonarSource SA
3+
* Copyright (C) 2014-2025 SonarSource SA
44
* mailto:info AT sonarsource DOT com
55
* This program is free software; you can redistribute it and/or
66
* modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA.

analyzers/src/SonarAnalyzer.CFG/Extensions/ControlFlowGraphExtensions.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* SonarAnalyzer for .NET
3-
* Copyright (C) 2014-2024 SonarSource SA
3+
* Copyright (C) 2014-2025 SonarSource SA
44
* mailto:info AT sonarsource DOT com
55
* This program is free software; you can redistribute it and/or
66
* modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA.

analyzers/src/SonarAnalyzer.CFG/Extensions/ControlFlowRegionExtensions.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* SonarAnalyzer for .NET
3-
* Copyright (C) 2014-2024 SonarSource SA
3+
* Copyright (C) 2014-2025 SonarSource SA
44
* mailto:info AT sonarsource DOT com
55
* This program is free software; you can redistribute it and/or
66
* modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA.

analyzers/src/SonarAnalyzer.CFG/Extensions/DictionaryExtensions.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* SonarAnalyzer for .NET
3-
* Copyright (C) 2014-2024 SonarSource SA
3+
* Copyright (C) 2014-2025 SonarSource SA
44
* mailto:info AT sonarsource DOT com
55
* This program is free software; you can redistribute it and/or
66
* modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA.

analyzers/src/SonarAnalyzer.CFG/Extensions/ExpressionSyntaxExtensions.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* SonarAnalyzer for .NET
3-
* Copyright (C) 2014-2024 SonarSource SA
3+
* Copyright (C) 2014-2025 SonarSource SA
44
* mailto:info AT sonarsource DOT com
55
* This program is free software; you can redistribute it and/or
66
* modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA.

analyzers/src/SonarAnalyzer.CFG/Extensions/IEnumerableExtensions.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* SonarAnalyzer for .NET
3-
* Copyright (C) 2014-2024 SonarSource SA
3+
* Copyright (C) 2014-2025 SonarSource SA
44
* mailto:info AT sonarsource DOT com
55
* This program is free software; you can redistribute it and/or
66
* modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA.

analyzers/src/SonarAnalyzer.CFG/Extensions/IOperationExtensions.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* SonarAnalyzer for .NET
3-
* Copyright (C) 2014-2024 SonarSource SA
3+
* Copyright (C) 2014-2025 SonarSource SA
44
* mailto:info AT sonarsource DOT com
55
* This program is free software; you can redistribute it and/or
66
* modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA.

analyzers/src/SonarAnalyzer.CFG/Extensions/IsPatternExpressionSyntaxWrapperExtensions.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* SonarAnalyzer for .NET
3-
* Copyright (C) 2014-2024 SonarSource SA
3+
* Copyright (C) 2014-2025 SonarSource SA
44
* mailto:info AT sonarsource DOT com
55
* This program is free software; you can redistribute it and/or
66
* modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA.

analyzers/src/SonarAnalyzer.CFG/Extensions/PatternSyntaxWrapperExtensions.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* SonarAnalyzer for .NET
3-
* Copyright (C) 2014-2024 SonarSource SA
3+
* Copyright (C) 2014-2025 SonarSource SA
44
* mailto:info AT sonarsource DOT com
55
* This program is free software; you can redistribute it and/or
66
* modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA.

analyzers/src/SonarAnalyzer.CFG/Extensions/PropertyInfoExtensions.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* SonarAnalyzer for .NET
3-
* Copyright (C) 2014-2024 SonarSource SA
3+
* Copyright (C) 2014-2025 SonarSource SA
44
* mailto:info AT sonarsource DOT com
55
* This program is free software; you can redistribute it and/or
66
* modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA.

analyzers/src/SonarAnalyzer.CFG/Extensions/SemanticModelExtensions.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* SonarAnalyzer for .NET
3-
* Copyright (C) 2014-2024 SonarSource SA
3+
* Copyright (C) 2014-2025 SonarSource SA
44
* mailto:info AT sonarsource DOT com
55
* This program is free software; you can redistribute it and/or
66
* modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA.

analyzers/src/SonarAnalyzer.CFG/Extensions/StringExtensions.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* SonarAnalyzer for .NET
3-
* Copyright (C) 2014-2024 SonarSource SA
3+
* Copyright (C) 2014-2025 SonarSource SA
44
* mailto:info AT sonarsource DOT com
55
* This program is free software; you can redistribute it and/or
66
* modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA.

analyzers/src/SonarAnalyzer.CFG/Extensions/SyntaxNodeExtensions.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* SonarAnalyzer for .NET
3-
* Copyright (C) 2014-2024 SonarSource SA
3+
* Copyright (C) 2014-2025 SonarSource SA
44
* mailto:info AT sonarsource DOT com
55
* This program is free software; you can redistribute it and/or
66
* modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA.

analyzers/src/SonarAnalyzer.CFG/Extensions/UnaryPatternSyntaxWrapperExtensions.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* SonarAnalyzer for .NET
3-
* Copyright (C) 2014-2024 SonarSource SA
3+
* Copyright (C) 2014-2025 SonarSource SA
44
* mailto:info AT sonarsource DOT com
55
* This program is free software; you can redistribute it and/or
66
* modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA.

analyzers/src/SonarAnalyzer.CFG/LiveVariableAnalysis/LiveVariableAnalysisBase.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* SonarAnalyzer for .NET
3-
* Copyright (C) 2014-2024 SonarSource SA
3+
* Copyright (C) 2014-2025 SonarSource SA
44
* mailto:info AT sonarsource DOT com
55
* This program is free software; you can redistribute it and/or
66
* modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA.

analyzers/src/SonarAnalyzer.CFG/LiveVariableAnalysis/RoslynLiveVariableAnalysis.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* SonarAnalyzer for .NET
3-
* Copyright (C) 2014-2024 SonarSource SA
3+
* Copyright (C) 2014-2025 SonarSource SA
44
* mailto:info AT sonarsource DOT com
55
* This program is free software; you can redistribute it and/or
66
* modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA.

analyzers/src/SonarAnalyzer.CFG/Operations/Utilities/OperationExecutionOrder.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* SonarAnalyzer for .NET
3-
* Copyright (C) 2014-2024 SonarSource SA
3+
* Copyright (C) 2014-2025 SonarSource SA
44
* mailto:info AT sonarsource DOT com
55
* This program is free software; you can redistribute it and/or
66
* modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA.

analyzers/src/SonarAnalyzer.CFG/Operations/Utilities/OperationFinder.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* SonarAnalyzer for .NET
3-
* Copyright (C) 2014-2024 SonarSource SA
3+
* Copyright (C) 2014-2025 SonarSource SA
44
* mailto:info AT sonarsource DOT com
55
* This program is free software; you can redistribute it and/or
66
* modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA.

analyzers/src/SonarAnalyzer.CFG/Properties/AssemblyInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* SonarAnalyzer for .NET
3-
* Copyright (C) 2014-2024 SonarSource SA
3+
* Copyright (C) 2014-2025 SonarSource SA
44
* mailto:info AT sonarsource DOT com
55
* This program is free software; you can redistribute it and/or
66
* modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA.

analyzers/src/SonarAnalyzer.CFG/Roslyn/BasicBlock.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* SonarAnalyzer for .NET
3-
* Copyright (C) 2014-2024 SonarSource SA
3+
* Copyright (C) 2014-2025 SonarSource SA
44
* mailto:info AT sonarsource DOT com
55
* This program is free software; you can redistribute it and/or
66
* modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA.

analyzers/src/SonarAnalyzer.CFG/Roslyn/BasicBlockKind.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* SonarAnalyzer for .NET
3-
* Copyright (C) 2014-2024 SonarSource SA
3+
* Copyright (C) 2014-2025 SonarSource SA
44
* mailto:info AT sonarsource DOT com
55
* This program is free software; you can redistribute it and/or
66
* modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA.

analyzers/src/SonarAnalyzer.CFG/Roslyn/CfgAllPathValidator.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* SonarAnalyzer for .NET
3-
* Copyright (C) 2014-2024 SonarSource SA
3+
* Copyright (C) 2014-2025 SonarSource SA
44
* mailto:info AT sonarsource DOT com
55
* This program is free software; you can redistribute it and/or
66
* modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA.

analyzers/src/SonarAnalyzer.CFG/Roslyn/ControlFlowBranch.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* SonarAnalyzer for .NET
3-
* Copyright (C) 2014-2024 SonarSource SA
3+
* Copyright (C) 2014-2025 SonarSource SA
44
* mailto:info AT sonarsource DOT com
55
* This program is free software; you can redistribute it and/or
66
* modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA.

analyzers/src/SonarAnalyzer.CFG/Roslyn/ControlFlowBranchSemantics.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* SonarAnalyzer for .NET
3-
* Copyright (C) 2014-2024 SonarSource SA
3+
* Copyright (C) 2014-2025 SonarSource SA
44
* mailto:info AT sonarsource DOT com
55
* This program is free software; you can redistribute it and/or
66
* modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA.

analyzers/src/SonarAnalyzer.CFG/Roslyn/ControlFlowConditionKind.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* SonarAnalyzer for .NET
3-
* Copyright (C) 2014-2024 SonarSource SA
3+
* Copyright (C) 2014-2025 SonarSource SA
44
* mailto:info AT sonarsource DOT com
55
* This program is free software; you can redistribute it and/or
66
* modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA.

analyzers/src/SonarAnalyzer.CFG/Roslyn/ControlFlowGraph.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* SonarAnalyzer for .NET
3-
* Copyright (C) 2014-2024 SonarSource SA
3+
* Copyright (C) 2014-2025 SonarSource SA
44
* mailto:info AT sonarsource DOT com
55
* This program is free software; you can redistribute it and/or
66
* modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA.

analyzers/src/SonarAnalyzer.CFG/Roslyn/ControlFlowGraphCache.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* SonarAnalyzer for .NET
3-
* Copyright (C) 2014-2024 SonarSource SA
3+
* Copyright (C) 2014-2025 SonarSource SA
44
* mailto:info AT sonarsource DOT com
55
* This program is free software; you can redistribute it and/or
66
* modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA.

analyzers/src/SonarAnalyzer.CFG/Roslyn/ControlFlowRegion.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* SonarAnalyzer for .NET
3-
* Copyright (C) 2014-2024 SonarSource SA
3+
* Copyright (C) 2014-2025 SonarSource SA
44
* mailto:info AT sonarsource DOT com
55
* This program is free software; you can redistribute it and/or
66
* modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA.

analyzers/src/SonarAnalyzer.CFG/Roslyn/ControlFlowRegionKind.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* SonarAnalyzer for .NET
3-
* Copyright (C) 2014-2024 SonarSource SA
3+
* Copyright (C) 2014-2025 SonarSource SA
44
* mailto:info AT sonarsource DOT com
55
* This program is free software; you can redistribute it and/or
66
* modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA.

analyzers/src/SonarAnalyzer.CFG/Roslyn/TypeLoader.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* SonarAnalyzer for .NET
3-
* Copyright (C) 2014-2024 SonarSource SA
3+
* Copyright (C) 2014-2025 SonarSource SA
44
* mailto:info AT sonarsource DOT com
55
* This program is free software; you can redistribute it and/or
66
* modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA.

0 commit comments

Comments
 (0)