Darrel Schneider created GEODE-1785:
---------------------------------------
Summary: generated AbstractRegionEntry subclasses can no longer be
generated
Key: GEODE-1785
URL: https://issues.apache.org/jira/browse/GEODE-1785
Project: Geode
Issue Type: Bug
Components: regions
Reporter: Darrel Schneider
A large number of the subclasses of AbstractRegionEntry are generated.
They have comments instructing developers to not modify them. For example:
/**
* Do not modify this class. It was generated.
* Instead modify LeafRegionEntry.cpp and then run
* bin/generateRegionEntryClasses.sh from the directory
* that contains your build.xml.
*/
But Geode does not include LeafRegionEntry.cpp nor
bin/generateRegionEntryClasses.sh. It also no longer has a build.xml.
This is not a show stopper since the classes can be modified in place just like
any other java file.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)