teco-kit/PointAndControl

View on GitHub
IGS/MainComponents/CollisionMethod.cs

Summary

Maintainability
A
1 hr
Test Coverage

Method xmlChangeDeviceLocation has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        private String xmlChangeDeviceLocation(Device device, Vector3D position)
        {
            //add device to configuration XML
            XmlDocument docConfig = new XmlDocument();
            docConfig.Load(AppDomain.CurrentDomain.BaseDirectory + "\\configuration.xml");
Severity: Minor
Found in IGS/MainComponents/CollisionMethod.cs - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status