eclipse-xpanse / xpanse

Enabling configurable and portable native managed cloud services for 3rd party providers
https://eclipse.dev/xpanse/
Apache License 2.0
23 stars 20 forks source link

FlexbileEngine plugin - exception in client generation ignored #487

Closed swaroopar closed 1 year ago

swaroopar commented 1 year ago

In the below code, all the exception from a method call is simply caught and ignored. This will only make the method return null which will cause further errors in the calling method. https://github.com/eclipse-xpanse/xpanse/blob/cee4652b85ab48c6b3dd855bddc1bdc7d8d6e335/plugins/flexibleengine/src/main/java/org/eclipse/xpanse/plugins/flexibleengine/monitor/MetricsService.java#L111

baixinsui commented 1 year ago

I will take this.