You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Jesse Glick (JIRA)" <ji...@codehaus.org> on 2011/05/23 23:19:22 UTC

[jira] Commented: (MINDEXER-26) NPE from IndexWriter.isLocked in DefaultIndexingContext.prepareCleanIndex

    [ http://jira.codehaus.org/browse/MINDEXER-26?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=268241#action_268241 ] 

Jesse Glick commented on MINDEXER-26:
-------------------------------------

http://statistics.netbeans.org/exceptions/exception.do?id=509289 shows an apparently similar NPE - {{indexDirectory}} null in {{DefaultIndexingContext.deleteIndexFiles}} - which is not inside the constructor.

> NPE from IndexWriter.isLocked in DefaultIndexingContext.prepareCleanIndex
> -------------------------------------------------------------------------
>
>                 Key: MINDEXER-26
>                 URL: http://jira.codehaus.org/browse/MINDEXER-26
>             Project: Maven Indexer
>          Issue Type: Bug
>    Affects Versions: 4.0.0
>         Environment: VM: Java HotSpot(TM) 64-Bit Server VM, 19.0-b09, Java(TM) SE Runtime
> Environment, 1.6.0_23-b05
> OS: Windows 7
>            Reporter: Jesse Glick
>
> http://netbeans.org/bugzilla/show_bug.cgi?id=197346 reported by a NetBeans user in a build embedding Maven Indexer 4.0.0.
> {noformat}
>             if ( IndexWriter.isLocked( indexDirectory ) )
>             {
>                 IndexWriter.unlock( indexDirectory );
>             }
> {noformat}
> Looks like {[indexDirectory}} is null, perhaps due to {{close}} having been called, and this code does not check for that (other code in the same class does). Can probably be guarded with a simple null check?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira