FragLand/terracord

View on GitHub
Terracord/Config.cs

Summary

Maintainability
A
0 mins
Test Coverage

Method Generate has 95 lines of code (exceeds 50 allowed). Consider refactoring.
Wontfix

    public static void Generate()
    {
      try
      {
        Directory.CreateDirectory(TerracordPath);
Severity: Major
Found in Terracord/Config.cs - About 2 hrs to fix

    File Config.cs has 257 lines of code (exceeds 250 allowed). Consider refactoring.
    Wontfix

    using System;
    using System.Collections.Generic;
    using System.Globalization;
    using System.IO;
    using System.Linq;
    Severity: Minor
    Found in Terracord/Config.cs - About 2 hrs to fix

      Method Parse has 66 lines of code (exceeds 50 allowed). Consider refactoring.
      Wontfix

          public static void Parse()
          {
            // Set default locale if value cannot be read from terracord.xml
            LocaleString = "en-US";
            Locale = new CultureInfo(LocaleString);
      Severity: Major
      Found in Terracord/Config.cs - About 1 hr to fix

        There are no issues that match your filters.

        Category
        Status