[ 
https://issues.apache.org/jira/browse/GEODE-1785?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Darrel Schneider resolved GEODE-1785.
-------------------------------------
       Resolution: Fixed
    Fix Version/s: 1.1.0-incubating

commit df2f0c964d4fe62fa12b69266747deeccef3aac5
Author: Darrel Schneider <dschnei...@pivotal.io>
Date:   Wed Nov 9 14:34:33 2016 -0800

    GEODE-1785: add script to generate region entry source
    
    Added generateRegionEntryClasses.sh and LeafRegionEntry.cpp.
    To modify the leaf subclasses of AbstractRegionEntry
    edit LeafeRegionEntry.cpp, run dev-tools/generatedRegionEntryClasses.sh,
    and then do a gradlew spotlessApply since the generated code

> 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
>            Assignee: Darrel Schneider
>             Fix For: 1.1.0-incubating
>
>
> 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)

Reply via email to