While looking at the latest MEAP edition of Lucene in Action and trying to
port Listing 10.2 from the Java to .NET, I noticed an inconsistency in the
DecRef and IncRef API of the IndexReader. The java version have the
following signature:

 

public synchronized void incRef()

public synchronized void decRef()

 

However, the .NET version (latest source fron SVN as of Thursday -4/30/2009)
has the following signatures:

 

protected internal virtual void  IncRef()

protected internal virtual void  DecRef()

 

 

Is this an acceptable deviation?

 

Thanks,

Andrew

 

 

Reply via email to