Uploaded image for project: 'Solr'
  1. Solr
  2. SOLR-5082 Implement ie=charset parameter
  3. SOLR-5083

Move JDK-1.0-style hidden classes into inner classes of SolrRequestParsers (to prevent uptodate javac bugs)

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 4.4
    • 4.5, 6.0
    • None
    • None

    Description

      This is one place in Solr where we have crazy Java 1.0 classes which are not inner classes but in the same Java file but next to each other. This leads to problems on updating, because javac cannot determine if the class files needs updating.

      All those classes should be either in separate java files or should be inner classes

      Attachments

        1. SOLR-5082.patch
          19 kB
          Uwe Schindler

        Activity

          People

            uschindler Uwe Schindler
            uschindler Uwe Schindler
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: