teco-kit/PointAndControl

View on GitHub
IGS/MainComponents/Deviceproducer.cs

Summary

Maintainability
A
1 hr
Test Coverage

Method produceDevice has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        public Device produceDevice(string type, string id, string name, string path, List<Device> devices)
        {
            string idparam = "";

            if (id != "")
Severity: Minor
Found in IGS/MainComponents/Deviceproducer.cs - About 1 hr to fix

    Method produceDevice has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

            public Device produceDevice(string type, string id, string name, string path, List<Device> devices)
    Severity: Minor
    Found in IGS/MainComponents/Deviceproducer.cs - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status