[infinispan-dev] infinispan-tree, NodeImpl.getParent() seems to be buggy

Manik Surtani manik at jboss.org
Wed May 23 10:22:54 EDT 2012


Hmm, I think the Javadocs may be incorrect.  The tree module was primarily written as a compatibility API with JBoss Cache and in JBoss Cache, rootNode.getParent() returns rootNode.

So the correct thing would be to correct the Javadocs.

On 23 May 2012, at 14:35, Adrian Nistor wrote:

> Hi,
> 
> I spotted a potential problem in infinispan-tree. Noticed that the 
> javadoc of org.infinispan.tree.Node.getParent() ("Returns the parent 
> node. If this is the root node, this method returns <code>null</code>") 
> does not actually match the implementation. It seems 
> rootNode.getParent() == rootNode instead of being null.
> 
> Can't be sure what was the intention here, but I'm assuming the javadoc 
> is correct. Can somebody confirm so I can file a bug?
> 
> Thanks,
> Adrian
> _______________________________________________
> infinispan-dev mailing list
> infinispan-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/infinispan-dev

--
Manik Surtani
manik at jboss.org
twitter.com/maniksurtani

Lead, Infinispan
http://www.infinispan.org






More information about the infinispan-dev mailing list