Updated Mangos.Extractor to support WoTLK and Cata. Credit to Brotalnia. #52
5 new issues (0 max.) of at least severity.
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
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
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
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
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
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.