Uwe Schindler created SOLR-5083:
-----------------------------------

             Summary: Move JDK-1.0-style hidden classes into inner classes of 
SolrRequestParsers (to prevent uptodate javac bugs)
                 Key: SOLR-5083
                 URL: https://issues.apache.org/jira/browse/SOLR-5083
             Project: Solr
          Issue Type: Sub-task
    Affects Versions: 4.4
            Reporter: Uwe Schindler
            Assignee: Uwe Schindler
             Fix For: 5.0, 4.5


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

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to