On 2011-11-02, Prescott Nasser wrote:
> http://people.apache.org/~pnasser/Lucene.Net/2.9.4-incubating-RC2/
As usual, no technical opinion at all, I leave that to others.
Sigs and hashes look good. NOTICE and LICENSE are fine.
RAT is almost happy, we should add license headers to
src/contrib/Di
Hello,
there is a little bug in the SpellChecker.cs class. The finalizer of
this class calls the close method even if the SpellChecker is already
closed. This causes an unhandled exception.
This should work better:
~SpellChecker()
{
if (closed == false)
{
It should probably implement IDisposable instead
2011/11/3 Björn Kremer
> Hello,
>
> there is a little bug in the SpellChecker.cs class. The finalizer of this
> class calls the close method even if the SpellChecker is already closed.
> This causes an unhandled exception.
>
> This should work bet
Many files need proper svn properties to set the linefeeds
--
Key: LUCENENET-453
URL: https://issues.apache.org/jira/browse/LUCENENET-453
Project: Lucene.Net
Issue Type: Bug
[
https://issues.apache.org/jira/browse/LUCENENET-453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Stefan Bodewig updated LUCENENET-453:
-
Attachment: LUCENENET-453.inconsistent-eol.patch
patch that fixes inconsistent linefee
[
https://issues.apache.org/jira/browse/LUCENENET-453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Stefan Bodewig updated LUCENENET-453:
-
Attachment: LUCENENET-453.list-of-files-with-missing-svn_eol-style.txt
list of files t