Skip to content

Updated extractor to support WoTLK and Cata. Credit to Brotalnia.

9db8858
Select commit
Loading
Failed to load commit list.
Closed

Updated Mangos.Extractor to support WoTLK and Cata. Credit to Brotalnia. #52

Updated extractor to support WoTLK and Cata. Credit to Brotalnia.
9db8858
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Feb 26, 2026 in 0s

5 new issues (0 max.) of at least severity.

Codacy Here is an overview of what got changed by this pull request:

Issues
======
- Added 5
           

Complexity increasing per file
==============================
- Source/Tools/Mangos.Extractor/Functions.cs  103
         

Clones added
============
- Source/Tools/Mangos.Extractor/Functions.cs  17
         

See the complete overview on Codacy

Annotations

Check warning on line 296 in Source/Tools/Mangos.Extractor/Functions.cs

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

Source/Tools/Mangos.Extractor/Functions.cs#L296

Check the return value of the 'Read' call to see how many bytes were read.

Check notice on line 408 in Source/Tools/Mangos.Extractor/Functions.cs

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

Source/Tools/Mangos.Extractor/Functions.cs#L408

Add curly braces around the nested statement(s) in this 'if' block.

Check warning on line 421 in Source/Tools/Mangos.Extractor/Functions.cs

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

Source/Tools/Mangos.Extractor/Functions.cs#L421

Remove this useless assignment to local variable 'sField'.

Check notice on line 451 in Source/Tools/Mangos.Extractor/Functions.cs

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

Source/Tools/Mangos.Extractor/Functions.cs#L451

Remove this empty statement.

Check notice on line 632 in Source/Tools/Mangos.Extractor/Functions.cs

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

Source/Tools/Mangos.Extractor/Functions.cs#L632

Add curly braces around the nested statement(s) in this 'if' block.