Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes several code quality issues (Code Analysis) #387

Merged
merged 72 commits into from
Nov 10, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
72 commits
Select commit Hold shift + click to select a range
482b4f3
BUG: Lucene.Net.Document.CompressionTools: Pass the offset and length…
NightOwl888 Nov 6, 2020
ff7b33c
BUG: Lucene.Net.Analysis.Common.Tartarus.Snowball.Among: Fixed Method…
NightOwl888 Nov 6, 2020
66c2d62
BUG: Lucene.Net.TestFramework.Analysis.MockTokenizer: Pass the Attrib…
NightOwl888 Nov 6, 2020
5f84acb
TestTargetFramework.props: Disable IDE0052 and IDE0060 in test projects
NightOwl888 Nov 6, 2020
92cacc5
lucene-cli: Disabled IDE0060 warnings
NightOwl888 Nov 6, 2020
a26eb1c
Lucene.Net.Demo: Disabled IDE0060 warnings
NightOwl888 Nov 6, 2020
2e2209e
PERFORMANCE: Fixes IDE0052 Remove unread private member, fixes IDE006…
NightOwl888 Nov 6, 2020
6e9cae8
BUG: Lucene.Net.Util.ExceptionExtensions.GetSuppressedAsList(): Use J…
NightOwl888 Nov 6, 2020
0eb90e6
Lucene.Net.Tests.Support.TestApiConsistency: Added exclusion for Syst…
NightOwl888 Nov 8, 2020
7f52580
Fixes CA2213 Disposable fields should be disposed (except for IndexWr…
NightOwl888 Nov 6, 2020
0dce38e
Fixes CA1063: Implement IDisposable Properly (except for IndexWriter)…
NightOwl888 Nov 6, 2020
2e028fe
PERFORMANCE: Lucene.Net.Index: Changed FieldInfos, FreqProxTermsWrite…
NightOwl888 Nov 6, 2020
a0e7d40
PERFORMANCE: Lucene.Net.Index.DocValuesProducer: Optimized checks in …
NightOwl888 Nov 6, 2020
4f355a4
Fixes IDE0018: Inline variable declaration
NightOwl888 Nov 6, 2020
d2c3a86
Fixes CA1507: Use nameof in place of string
NightOwl888 Nov 6, 2020
605bf2e
BUG: Fixed formatting in ArgumentException message for all analyzer f…
NightOwl888 Nov 7, 2020
63ff8c2
Removed pattern matching warning exclusions for IDE0019, IDE0020, and…
NightOwl888 Nov 7, 2020
c597500
Fixes IDE0019: Use pattern matching to avoid 'is' check followed by a…
NightOwl888 Nov 7, 2020
5dc1542
Simplified reuse logic of TermsEnum classes
NightOwl888 Nov 7, 2020
b609941
Fixes IDE0038: Use pattern matching to avoid 'is' check followed by a…
NightOwl888 Nov 7, 2020
efa6142
Fixes IDE0020: Use pattern matching to avoid 'is' check followed by a…
NightOwl888 Nov 7, 2020
aade047
Fixes CA1802: Use Literals Where Appropriate
NightOwl888 Nov 7, 2020
0af295e
TestTargetFramework.props: Disabled IDE0044 warnings in test projects
NightOwl888 Nov 7, 2020
002c93d
TestTargetFramework.props: Disabled IDE0019, IDE0020, IDE0038 from tests
NightOwl888 Nov 7, 2020
42dd67c
TestTargetFramework.props: Added CA1822 and IDE0059 and changed list …
NightOwl888 Nov 8, 2020
7983364
TestTargetFramework.props: Disabled IDE1006 (Naming rule violation) w…
NightOwl888 Nov 9, 2020
c01b4ec
TestTargetFraework.props: Disabled CA1034 (Nested types should not be…
NightOwl888 Nov 9, 2020
2ae5dbd
TestTargetFramework.props: Disabled CA1825 (Avoid zero-length array a…
NightOwl888 Nov 9, 2020
b6469c8
TestTargetFramework.props: Disabled IDE0017 and IDE0028 warnings in t…
NightOwl888 Nov 9, 2020
846114a
TestTargetFramework.props: Disabled IDE0051 (Remove unused private me…
NightOwl888 Nov 9, 2020
1e26d50
Fixes IDE0044: Add readonly modifier
NightOwl888 Nov 7, 2020
691bc8f
Directory.Build.props: Disable IDE0032 warnings (use auto property)
NightOwl888 Nov 7, 2020
4ed2cb6
Fixes CA1813: Avoid unsealed attributes
NightOwl888 Nov 7, 2020
7e5777d
PERFORMANCE: Fixes CA1822: Mark members as static
NightOwl888 Nov 8, 2020
546aea6
Added aggressive inlining to codecs, asserts and several other areas
NightOwl888 Nov 8, 2020
60627dc
Removed InitializeInstanceFields() methods in all cases except in Num…
NightOwl888 Nov 8, 2020
fc8026b
Lucene.Net.Util: Added aggressive inlining on several methods
NightOwl888 Nov 8, 2020
4510e83
Fixes IDE0059: Remove unnecessary value assignment
NightOwl888 Nov 8, 2020
d9612cc
Fixes IDE0034: Simplify 'default' expression
NightOwl888 Nov 8, 2020
3019862
Fixes IDE0051: Remove unused private member. Also removed dead code/c…
NightOwl888 Nov 9, 2020
d87dfc4
Directory.Build.props: Disabled CA1031 warnings (do not catch general…
NightOwl888 Nov 9, 2020
1d90c45
lucene-cli: Disabled CA1034 (Nested types should not be visible) warn…
NightOwl888 Nov 9, 2020
057e9e6
Fixes CA1819: Properties should not return arrays
NightOwl888 Nov 9, 2020
89e5262
Fixes CA1012: Abstract types should not have constructors
NightOwl888 Nov 9, 2020
e1ba591
PERFORMANCE: Fixes CA1825: Avoid zero-length array allocations
NightOwl888 Nov 9, 2020
4b1d8bf
Fixes CA1052: Static holder types should be Static or NotInheritable
NightOwl888 Nov 9, 2020
4b6261b
Fixes IDE0028: Use collection initializers
NightOwl888 Nov 9, 2020
155aa24
Fixes IDE1006: Naming Styles
NightOwl888 Nov 9, 2020
014f078
Fixes IDE0063: Use simple 'using' statement
NightOwl888 Nov 10, 2020
e48c051
Fixes IDE0016: Use throw expression
NightOwl888 Nov 10, 2020
95281d8
TestTargetFramework.props: Disabled IDE0031 (Use null propagation) wa…
NightOwl888 Nov 10, 2020
22218e2
Fixes IDE0031: Use null propagation
NightOwl888 Nov 10, 2020
be0471e
Fixes IDE0029: Use coalesce expression
NightOwl888 Nov 10, 2020
a629bb5
Fixes IDE0030: Use coalesce expression (nullable)
NightOwl888 Nov 10, 2020
c31fa51
Fixes CA1820: Test for empty strings using string length
NightOwl888 Nov 10, 2020
6821fc1
Fixes CA1810: Initialize reference type static fields inline
NightOwl888 Nov 10, 2020
6e0ba6e
TestTargetFramework.props: Disabled CA2219 (Do not raise exceptions i…
NightOwl888 Nov 10, 2020
b8bca10
Directory.Build.props: Disabled IDE0070 (Use 'System.HashCode.Combine…
NightOwl888 Nov 10, 2020
8ca8bee
Fixes IDE0025: Use expression body for properties
NightOwl888 Nov 10, 2020
30253c1
Fixes IDE0021: Use block body for constructors
NightOwl888 Nov 10, 2020
a704b81
TestTargetFramework.props: Disabled IDE0040 (Add accessibility modifi…
NightOwl888 Nov 10, 2020
b3dcb3b
Fixes IDE0040: Add accessibility modifiers
NightOwl888 Nov 10, 2020
6a91cce
Fixes IDE0041: Use is null check
NightOwl888 Nov 10, 2020
4217ba4
Fixes CA1815: Override equals and operator equals on value types
NightOwl888 Nov 10, 2020
ce6215f
TestTargetFramework.props: Disabled IDE0049 (Use language keywords in…
NightOwl888 Nov 10, 2020
f195105
Fixes IDE0049: Use language keywords instead of framework type names …
NightOwl888 Nov 10, 2020
54d107e
Fixes IDE0039: Use local function
NightOwl888 Nov 10, 2020
9e551ac
Fixes IDE0071: Simplify interpolation
NightOwl888 Nov 10, 2020
3cb4845
Fixes IDE0027: Use expression body for accessors
NightOwl888 Nov 10, 2020
430ec4b
fixes IDE1005: Use conditional delegate call
NightOwl888 Nov 10, 2020
36740ac
Added .editorconfig file to control formatting and code analysis rules
NightOwl888 Nov 10, 2020
3a9d7eb
Directory.Build.props: Removed all Code Analysis settings that are no…
NightOwl888 Nov 10, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
175 changes: 175 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,175 @@
# You can modify the rules from these initially generated values to suit your own policies
# You can learn more about editorconfig here: https://docs.microsoft.com/en-us/visualstudio/ide/editorconfig-code-style-settings-reference

[*]
charset = utf-8
trim_trailing_whitespace = true

[*.md]
indent_style = space
indent_size = 4

# C# files
[*.cs]

#### Core EditorConfig Options ####

#Formatting - indentation

#use soft tabs (spaces) for indentation
indent_style = space

#Formatting - indentation options

#indent switch case contents.
csharp_indent_case_contents = true
#indent switch labels
csharp_indent_switch_labels = true

#Formatting - new line options

#place catch statements on a new line
csharp_new_line_before_catch = true
#place else statements on a new line
csharp_new_line_before_else = true
#require finally statements to be on a new line after the closing brace
csharp_new_line_before_finally = true
#require members of object initializers to be on the same line
csharp_new_line_before_members_in_object_initializers = false
#require braces to be on a new line for control_blocks, types, properties, and methods (also known as "Allman" style)
csharp_new_line_before_open_brace = control_blocks, types, properties, methods

#Formatting - organize using options

#do not place System.* using directives before other using directives
dotnet_sort_system_directives_first = false

#Formatting - spacing options

#require NO space between a cast and the value
csharp_space_after_cast = false
#require a space before the colon for bases or interfaces in a type declaration
csharp_space_after_colon_in_inheritance_clause = true
#require a space after a keyword in a control flow statement such as a for loop
csharp_space_after_keywords_in_control_flow_statements = true
#require a space before the colon for bases or interfaces in a type declaration
csharp_space_before_colon_in_inheritance_clause = true
#remove space within empty argument list parentheses
csharp_space_between_method_call_empty_parameter_list_parentheses = false
#remove space between method call name and opening parenthesis
csharp_space_between_method_call_name_and_opening_parenthesis = false
#do not place space characters after the opening parenthesis and before the closing parenthesis of a method call
csharp_space_between_method_call_parameter_list_parentheses = false
#remove space within empty parameter list parentheses for a method declaration
csharp_space_between_method_declaration_empty_parameter_list_parentheses = false
#place a space character after the opening parenthesis and before the closing parenthesis of a method declaration parameter list.
csharp_space_between_method_declaration_parameter_list_parentheses = false

#Formatting - wrapping options

#leave code block on separate lines
csharp_preserve_single_line_blocks = false
#leave statements and member declarations on the same line
csharp_preserve_single_line_statements = true

#Style - Code block preferences

#prefer curly braces even for one line of code
csharp_prefer_braces = when_multiline:silent

#Style - expression bodied member options

#prefer expression-bodied members for accessors
csharp_style_expression_bodied_accessors = when_on_single_line:suggestion
#prefer block bodies for constructors
csharp_style_expression_bodied_constructors = false:suggestion
#prefer expression-bodied members for indexers
csharp_style_expression_bodied_indexers = true:suggestion
#prefer block bodies for methods
csharp_style_expression_bodied_methods = when_on_single_line:silent
#prefer expression-bodied members for properties
csharp_style_expression_bodied_properties = when_on_single_line:suggestion

#Style - expression level options

#prefer out variables to be declared inline in the argument list of a method call when possible
csharp_style_inlined_variable_declaration = true:suggestion
#prefer the language keyword for member access expressions, instead of the type name, for types that have a keyword to represent them
dotnet_style_predefined_type_for_member_access = true:suggestion

#Style - Expression-level preferences

#prefer objects to not be initialized using object initializers, but do not warn
dotnet_style_object_initializer = true:silent
#prefer objects to use auto properties, but turn off the warnings (we want to keep backing fields from Java for the most part)
dotnet_style_prefer_auto_properties = true:silent

#Style - implicit and explicit types

#prefer explicit type over var in all cases, unless overridden by another code style rule
csharp_style_var_elsewhere = false:silent
#prefer explicit type over var to declare variables with built-in system types such as int
csharp_style_var_for_built_in_types = false:silent
#prefer explicit type over var when the type is already mentioned on the right-hand side of a declaration
csharp_style_var_when_type_is_apparent = false:silent

#Style - language keyword and framework type options

#prefer the language keyword for local variables, method parameters, and class members, instead of the type name, for types that have a keyword to represent them
dotnet_style_predefined_type_for_locals_parameters_members = true:suggestion

#Style - modifier options

#prefer accessibility modifiers to be declared except for public interface members. This will currently not differ from always and will act as future proofing for if C# adds default interface methods.
dotnet_style_require_accessibility_modifiers = for_non_interface_members:suggestion

#Style - Modifier preferences

#when this rule is set to a list of modifiers, prefer the specified ordering.
csharp_preferred_modifier_order = public,private,protected,internal,virtual,readonly,override,static,abstract,new,sealed,volatile:silent

#Style - Pattern matching

#prefer pattern matching instead of is expression with type casts
csharp_style_pattern_matching_over_as_with_null_check = true:suggestion

#Style -Pattern matcing preferences

#prefer expression-style for switch case
csharp_style_prefer_switch_expression = false:suggestion

#Style - qualification options

#prefer fields not to be prefaced with this. or Me. in Visual Basic
dotnet_style_qualification_for_field = false:none
#prefer methods not to be prefaced with this. or Me. in Visual Basic
dotnet_style_qualification_for_method = false:none
#prefer properties not to be prefaced with this. or Me. in Visual Basic
dotnet_style_qualification_for_property = false:none

#Style - assignment options
#prefer compound asignment x += 1 rather than x = x + 1.
dotnet_style_prefer_compound_assignment = true:silent

#### General Code Quality Preferences ####

# Warn about any performance category issues across the entire API
dotnet_code_quality.Performance.api_surface = all:warning

# CA1031: Do not catch general exception types
dotnet_diagnostic.CA1031.severity = none

# CA1034: Do not nest types
dotnet_diagnostic.CA1034.severity = none


# Features that require .NET Standard 2.1+

# IDE0056: Use index operator
dotnet_diagnostic.IDE0056.severity = none

# IDE0057: Use range operator
dotnet_diagnostic.IDE0057.severity = none

# IDE0070: Use 'System.HashCode.Combine'
dotnet_diagnostic.IDE0070.severity = none
5 changes: 1 addition & 4 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!--
<!--

Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
Expand All @@ -23,9 +23,6 @@

<PropertyGroup>
<LangVersion>8.0</LangVersion>
<!-- Disabling warnings that require .NET Standard 2.1 -->
<NoWarn>$(NoWarn);IDE0056</NoWarn>
<NoWarn>$(NoWarn);IDE0057</NoWarn>
</PropertyGroup>

<!-- IMPORTANT: When these values are changed, the CI counter number should also be reset. -->
Expand Down
1 change: 1 addition & 0 deletions Lucene.Net.sln
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4DF0A2A1-B9C7-4EE5-BAF0-BEEF53E34220}"
ProjectSection(SolutionItems) = preProject
.asf.yaml = .asf.yaml
.editorconfig = .editorconfig
CHANGES.txt = CHANGES.txt
CONTRIBUTING.md = CONTRIBUTING.md
Directory.Build.props = Directory.Build.props
Expand Down
21 changes: 21 additions & 0 deletions TestTargetFramework.props
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,26 @@
<TargetFrameworks Condition=" '$(TestFrameworks)' == 'true' AND $([MSBuild]::IsOsPlatform('Windows')) ">$(TargetFrameworks);net48</TargetFrameworks>
<TargetFramework Condition=" '$(TargetFrameworks)' != '' "></TargetFramework>
</PropertyGroup>

<PropertyGroup Label="Warnings to be Disabled in Test Projects">
<NoWarn Label="Nested types should not be visible">$(NoWarn);CA1034</NoWarn>
<NoWarn Label="Use Literals Where Appropriate">$(NoWarn);CA1802</NoWarn>
<NoWarn Label="Add readonly modifier">$(NoWarn);CA1822</NoWarn>
<NoWarn Label="Avoid zero-length array allocations">$(NoWarn);CA1825</NoWarn>
<NoWarn Label="Do not raise exceptions in exception clauses">$(NoWarn);CA2219</NoWarn>

<NoWarn Label="Use object initializers">$(NoWarn);IDE0017</NoWarn>
<NoWarn Label="Use pattern matching">$(NoWarn);IDE0019;IDE0020;IDE0038</NoWarn>
<NoWarn Label="Use collection initializers">$(NoWarn);IDE0028</NoWarn>
<NoWarn Label="Use null propagation">$(NoWarn);IDE0031</NoWarn>
<NoWarn Label="Add accessibility modifiers">$(NoWarn);IDE0040</NoWarn>
<NoWarn Label="Add readonly modifier">$(NoWarn);IDE0044</NoWarn>
<NoWarn Label="Use language keywords">$(NoWarn);IDE0049</NoWarn>
<NoWarn Label="Remove unused private member">$(NoWarn);IDE0051</NoWarn>
<NoWarn Label="Remove unread private member">$(NoWarn);IDE0052</NoWarn>
<NoWarn Label="Remove unnecessary value assignment">$(NoWarn);IDE0059</NoWarn>
<NoWarn Label="Remove unused parameter">$(NoWarn);IDE0060</NoWarn>
<NoWarn Label="Naming rule violation">$(NoWarn);IDE1006</NoWarn>
</PropertyGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public ArabicLetterTokenizerFactory(IDictionary<string, string> args)
AssureMatchVersion();
if (args.Count > 0)
{
throw new ArgumentException("Unknown parameters: " + args);
throw new ArgumentException(string.Format(J2N.Text.StringFormatter.CurrentCulture, "Unknown parameters: {0}", args));
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public ArabicNormalizationFilterFactory(IDictionary<string, string> args)
{
if (args.Count > 0)
{
throw new ArgumentException("Unknown parameters: " + args);
throw new ArgumentException(string.Format(J2N.Text.StringFormatter.CurrentCulture, "Unknown parameters: {0}", args));
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public ArabicStemFilterFactory(IDictionary<string, string> args)
{
if (args.Count > 0)
{
throw new ArgumentException("Unknown parameters: " + args);
throw new ArgumentException(string.Format(J2N.Text.StringFormatter.CurrentCulture, "Unknown parameters: {0}", args));
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public BulgarianStemFilterFactory(IDictionary<string, string> args)
{
if (args.Count > 0)
{
throw new ArgumentException("Unknown parameters: " + args);
throw new ArgumentException(string.Format(J2N.Text.StringFormatter.CurrentCulture, "Unknown parameters: {0}", args));
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public BrazilianStemFilterFactory(IDictionary<string, string> args) : base(args)
{
if (args.Count > 0)
{
throw new ArgumentException("Unknown parameters: " + args);
throw new ArgumentException(string.Format(J2N.Text.StringFormatter.CurrentCulture, "Unknown parameters: {0}", args));
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30648,24 +30648,22 @@ private static int ZzUnpackAttribute(string packed, int offset, int[] result)
/// </summary>
private int zzEndRead;

/// <summary>number of newlines encountered up to the start of the matched text</summary>
private int yyline;
///// <summary>number of newlines encountered up to the start of the matched text</summary>
//private int yyline; // LUCENENET: Never read

/// <summary>the number of characters up to the start of the matched text</summary>
private int yychar;

#pragma warning disable 169, 414
/// <summary>
/// the number of characters from the last newline up to the start of the matched text
/// </summary>
private int yycolumn;
///// <summary>
///// the number of characters from the last newline up to the start of the matched text
///// </summary>
//private int yycolumn; // LUCENENET: Never read

/// <summary>
/// zzAtBOL == true &lt;=&gt; the scanner is currently at the beginning of a line
/// </summary>
private bool zzAtBOL = true;
///// <summary>
///// zzAtBOL == true &lt;=&gt; the scanner is currently at the beginning of a line
///// </summary>
//private bool zzAtBOL = true; // LUCENENET: Never read

#pragma warning restore 169, 414

/// <summary>zzAtEOF == true &lt;=&gt; the scanner is at the EOF</summary>
private bool zzAtEOF;
Expand Down Expand Up @@ -31068,12 +31066,12 @@ private void YyClose()
private void YyReset(BufferedCharFilter reader)
{
zzReader = reader;
zzAtBOL = true;
//zzAtBOL = true; // LUCENENET: Never read
zzAtEOF = false;
zzEOFDone = false;
zzEndRead = zzStartRead = 0;
zzCurrentPos = zzMarkedPos = 0;
yyline = yychar = yycolumn = 0;
//yyline = yychar = yycolumn = 0; // LUCENENET: Never read
zzLexicalState = YYINITIAL;
if (zzBuffer.Length > ZZ_BUFFERSIZE)
zzBuffer = new char[ZZ_BUFFERSIZE];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ namespace Lucene.Net.Analysis.CharFilters
public class HTMLStripCharFilterFactory : CharFilterFactory
{
private readonly ICollection<string> escapedTags;
private static readonly Regex TAG_NAME_PATTERN = new Regex(@"[^\\s,]+", RegexOptions.Compiled);
//private static readonly Regex TAG_NAME_PATTERN = new Regex(@"[^\\s,]+", RegexOptions.Compiled); // LUCENENET: Never read

/// <summary>
/// Creates a new <see cref="HTMLStripCharFilterFactory"/> </summary>
Expand All @@ -46,7 +46,7 @@ public HTMLStripCharFilterFactory(IDictionary<string, string> args) : base(args)
escapedTags = GetSet(args, "escapedTags");
if (args.Count > 0)
{
throw new ArgumentException("Unknown parameters: " + args);
throw new ArgumentException(string.Format(J2N.Text.StringFormatter.CurrentCulture, "Unknown parameters: {0}", args));
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public MappingCharFilterFactory(IDictionary<string, string> args) : base(args)
mapping = Get(args, "mapping");
if (args.Count > 0)
{
throw new ArgumentException("Unknown parameters: " + args);
throw new ArgumentException(string.Format(J2N.Text.StringFormatter.CurrentCulture, "Unknown parameters: {0}", args));
}
}

Expand Down Expand Up @@ -108,7 +108,7 @@ protected virtual void ParseRules(IList<string> rules, NormalizeCharMap.Builder
}
}

private char[] @out = new char[256];
private readonly char[] @out = new char[256]; // LUCENENET: marked readonly

protected internal virtual string ParseString(string s)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public CJKBigramFilterFactory(IDictionary<string, string> args)
this.outputUnigrams = GetBoolean(args, "outputUnigrams", false);
if (args.Count > 0)
{
throw new ArgumentException("Unknown parameters: " + args);
throw new ArgumentException(string.Format(J2N.Text.StringFormatter.CurrentCulture, "Unknown parameters: {0}", args));
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public CJKTokenizerFactory(IDictionary<string, string> args) : base(args)
{
if (args.Count > 0)
{
throw new ArgumentException("Unknown parameters: " + args);
throw new ArgumentException(string.Format(J2N.Text.StringFormatter.CurrentCulture, "Unknown parameters: {0}", args));
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public CJKWidthFilterFactory(IDictionary<string, string> args) : base(args)
{
if (args.Count > 0)
{
throw new ArgumentException("Unknown parameters: " + args);
throw new ArgumentException(string.Format(J2N.Text.StringFormatter.CurrentCulture, "Unknown parameters: {0}", args));
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public SoraniNormalizationFilterFactory(IDictionary<string, string> args)
{
if (args.Count > 0)
{
throw new ArgumentException("Unknown parameters: " + args);
throw new ArgumentException(string.Format(J2N.Text.StringFormatter.CurrentCulture, "Unknown parameters: {0}", args));
}
}

Expand Down
Loading