acaprojects/skype-native

View on GitHub
src/bindings/CallWindow.cs

Summary

Maintainability
A
50 mins
Test Coverage

Method SetWindowPos has 7 arguments (exceeds 4 allowed). Consider refactoring.
Open

        private static extern bool SetWindowPos(IntPtr hWnd, IntPtr hWndInsertAfter, int X, int Y, int cx, int cy, uint uFlags);
Severity: Major
Found in src/bindings/CallWindow.cs - About 50 mins to fix

    There are no issues that match your filters.

    Category
    Status