id: 1 unit: private void InitializeComponent() file: DIXFSamples/RecurringIntegrationApp/Views/DIXFRecurringJobsProcessor.Designer.cs start line: 29 end line: 628 size: 449 LOC McCabe index: 1 number of parameters: 0 id: 2 unit: public static bool InitSettings() file: DIXFSamples/RecurringIntegrationApp/Configuration/Settings.cs start line: 51 end line: 143 size: 75 LOC McCabe index: 11 number of parameters: 0 id: 3 unit: public async Task ProcessInprocessQueue() file: DIXFSamples/RecurringIntegrationApp/Runtime/AdvancedDataFlowNetwork.cs start line: 47 end line: 113 size: 59 LOC McCabe index: 8 number of parameters: 0 id: 4 unit: private async Task processInprocessQueue() file: DIXFSamples/RecurringIntegrationApp/Runtime/DefaultDataFlowNetwork.cs start line: 206 end line: 289 size: 58 LOC McCabe index: 7 number of parameters: 0 id: 5 unit: public void updateStats() file: DIXFSamples/RecurringIntegrationApp/Views/DIXFRecurringJobsProcessor.cs start line: 96 end line: 150 size: 51 LOC McCabe index: 9 number of parameters: 2 id: 6 unit: public static string GetAuthenticationHeader() file: ServiceSamples/AuthenticationUtility/OAuthHelper.cs start line: 21 end line: 78 size: 48 LOC McCabe index: 6 number of parameters: 1 id: 7 unit: public void JsonServiceGroup1EchoComplexContractTest() file: ServiceSamples/ServiceTests/ServiceGroup1Tests.cs start line: 182 end line: 235 size: 48 LOC McCabe index: 1 number of parameters: 0 id: 8 unit: private async Task postProcessMessageAsync() file: DIXFSamples/RecurringIntegrationApp/Runtime/DefaultDataFlowNetwork.cs start line: 332 end line: 381 size: 41 LOC McCabe index: 7 number of parameters: 2 id: 9 unit: public void JsonServiceGroup1EchoContractListTest() file: ServiceSamples/ServiceTests/ServiceGroup1Tests.cs start line: 128 end line: 173 size: 41 LOC McCabe index: 1 number of parameters: 0 id: 10 unit: static void Main() file: ServiceSamples/TLSConsoleApplication/Program.cs start line: 18 end line: 73 size: 40 LOC McCabe index: 4 number of parameters: 1 id: 11 unit: private async Task updateStatsAsync() file: DIXFSamples/RecurringIntegrationApp/Runtime/DefaultDataFlowNetwork.cs start line: 470 end line: 523 size: 38 LOC McCabe index: 4 number of parameters: 4 id: 12 unit: public void JsonWeaklyTypedContractTest() file: ServiceSamples/ServiceTests/JsonTests.cs start line: 83 end line: 123 size: 37 LOC McCabe index: 1 number of parameters: 0 id: 13 unit: public void JsonWeaklyTypedServiceGroup1EchoStringTest() file: ServiceSamples/ServiceTests/ServiceGroup1Tests.cs start line: 38 end line: 79 size: 37 LOC McCabe index: 1 number of parameters: 0 id: 14 unit: public static void ImportPackage() file: FileBasedIntegrationSamples/ConsoleAppSamples/DataPackageHandler/PackageImporter.cs start line: 15 end line: 68 size: 36 LOC McCabe index: 4 number of parameters: 2 id: 15 unit: public void JsonSoapContractTest() file: ServiceSamples/ServiceTests/JsonTests.cs start line: 43 end line: 80 size: 34 LOC McCabe index: 1 number of parameters: 0 id: 16 unit: public void JsonServiceGroup1EchoStringTest() file: ServiceSamples/ServiceTests/ServiceGroup1Tests.cs start line: 82 end line: 120 size: 34 LOC McCabe index: 1 number of parameters: 0 id: 17 unit: public static void ExportPackage() file: FileBasedIntegrationSamples/ConsoleAppSamples/DataPackageHandler/PackageExporter.cs start line: 11 end line: 65 size: 33 LOC McCabe index: 7 number of parameters: 2 id: 18 unit: static void ValidateMetadataDocument() file: ServiceSamples/ODataConsoleApplication/MetadataDocumentValidator.cs start line: 17 end line: 58 size: 33 LOC McCabe index: 7 number of parameters: 1 id: 19 unit: private async Task writeStatusLogFileAsync() file: DIXFSamples/RecurringIntegrationApp/Runtime/DefaultDataFlowNetwork.cs start line: 390 end line: 428 size: 31 LOC McCabe index: 4 number of parameters: 3 id: 20 unit: private async Task moveDataToTargetAsync() file: DIXFSamples/RecurringIntegrationApp/Runtime/DefaultDataFlowNetwork.cs start line: 430 end line: 467 size: 31 LOC McCabe index: 4 number of parameters: 2 id: 21 unit: public static void CreateSalesOrderInSingleChangeset() file: ServiceSamples/ODataConsoleApplication/ODataChangesetsExample.cs start line: 13 end line: 47 size: 31 LOC McCabe index: 2 number of parameters: 1 id: 22 unit: public static void CreateSalesOrderWithoutChangeset() file: ServiceSamples/ODataConsoleApplication/ODataChangesetsExample.cs start line: 49 end line: 84 size: 31 LOC McCabe index: 2 number of parameters: 1 id: 23 unit: public async Task SendPostRequestAsync() file: DIXFSamples/RecurringIntegrationApp/Helpers/HttpClientHelper.cs start line: 23 end line: 56 size: 29 LOC McCabe index: 3 number of parameters: 3 id: 24 unit: public void TLSAuthTest() file: ServiceSamples/ServiceTests/TLSTests.cs start line: 19 end line: 64 size: 29 LOC McCabe index: 2 number of parameters: 0 id: 25 unit: private void InitializeComponent() file: DIXFSamples/RecurringIntegrationApp/Views/SplashScreen.Designer.cs start line: 29 end line: 68 size: 27 LOC McCabe index: 1 number of parameters: 0 id: 26 unit: public static void SimpleCRUD() file: ServiceSamples/ODataConsoleApplication/SimpleCRUDExamples.cs start line: 10 end line: 49 size: 26 LOC McCabe index: 4 number of parameters: 1 id: 27 unit: public async Task ProcessInputQueue() file: DIXFSamples/RecurringIntegrationApp/Runtime/AdvancedDataFlowNetwork.cs start line: 18 end line: 45 size: 22 LOC McCabe index: 4 number of parameters: 0 id: 28 unit: public async Task processInputQueue() file: DIXFSamples/RecurringIntegrationApp/Runtime/DefaultDataFlowNetwork.cs start line: 133 end line: 167 size: 22 LOC McCabe index: 3 number of parameters: 0 id: 29 unit: static void Main() file: ServiceSamples/SoapConsoleApplication/Program.cs start line: 14 end line: 41 size: 22 LOC McCabe index: 1 number of parameters: 1 id: 30 unit: public static Binding GetBinding() file: ServiceSamples/SoapUtility/SoapHelper.cs start line: 23 end line: 49 size: 21 LOC McCabe index: 3 number of parameters: 0 id: 31 unit: public DataSourceOperationResult Create() file: DIXFSamples/RecurringIntegrationApp/Adapters/SharedFolderDataSource.cs start line: 65 end line: 87 size: 20 LOC McCabe index: 2 number of parameters: 2 id: 32 unit: private async Task StatusPollerElapsed() file: DIXFSamples/RecurringIntegrationApp/Runtime/DefaultDataFlowNetwork.cs start line: 176 end line: 204 size: 20 LOC McCabe index: 5 number of parameters: 2 id: 33 unit: private async Task getStatus() file: DIXFSamples/RecurringIntegrationApp/Runtime/DefaultDataFlowNetwork.cs start line: 297 end line: 323 size: 20 LOC McCabe index: 2 number of parameters: 1 id: 34 unit: private void InitializeSettings() file: DIXFSamples/RecurringIntegrationApp/Views/DIXFRecurringJobsProcessor.cs start line: 19 end line: 54 size: 20 LOC McCabe index: 1 number of parameters: 0 id: 35 unit: static void Main() file: ServiceSamples/JsonConsoleApplication/Program.cs start line: 19 end line: 43 size: 20 LOC McCabe index: 1 number of parameters: 1 id: 36 unit: public void JsonAuthTest() file: ServiceSamples/ServiceTests/JsonTests.cs start line: 20 end line: 40 size: 20 LOC McCabe index: 1 number of parameters: 0 id: 37 unit: public Uri GetEnqueueUri() file: DIXFSamples/RecurringIntegrationApp/Helpers/HttpClientHelper.cs start line: 87 end line: 113 size: 19 LOC McCabe index: 4 number of parameters: 0 id: 38 unit: public void BasicSoapAuthTest() file: ServiceSamples/ServiceTests/SoapTests.cs start line: 16 end line: 38 size: 19 LOC McCabe index: 1 number of parameters: 0 id: 39 unit: public DataSourceOperationResult Delete() file: DIXFSamples/RecurringIntegrationApp/Adapters/SharedFolderDataSource.cs start line: 19 end line: 39 size: 18 LOC McCabe index: 3 number of parameters: 1 id: 40 unit: public static function getAuthenticationHeader() file: ServiceSamples/PHPConsoleApplication/AXAccessHelper.php start line: 25 end line: 60 size: 18 LOC McCabe index: 1 number of parameters: 1 id: 41 unit: public void ODataAuthTest() file: ServiceSamples/ServiceTests/ODataTests.cs start line: 14 end line: 33 size: 18 LOC McCabe index: 1 number of parameters: 0 id: 42 unit: public static function setTimeZone() file: ServiceSamples/PHPConsoleApplication/PHPExamples.php start line: 66 end line: 91 size: 17 LOC McCabe index: 1 number of parameters: 0 id: 43 unit: public void EnsureServiceGroup1IsPresent() file: ServiceSamples/ServiceTests/ServiceGroup1Tests.cs start line: 19 end line: 35 size: 17 LOC McCabe index: 2 number of parameters: 0 id: 44 unit: public async Task GetRequestAsync() file: DIXFSamples/RecurringIntegrationApp/Helpers/HttpClientHelper.cs start line: 63 end line: 81 size: 16 LOC McCabe index: 1 number of parameters: 1 id: 45 unit: public static string ReadSetting() file: DIXFSamples/RecurringIntegrationApp/Configuration/SettingManager.cs start line: 17 end line: 30 size: 14 LOC McCabe index: 2 number of parameters: 1 id: 46 unit: public Stream Read() file: DIXFSamples/RecurringIntegrationApp/Adapters/SharedFolderDataSource.cs start line: 46 end line: 58 size: 13 LOC McCabe index: 2 number of parameters: 1 id: 47 unit: public IEnumerable FindAll() file: DIXFSamples/RecurringIntegrationApp/Adapters/SharedFolderDataSource.cs start line: 93 end line: 106 size: 13 LOC McCabe index: 2 number of parameters: 0 id: 48 unit: private void INfade_Tick() file: DIXFSamples/RecurringIntegrationApp/Views/SplashScreen.cs start line: 35 end line: 46 size: 12 LOC McCabe index: 2 number of parameters: 2 id: 49 unit: static void Main() file: ServiceSamples/ODataConsoleApplication/Program.cs start line: 13 end line: 51 size: 12 LOC McCabe index: 1 number of parameters: 1 id: 50 unit: public static void ExpandNavigationalProperty() file: ServiceSamples/ODataConsoleApplication/QueryExamples.cs start line: 81 end line: 94 size: 12 LOC McCabe index: 3 number of parameters: 1 id: 51 unit: public static function AddRequiredHeadersAndSettings() file: ServiceSamples/PHPConsoleApplication/AXAccessHelper.php start line: 8 end line: 23 size: 12 LOC McCabe index: 2 number of parameters: 2 id: 52 unit: private void sharedFolderFileCreatedHandler() file: DIXFSamples/RecurringIntegrationApp/Runtime/FileProcessor.cs start line: 114 end line: 125 size: 11 LOC McCabe index: 1 number of parameters: 2 id: 53 unit: public static function getUserSessionInfo() file: ServiceSamples/PHPConsoleApplication/PHPExamples.php start line: 47 end line: 64 size: 11 LOC McCabe index: 1 number of parameters: 0 id: 54 unit: public void Stop() file: DIXFSamples/RecurringIntegrationApp/Runtime/FileProcessor.cs start line: 68 end line: 81 size: 10 LOC McCabe index: 2 number of parameters: 0 id: 55 unit: private void OUTfade_Tick() file: DIXFSamples/RecurringIntegrationApp/Views/SplashScreen.cs start line: 13 end line: 22 size: 10 LOC McCabe index: 2 number of parameters: 2 id: 56 unit: private void timer1_Tick() file: DIXFSamples/RecurringIntegrationApp/Views/SplashScreen.cs start line: 24 end line: 33 size: 10 LOC McCabe index: 2 number of parameters: 2 id: 57 unit: public static function getProducts() file: ServiceSamples/PHPConsoleApplication/PHPExamples.php start line: 9 end line: 26 size: 10 LOC McCabe index: 1 number of parameters: 0 id: 58 unit: public static function getInventory() file: ServiceSamples/PHPConsoleApplication/PHPExamples.php start line: 28 end line: 45 size: 10 LOC McCabe index: 1 number of parameters: 0 id: 59 unit: public ClientDataMessage() file: DIXFSamples/RecurringIntegrationApp/Contracts/ClientDataMessage.cs start line: 34 end line: 42 size: 9 LOC McCabe index: 2 number of parameters: 2 id: 60 unit: public DefaultDataFlowNetwork() file: DIXFSamples/RecurringIntegrationApp/Runtime/DefaultDataFlowNetwork.cs start line: 64 end line: 77 size: 9 LOC McCabe index: 1 number of parameters: 1 id: 61 unit: public override void TearDown() file: DIXFSamples/RecurringIntegrationApp/Runtime/DefaultDataFlowNetwork.cs start line: 98 end line: 106 size: 9 LOC McCabe index: 2 number of parameters: 0 id: 62 unit: private void initDatasourceWatcher() file: DIXFSamples/RecurringIntegrationApp/Runtime/FileProcessor.cs start line: 87 end line: 107 size: 9 LOC McCabe index: 1 number of parameters: 0 id: 63 unit: public void logText() file: DIXFSamples/RecurringIntegrationApp/Views/DIXFRecurringJobsProcessor.cs start line: 86 end line: 94 size: 9 LOC McCabe index: 2 number of parameters: 1 id: 64 unit: public static void GetTopRecords() file: ServiceSamples/ODataConsoleApplication/QueryExamples.cs start line: 29 end line: 38 size: 9 LOC McCabe index: 2 number of parameters: 1 id: 65 unit: protected virtual void Dispose() file: DIXFSamples/RecurringIntegrationApp/Runtime/DefaultDataFlowNetwork.cs start line: 118 end line: 125 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 66 unit: protected override void Dispose() file: DIXFSamples/RecurringIntegrationApp/Views/DIXFRecurringJobsProcessor.Designer.cs start line: 14 end line: 21 size: 8 LOC McCabe index: 3 number of parameters: 1 id: 67 unit: private void RecurringJobQueueIdTextBox_TextChanged() file: DIXFSamples/RecurringIntegrationApp/Views/DIXFRecurringJobsProcessor.cs start line: 56 end line: 63 size: 8 LOC McCabe index: 2 number of parameters: 2 id: 68 unit: protected override void Dispose() file: DIXFSamples/RecurringIntegrationApp/Views/SplashScreen.Designer.cs start line: 14 end line: 21 size: 8 LOC McCabe index: 3 number of parameters: 1 id: 69 unit: public static string GetAuthenticationHeader() file: FileBasedIntegrationSamples/ConsoleAppSamples/DataPackageHandler/AuthorizationHelper/AuthorizationHelper.cs start line: 21 end line: 31 size: 8 LOC McCabe index: 1 number of parameters: 0 id: 70 unit: public static void FilterLinqSyntax() file: ServiceSamples/ODataConsoleApplication/QueryExamples.cs start line: 40 end line: 48 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 71 unit: public static void FilterSyntax() file: ServiceSamples/ODataConsoleApplication/QueryExamples.cs start line: 50 end line: 58 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 72 unit: public static void SortSyntax() file: ServiceSamples/ODataConsoleApplication/QueryExamples.cs start line: 60 end line: 68 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 73 unit: public static void FilterByCompany() file: ServiceSamples/ODataConsoleApplication/QueryExamples.cs start line: 71 end line: 79 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 74 unit: public static void FilterOnNavigationalProperty() file: ServiceSamples/ODataConsoleApplication/QueryExamples.cs start line: 96 end line: 105 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 75 unit: static AuthenticationHeaderValue ParseAuthenticationHeader() file: DIXFSamples/RecurringIntegrationApp/Helpers/AuthenticationHelper.cs start line: 51 end line: 57 size: 7 LOC McCabe index: 1 number of parameters: 1 id: 76 unit: static void Main() file: DIXFSamples/RecurringIntegrationApp/Program.cs start line: 21 end line: 28 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 77 unit: public override async Task PostMessageAsync() file: DIXFSamples/RecurringIntegrationApp/Runtime/DefaultDataFlowNetwork.cs start line: 84 end line: 96 size: 7 LOC McCabe index: 1 number of parameters: 1 id: 78 unit: private void startButton_Click() file: DIXFSamples/RecurringIntegrationApp/Views/DIXFRecurringJobsProcessor.cs start line: 70 end line: 76 size: 7 LOC McCabe index: 1 number of parameters: 2 id: 79 unit: public static void ReadLegalEntities() file: ServiceSamples/ODataConsoleApplication/QueryExamples.cs start line: 13 end line: 19 size: 7 LOC McCabe index: 2 number of parameters: 1 id: 80 unit: public DataSourceOperationResult() file: DIXFSamples/RecurringIntegrationApp/Contracts/DataSourceOperationResult.cs start line: 29 end line: 34 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 81 unit: private void stopButton_Click() file: DIXFSamples/RecurringIntegrationApp/Views/DIXFRecurringJobsProcessor.cs start line: 78 end line: 84 size: 6 LOC McCabe index: 1 number of parameters: 2 id: 82 unit: public static void GetInlineQueryCount() file: ServiceSamples/ODataConsoleApplication/QueryExamples.cs start line: 21 end line: 27 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 83 unit: public static string GetSoapServiceUriString() file: ServiceSamples/SoapUtility/SoapHelper.cs start line: 16 end line: 21 size: 6 LOC McCabe index: 1 number of parameters: 2 id: 84 unit: public AdvancedDataFlowNetwork() file: DIXFSamples/RecurringIntegrationApp/Runtime/AdvancedDataFlowNetwork.cs start line: 13 end line: 17 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 85 unit: public void Dispose() file: DIXFSamples/RecurringIntegrationApp/Runtime/DefaultDataFlowNetwork.cs start line: 108 end line: 112 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 86 unit: public FileProcessor() file: DIXFSamples/RecurringIntegrationApp/Runtime/FileProcessor.cs start line: 29 end line: 36 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 87 unit: public FileProcessor() file: DIXFSamples/RecurringIntegrationApp/Runtime/FileProcessor.cs start line: 43 end line: 49 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 88 unit: public void Start() file: DIXFSamples/RecurringIntegrationApp/Runtime/FileProcessor.cs start line: 56 end line: 63 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 89 unit: public DIXFRecurringJobsProcessor() file: DIXFSamples/RecurringIntegrationApp/Views/DIXFRecurringJobsProcessor.cs start line: 12 end line: 17 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 90 unit: public static IDataSource GetDataSourceForMessage() file: DIXFSamples/RecurringIntegrationApp/Adapters/DataSourceFactory.cs start line: 11 end line: 14 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 91 unit: public static IDataSource GetDataSourceForLocation() file: DIXFSamples/RecurringIntegrationApp/Adapters/DataSourceFactory.cs start line: 21 end line: 24 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 92 unit: public DataFlowNetworkStrategy() file: DIXFSamples/RecurringIntegrationApp/Contracts/DataFlowNetworkStrategy.cs start line: 24 end line: 27 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 93 unit: public virtual async Task PostMessageAsync() file: DIXFSamples/RecurringIntegrationApp/Contracts/DataFlowNetworkStrategy.cs start line: 40 end line: 43 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 94 unit: public static AuthenticationHeaderValue GetValidAuthenticationHeader() file: DIXFSamples/RecurringIntegrationApp/Helpers/AuthenticationHelper.cs start line: 46 end line: 49 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 95 unit: public override void Initialize() file: DIXFSamples/RecurringIntegrationApp/Runtime/DefaultDataFlowNetwork.cs start line: 79 end line: 82 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 96 unit: private void clearLogButton_Click() file: DIXFSamples/RecurringIntegrationApp/Views/DIXFRecurringJobsProcessor.cs start line: 65 end line: 68 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 97 unit: private void DIXFRecurringJobsProcessor_FormClosed() file: DIXFSamples/RecurringIntegrationApp/Views/DIXFRecurringJobsProcessor.cs start line: 152 end line: 155 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 98 unit: public SplashScreen() file: DIXFSamples/RecurringIntegrationApp/Views/SplashScreen.cs start line: 8 end line: 11 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 99 unit: private void SplashScreen_Load() file: DIXFSamples/RecurringIntegrationApp/Views/SplashScreen.cs start line: 48 end line: 51 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 100 unit: public ClientDataMessage() file: DIXFSamples/RecurringIntegrationApp/Contracts/ClientDataMessage.cs start line: 27 end line: 27 size: 1 LOC McCabe index: 1 number of parameters: 0