[
https://issues.apache.org/jira/browse/GEODE-3870?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16217451#comment-16217451
]
ASF GitHub Bot commented on GEODE-3870:
---------------------------------------
kirklund opened a new pull request #971: GEODE-3870: move region entry classes
to entries package
URL: https://github.com/apache/geode/pull/971
This moves LeafRegionEntry.cpp, all generated region entry classes, abstract
region entry classes and region entry interfaces to
org.apache.geode.internal.cache.entries package.
Passes full precheckin.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Region entry classes need to be regenerated from Linux
> ------------------------------------------------------
>
> Key: GEODE-3870
> URL: https://issues.apache.org/jira/browse/GEODE-3870
> Project: Geode
> Issue Type: Improvement
> Components: regions
> Reporter: Kirk Lund
> Assignee: Kirk Lund
>
> The region entry leaf classes are generated from LeafRegionEntry.cpp by
> executing dev-tools/generateRegionEntryClasses.sh.
> I previously generated the latest version from Mac which introduced
> white-space-hell as well as garbling some comments in the java sources. If we
> regenerate them from Linux, these problems are fixed.
> 1) regenerate region entry classes to fix white space and comments
> 2) fixup variable names and types, formatting, annotations, etc.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)