Jason Huynh created GEODE-7774:
----------------------------------
Summary: Remove redundant addAll call in ReflectionLuceneSerializer
Key: GEODE-7774
URL: https://issues.apache.org/jira/browse/GEODE-7774
Project: Geode
Issue Type: Task
Reporter: Jason Huynh
the variable fieldNames can be constructed with a parameterized constructor
instead of an empty constructor and having addAll() invoked.
https://github.com/apache/geode/blob/182de42d8e56a900f0d22793a440af72f62f09f4/geode-lucene/src/main/java/org/apache/geode/cache/lucene/internal/repository/serializer/ReflectionLuceneSerializer.java#L45
--
This message was sent by Atlassian Jira
(v8.3.4#803005)