Uploaded image for project: 'Lucene - Core'
  1. Lucene - Core
  2. LUCENE-3525

Avoid private nonnested classes

Details

    • Bug
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 3.0.3
    • None
    • core/store
    • None
    • New

    Description

      https://svn.apache.org/repos/asf/lucene/dev/trunk/lucene/src/java/org/apache/lucene/store/NativeFSLockFactory.java shows a private top-level class NativeFSLock. This is a JDK 1.0-ism which should be considered deprecated. Either use a nested class, or create a separate source file.

      Can produce problems for tools. Cause of: https://netbeans.org/bugzilla/show_bug.cgi?id=204039

      Attachments

        1. LUCENE-3525.diff
          58 kB
          Jesse Glick

        Activity

          People

            Unassigned Unassigned
            jglick@netbeans.org Jesse Glick
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: