Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit e4f2597b authored by Markus Quaritsch's avatar Markus Quaritsch
Browse files

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)
  ...
parents 9e37b783 d08c688d
No related branches found
No related tags found
No related merge requests found
Showing
with 121 additions and 187 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment