Skip to content

Commit d8c2a4c

Browse files
committed
SWEEP: Moved all analyzers, code fixes, and analyzer/code fix tests into organizational LuceneDev1xxx folders.
1 parent 72948f3 commit d8c2a4c

14 files changed

Lines changed: 8 additions & 6 deletions

src/Lucene.Net.CodeAnalysis.Dev.CodeFixes/LuceneDev1001_FloatingPointFormattingCSCodeFixProvider .cs renamed to src/Lucene.Net.CodeAnalysis.Dev.CodeFixes/LuceneDev1xxx/LuceneDev1001_FloatingPointFormattingCSCodeFixProvider.cs

File renamed without changes.

src/Lucene.Net.CodeAnalysis.Dev/LuceneDev1000_FloatingPointEqualityCSCodeAnalyzer.cs renamed to src/Lucene.Net.CodeAnalysis.Dev/LuceneDev1xxx/LuceneDev1000_FloatingPointEqualityCSCodeAnalyzer.cs

File renamed without changes.

src/Lucene.Net.CodeAnalysis.Dev/LuceneDev1001_FloatingPointFormattingCSCodeAnalyzer.cs renamed to src/Lucene.Net.CodeAnalysis.Dev/LuceneDev1xxx/LuceneDev1001_FloatingPointFormattingCSCodeAnalyzer.cs

File renamed without changes.

src/Lucene.Net.CodeAnalysis.Dev/LuceneDev1002_FloatingPointArithmeticCSCodeAnalyzer.cs renamed to src/Lucene.Net.CodeAnalysis.Dev/LuceneDev1xxx/LuceneDev1002_FloatingPointArithmeticCSCodeAnalyzer.cs

File renamed without changes.

src/Lucene.Net.CodeAnalysis.Dev/LuceneDev1003_ArrayMethodParameterCSCodeAnalyzer.cs renamed to src/Lucene.Net.CodeAnalysis.Dev/LuceneDev1xxx/LuceneDev1003_ArrayMethodParameterCSCodeAnalyzer.cs

File renamed without changes.

src/Lucene.Net.CodeAnalysis.Dev/LuceneDev1004_ArrayMethodReturnValueCSCodeAnalyzer.cs renamed to src/Lucene.Net.CodeAnalysis.Dev/LuceneDev1xxx/LuceneDev1004_ArrayMethodReturnValueCSCodeAnalyzer.cs

File renamed without changes.

tests/Lucene.Net.CodeAnalysis.Dev.CodeFixes.Tests/Lucene.Net.CodeAnalysis.Dev.CodeFixes.Tests.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version='1.0'?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<!--
33
Licensed to the Apache Software Foundation (ASF) under one
44
or more contributor license agreements. See the NOTICE file
@@ -25,6 +25,7 @@ under the License.
2525
<ImplicitUsings>enable</ImplicitUsings>
2626
<Nullable>enable</Nullable>
2727
<IsTestProject>true</IsTestProject>
28+
<RootNamespace>Lucene.Net.CodeAnalysis.Dev.CodeFixes</RootNamespace>
2829
</PropertyGroup>
2930

3031
<ItemGroup>

tests/Lucene.Net.CodeAnalysis.Dev.CodeFixes.Tests/TestLuceneDev1001_FloatingPointFormattingCSCodeFixProvider.cs renamed to tests/Lucene.Net.CodeAnalysis.Dev.CodeFixes.Tests/LuceneDev1xxx/TestLuceneDev1001_FloatingPointFormattingCSCodeFixProvider.cs

File renamed without changes.

tests/Lucene.Net.CodeAnalysis.Dev.Tests/Lucene.Net.CodeAnalysis.Dev.Tests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ under the License.
2424
<TargetFramework>net8.0</TargetFramework>
2525
<Nullable>enable</Nullable>
2626
<IsTestProject>true</IsTestProject>
27+
<RootNamespace>Lucene.Net.CodeAnalysis.Dev</RootNamespace>
2728
</PropertyGroup>
2829

2930
<ItemGroup>

tests/Lucene.Net.CodeAnalysis.Dev.Tests/TestLuceneDev1000_FloatingPointEqualityCSCodeAnalyzer.cs renamed to tests/Lucene.Net.CodeAnalysis.Dev.Tests/LuceneDev1xxx/TestLuceneDev1000_FloatingPointEqualityCSCodeAnalyzer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
using NUnit.Framework;
2222
using System.Threading.Tasks;
2323

24-
namespace Lucene.Net.CodeAnalysis.Dev.Tests
24+
namespace Lucene.Net.CodeAnalysis.Dev
2525
{
2626
public class TestLuceneDev1000_FloatingPointEqualityCSCodeAnalyzer
2727
{

0 commit comments

Comments
 (0)