feature: changed result type of AdapterResult.kt and its implementing classes...
feature: changed result type of AdapterResult.kt and its implementing classes to the new AdapterResult.kt. The benefit is that we have one common result type for all adapters which can be either a success or an Error with a given ErrorType to indicate all consumers what went wrong during transformation.
parent
1fc26f45
No related branches found
No related tags found
Checking pipeline status
Showing
- app/backend/src/main/kotlin/de/fraunhofer/iem/app/toolRun/service/ToolRunService.kt 10 additions, 2 deletions...n/de/fraunhofer/iem/app/toolRun/service/ToolRunService.kt
- kpi-calculator/adapter/src/main/kotlin/de/fraunhofer/iem/kpiCalculator/adapter/KpiAdapter.kt 3 additions, 3 deletions...lin/de/fraunhofer/iem/kpiCalculator/adapter/KpiAdapter.kt
- kpi-calculator/adapter/src/main/kotlin/de/fraunhofer/iem/kpiCalculator/adapter/cve/CveAdapter.kt 14 additions, 7 deletions...de/fraunhofer/iem/kpiCalculator/adapter/cve/CveAdapter.kt
- kpi-calculator/adapter/src/test/kotlin/de/fraunhofer/iem/kpiCalculator/adapter/cve/CveAdapterTest.kt 24 additions, 3 deletions...raunhofer/iem/kpiCalculator/adapter/cve/CveAdapterTest.kt
- kpi-calculator/model/src/main/kotlin/de/fraunhofer/iem/kpiCalculator/model/adapter/AdapterResult.kt 10 additions, 0 deletions...aunhofer/iem/kpiCalculator/model/adapter/AdapterResult.kt
Loading
Please register or sign in to comment