[ https://issues.apache.org/jira/browse/GEODE-7678?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17107797#comment-17107797 ]
ASF GitHub Bot commented on GEODE-7678: --------------------------------------- lgtm-com[bot] commented on pull request #4987: URL: https://github.com/apache/geode/pull/4987#issuecomment-628947727 This pull request **introduces 122 alerts** and **fixes 2** when merging 17f39032d84adc6d8584bdc61b1f1f16a5977e5a into 81102ceb497c00d92adfc55505ba38fe18e7d788 - [view on LGTM.com](https://lgtm.com/projects/g/apache/geode/rev/pr-92470d0d8715a1640e75b28b6c1f7fb574b4b6e8) **new alerts:** * 49 for Useless null check * 29 for Missing space in string literal * 19 for Non\-synchronized override of synchronized method * 4 for Implicit conversion from array to string * 3 for Equals method does not inspect argument type * 3 for Dereferenced variable may be null * 3 for Implicit narrowing conversion in compound assignment * 2 for Container contents are never accessed * 2 for Result of multiplication cast to wider type * 2 for Potential database resource leak * 2 for Spurious Javadoc @param tags * 1 for Information exposure through a stack trace * 1 for Potential output resource leak * 1 for Boxed variable is never null * 1 for Race condition in double\-checked locking object initialization **fixed alerts:** * 1 for Useless null check * 1 for Disabled Spring CSRF protection ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org > Partitioned Region clear operations must invoke cache level listeners > --------------------------------------------------------------------- > > Key: GEODE-7678 > URL: https://issues.apache.org/jira/browse/GEODE-7678 > Project: Geode > Issue Type: Sub-task > Components: regions > Reporter: Nabarun Nag > Assignee: Anilkumar Gingade > Priority: Major > Labels: GeodeCommons, GeodeOperationAPI > > Clear operations are successful and CacheListener.afterRegionClear(), > CacheWriter.beforeRegionClear() are invoked. > > Acceptance : > * DUnit tests validating the above behavior. > * Test coverage to when a member departs in this scenario > * Test coverage to when a member restarts in this scenario > * Unit tests with complete code coverage for the newly written code. > -- This message was sent by Atlassian Jira (v8.3.4#803005)