Currently SearchPageImpl extends PageImpl and contains a SearchHits object. This leads to two list instances in the object containing the SearchHit objects, on in the PageImpl, and one in the SearchHits. Both lists contain the same objects, but there are two list objects. There should be only one list instance in the object
spring-projects-issues commentedOct 15, 2020
sothawo opened DATAES-952 and commented
Currently SearchPageImpl extends PageImpl and contains a SearchHits object. This leads to two list instances in the object containing the SearchHit objects, on in the PageImpl, and one in the SearchHits. Both lists contain the same objects, but there are two list objects. There should be only one list instance in the object
Referenced from: pull request #539
The text was updated successfully, but these errors were encountered: