[jira] Updated: (LUCENE-818) IndexWriter should detect when it's used after being closed

2007-03-14 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-818?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-818: -- Fix Version/s: 2.2 IndexWriter should detect when it's used after being closed

[jira] Updated: (LUCENE-818) IndexWriter should detect when it's used after being closed

2007-03-12 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-818?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-818: -- Attachment: LUCENE-818.take5.patch Attached patch: removed AlreadyClosedException from

[jira] Updated: (LUCENE-818) IndexWriter should detect when it's used after being closed

2007-03-07 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-818?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-818: -- Attachment: LUCENE-818.take4.patch New patch based on above discussion: just re-based

[jira] Updated: (LUCENE-818) IndexWriter should detect when it's used after being closed

2007-03-04 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-818?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-818: -- Attachment: LUCENE-818.take3.patch Attached take3, which just removes ensureOpen()

[jira] Updated: (LUCENE-818) IndexWriter should detect when it's used after being closed

2007-03-02 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-818?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-818: -- Attachment: LUCENE-818.patch Attached patch. I added checks to all public methods in

[jira] Updated: (LUCENE-818) IndexWriter should detect when it's used after being closed

2007-03-02 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-818?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-818: -- Attachment: LUCENE-818.take2.patch Excellent point. OK I fixed the patch to silently