Open dukefoss opened 5 years ago
Description: The method "addInstancesJSON" does not add the instances to the case base.
Steps to reproduce:
Expected and Actual Result: Expected result is to get instances with the method "getAllInstancesInCaseBase". Actual result is an empty array.
Note: Bug probably in class "InstanceServices" and method "convertJSONArray" because: "HashMap<> values" are never put into "HashSet<> ret".
Description: The method "addInstancesJSON" does not add the instances to the case base.
Steps to reproduce:
Expected and Actual Result: Expected result is to get instances with the method "getAllInstancesInCaseBase". Actual result is an empty array.
Note: Bug probably in class "InstanceServices" and method "convertJSONArray" because: "HashMap<> values" are never put into "HashSet<> ret".