AuthorizeNet/sdk-dotnet

View on GitHub
Authorize.NET/Util/XmlUtility.cs

Summary

Maintainability
A
1 hr
Test Coverage

Method Create has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        public static T Create<T>(string xml) //where T: object //MarshalByRefObject
        {
            var entity = default(T);
            //make sure we have not null and not-empty string to de-serialize
            if ( null != xml && 0 != xml.Trim().Length)
Severity: Minor
Found in Authorize.NET/Util/XmlUtility.cs - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status