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

Skip to content
Snippets Groups Projects
This project is mirrored from https://*****:*****@code.europa.eu/vecto/vecto.git. Pull mirroring updated .
  1. Jun 28, 2021
  2. Jun 24, 2021
  3. Jun 23, 2021
  4. Jun 22, 2021
  5. Jun 21, 2021
  6. Jun 18, 2021
    • Markus Quaritsch's avatar
      Merge branch 'develop' into feature/VECTO-1410-multistage-tool-buses · 7e54544c
      Markus Quaritsch authored
      # Conflicts:
      #	VECTO.sln.DotSettings
      #	VectoCore/VectoCore/InputData/FileIO/JSON/JSONComponentInputData.cs
      #	VectoCore/VectoCore/InputData/FileIO/JSON/JSONVehicleData.cs
      #	VectoCore/VectoCore/InputData/FileIO/XML/Declaration/DataProvider/XMLDeclarationVehicleDataProvider.cs
      #	VectoCore/VectoCore/InputData/FileIO/XML/Declaration/Reader/Impl/XMLDeclarationMultistageInputReader.cs
      #	VectoCore/VectoCore/InputData/FileIO/XML/Engineering/DataProvider/XMLEngineeringVehicleDataProvider.cs
      #	VectoCore/VectoCore/OutputData/XML/DeclarationReports/CustomerInformationFile/XMLCustomerReport.cs
      #	VectoCore/VectoCore/OutputData/XML/XMLDeclarationReportPrimaryVehicle.cs
      #	VectoCore/VectoCore/OutputData/XML/XMLMonitoringReport.cs
      7e54544c
    • Markus Quaritsch's avatar
      Pull request #65: Develop · 9559abc8
      Markus Quaritsch authored
      Merge in VECTO/vecto-dev from VECTO/mq_vecto-dev:develop to develop
      
      * commit 'bfe358fd':
        remove redundant else branches
        Revert "removed redundant ternary operands (boolean)"
      9559abc8
    • Markus Quaritsch's avatar
      remove redundant else branches · bfe358fd
      Markus Quaritsch authored
      bfe358fd
    • Markus Quaritsch's avatar
      Revert "removed redundant ternary operands (boolean)" · 2e2add66
      Markus Quaritsch authored
      This reverts commit fbf8bc83.
      2e2add66
    • Markus Quaritsch's avatar
      Pull request #64: Feature/VECTO-1440 change sourcecode from switch functions... · e4f2597b
      Markus Quaritsch authored
      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)
        ...
      e4f2597b
    • Michael KRISPER's avatar
      corrected refactoring error (syntax) · d08c688d
      Michael KRISPER authored
      d08c688d
    • Michael KRISPER's avatar
      3519b2be
    • Michael KRISPER's avatar
      renamed constant "NOT_AVAILABLE" (typo) · d1e8644c
      Michael KRISPER authored
      d1e8644c
Loading