Ted Pearson created CURATOR-102:
-----------------------------------
Summary: org.apache.curator.framework.recipes.cache.ChildData
should have public constructor
Key: CURATOR-102
URL: https://issues.apache.org/jira/browse/CURATOR-102
Project: Apache Curator
Issue Type: Improvement
Components: Recipes
Affects Versions: 2.4.1
Reporter: Ted Pearson
Priority: Minor
Fix For: TBD
See https://github.com/apache/curator/pull/4
When unit testing an application making use of PathChildrenCache, I wanted to
make some PathChildrenCacheEvents to pass to my
PathChildrenCacheListener-implementing class. However I found that
PathChildrenCacheEvent contains ChildData, which has only a no-modifier
constructor, meaning my unit test would have to be in the
org.apache.curator.framework.recipies.cache package in order to perform these
tests.
--
This message was sent by Atlassian JIRA
(v6.2#6252)