sooding93

Results 1 comments of sooding93

Could I just delete CoverageGatherer.java file's this part for now? (line 375 ~377) ` for (Entry openApiProperty: openApiProperties.entrySet()) { // Recursively add criteria for each property addResponseBodyPropertiesCriterion(openApiProperty.getValue(), criteria, baseRootPath+openApiProperty.getKey()); //...