Re: API Inconsistency

2009-05-04 Thread Eran Sevi
The locking is done in .NET inside the method by using the lock(this) operation surrounding all the method implementation. This is exactly equivalent to synchronized at the method level in java. As long as all the methods that have synchronized in Java are implemented using lock(this) in .NET

RE: API Inconsistency

2009-05-04 Thread Andrew Psaltis
That is my mistake, sorry. -Original Message- From: x...@mail.ru [mailto:x...@mail.ru] Sent: Sunday, May 03, 2009 11:35 PM To: lucene-net-dev@incubator.apache.org Subject: Re: API Inconsistency Current java-version is 2.4. But .Net version is still 2.3.1. Andrew Psaltis ?: While

RE: API Inconsistency

2009-05-04 Thread Andrew Psaltis
My question was about the public vs protected, not the synchronized. In the end it is my error for not checking the 2.3.1 java source, which does match the .net 2.3.1 source. -Original Message- From: Eran Sevi [mailto:erans...@gmail.com] Sent: Monday, May 04, 2009 3:07 AM To: