You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Uwe Schindler (JIRA)" <ji...@apache.org> on 2013/07/28 01:15:48 UTC

[jira] [Updated] (SOLR-5083) Move JDK-1.0-style hidden classes into inner classes of SolrRequestParsers (to prevent uptodate javac bugs)

     [ https://issues.apache.org/jira/browse/SOLR-5083?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Uwe Schindler updated SOLR-5083:
--------------------------------

    Attachment: SOLR-5082.patch
    
> 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
>
>         Attachments: SOLR-5082.patch
>
>
> 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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org