[
https://issues.apache.org/jira/browse/GEODE-237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Darrel Schneider updated GEODE-237:
-----------------------------------
Comment: was deleted
(was: The previous fix introduced these javadocs warnings. I will check in a
fix for these soon:
{noformat}
:geode-core:javadoc/tmp/gemfire-build/geode/geode-core/src/main/java/org/apache/geode/internal/cache/RegionEventImpl.java:193:
warning - Tag @see: can't find isExpiration() in
org.apache.geode.cache.CacheEvent
/tmp/gemfire-build/geode/geode-core/src/main/java/org/apache/geode/internal/cache/RegionEventImpl.java:200:
warning - Tag @see: can't find isDistributed() in
org.apache.geode.cache.CacheEvent
{noformat}
)
> Remove EntryEvent deprecated methods
> ------------------------------------
>
> Key: GEODE-237
> URL: https://issues.apache.org/jira/browse/GEODE-237
> Project: Geode
> Issue Type: Sub-task
> Reporter: Darrel Schneider
> Assignee: Darrel Schneider
> Original Estimate: 4h
> Remaining Estimate: 4h
>
> The following EntryEvent methods need to be removed:
> - isLocalLoad: change to getOperation().isLocalLoad
> - isNetLoad: change to getOperation().isNetLoad
> - isLoad: change to getOperation().isLoad
> - isNetSearch: change to getOperation().isNetSearch
> - isBridgeEvent: change to hasClientOrigin
> these should be pretty easy to change
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)