[hibernate-issues] [Hibernate-JIRA] Created: (HSEARCH-452) FSMasterDirectoryProvider: typo in marker file name

Stephan Bublava (JIRA) noreply at atlassian.com
Wed Feb 3 08:54:31 EST 2010


FSMasterDirectoryProvider: typo in marker file name
---------------------------------------------------

                 Key: HSEARCH-452
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-452
             Project: Hibernate Search
          Issue Type: Bug
          Components: directory provider
    Affects Versions: 3.1.1.GA
            Reporter: Stephan Bublava


FSMasterDirectoryProvider.start() contains this code:

new File( sourceDir, "current1 ").delete();
new File( sourceDir, "current2" ).delete();

The space in "current1 " is wrong.

According to http://anonsvn.jboss.org/repos/hibernate/search/trunk/src/main/java/org/hibernate/search/store/FSMasterDirectoryProvider.java this error is also present in the latest version.

See https://forum.hibernate.org/viewtopic.php?f=9&t=1002385 for details.


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

        


More information about the hibernate-issues mailing list