You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geode.apache.org by "Darrel Schneider (JIRA)" <ji...@apache.org> on 2017/05/09 18:29:04 UTC

[jira] [Commented] (GEODE-236) Remove deprecated CacheEvent methods

    [ https://issues.apache.org/jira/browse/GEODE-236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16003249#comment-16003249 ] 

Darrel Schneider commented on GEODE-236:
----------------------------------------

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 deprecated CacheEvent methods
> ------------------------------------
>
>                 Key: GEODE-236
>                 URL: https://issues.apache.org/jira/browse/GEODE-236
>             Project: Geode
>          Issue Type: Sub-task
>            Reporter: Darrel Schneider
>            Assignee: Darrel Schneider
>   Original Estimate: 4h
>  Remaining Estimate: 4h
>
> The following methods need to be removed:
> - CacheEvent.isExpiration: change to CacheEvent.getOperation().isExpiration
> - CacheEvent.isDistributed: change to CacheEvent.getOperation().isDistributed
> This should be a pretty easy task to complete.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)