You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Joris Melchior (Jira)" <ji...@apache.org> on 2022/06/20 15:09:00 UTC

[jira] [Created] (GEODE-10393) RegionEntryFactory.getEntryClass() return type should have generic type

Joris Melchior created GEODE-10393:
--------------------------------------

             Summary: RegionEntryFactory.getEntryClass() return type should have generic type
                 Key: GEODE-10393
                 URL: https://issues.apache.org/jira/browse/GEODE-10393
             Project: Geode
          Issue Type: Improvement
          Components: core
    Affects Versions: 1.16.0
            Reporter: Joris Melchior


The interface `RegionEntryFactory.getEntryClass()` returns a class without a generic type. Because of this there are compiler warnings.

By adding a generic type we can reduce the number of warnings we get in our code.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)