Pull request #64: Feature/VECTO-1440 change sourcecode from switch functions...
Pull request #64: Feature/VECTO-1440 change sourcecode from switch functions to switch pattern matching Merge in VECTO/vecto-dev from VECTO/mk_vecto-dev:feature/VECTO-1440-change-sourcecode-from-switch-functions-to-switch-pattern-matching to develop * commit 'd08c688d': (36 commits) corrected refactoring error (syntax) refactored null-checks to null-coalescing operator renamed constant "NOT_AVAILABLE" (typo) wrong string identifier in string.Format string interpolation string interpolation simplified conditions that are always true or false (+codeformatting) variables are always null code formatting removed condition which is always true removed unused code value is always null removed unneccessary imports removed redunant .ToString methods. inlined string literals and format specifier applied format-strings everywhere where they shortened the code and improved readability. removed redundant type specifier inlined out variables removed redundant "as" typecasts removed empty statements (redundant semicolons) ...
No related branches found
No related tags found
Showing
- HashingCmd/Program.cs 5 additions, 5 deletionsHashingCmd/Program.cs
- HashingTool/Helper/HashingHelper.cs 10 additions, 11 deletionsHashingTool/Helper/HashingHelper.cs
- HashingTool/MainWindow.xaml.cs 1 addition, 1 deletionHashingTool/MainWindow.xaml.cs
- HashingTool/ViewModel/ApplicationViewModel.cs 5 additions, 17 deletionsHashingTool/ViewModel/ApplicationViewModel.cs
- HashingTool/ViewModel/HashComponentDataViewModel.cs 11 additions, 18 deletionsHashingTool/ViewModel/HashComponentDataViewModel.cs
- HashingTool/ViewModel/HomeViewModel.cs 3 additions, 14 deletionsHashingTool/ViewModel/HomeViewModel.cs
- HashingTool/ViewModel/UserControl/CustomerReportXMLFile.cs 7 additions, 7 deletionsHashingTool/ViewModel/UserControl/CustomerReportXMLFile.cs
- HashingTool/ViewModel/UserControl/HashedXMLFile.cs 2 additions, 2 deletionsHashingTool/ViewModel/UserControl/HashedXMLFile.cs
- HashingTool/ViewModel/UserControl/ManufacturerReportXMLFile.cs 11 additions, 11 deletions...ngTool/ViewModel/UserControl/ManufacturerReportXMLFile.cs
- HashingTool/ViewModel/UserControl/ReportXMLFile.cs 13 additions, 14 deletionsHashingTool/ViewModel/UserControl/ReportXMLFile.cs
- HashingTool/ViewModel/UserControl/VectoJobFile.cs 10 additions, 11 deletionsHashingTool/ViewModel/UserControl/VectoJobFile.cs
- HashingTool/ViewModel/UserControl/VectoXMLFile.cs 7 additions, 10 deletionsHashingTool/ViewModel/UserControl/VectoXMLFile.cs
- HashingTool/ViewModel/UserControl/XMLFileSelector.cs 10 additions, 19 deletionsHashingTool/ViewModel/UserControl/XMLFileSelector.cs
- HashingTool/ViewModel/VerifyComponentInputDataViewModel.cs 2 additions, 5 deletionsHashingTool/ViewModel/VerifyComponentInputDataViewModel.cs
- HashingTool/ViewModel/VerifyJobInputDataViewModel.cs 2 additions, 8 deletionsHashingTool/ViewModel/VerifyJobInputDataViewModel.cs
- HashingTool/ViewModel/VerifyResultDataViewModel.cs 5 additions, 20 deletionsHashingTool/ViewModel/VerifyResultDataViewModel.cs
- HashingTool/Views/Dialog/XMLValidationErrorsDialog.xaml.cs 3 additions, 3 deletionsHashingTool/Views/Dialog/XMLValidationErrorsDialog.xaml.cs
- HashingTool/Views/UserControl/VectoXMLFileSelector.xaml.cs 2 additions, 2 deletionsHashingTool/Views/UserControl/VectoXMLFileSelector.xaml.cs
- VECTO.sln.DotSettings 11 additions, 1 deletionVECTO.sln.DotSettings
- VECTO/BusAuxiliaries/UI/frmAuxiliaryConfig.vb 1 addition, 8 deletionsVECTO/BusAuxiliaries/UI/frmAuxiliaryConfig.vb
Loading
Please register or sign in to comment