[
https://issues.apache.org/jira/browse/FELIX-3202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Lucas Galfaso updated FELIX-3202:
---------------------------------
Attachment: felix_java5_filter.diff
Attached is a partial patch for a SimpleFilter replacement and some tests to
check it's proper behavior.
SFilter parsing performance is slightly faster to on par with SimpleFilter
parsing with the exception of the aprox filter that is somehow slower as it
implements a minimal soundex comparison.
SFilter matching is substantially faster than SimpleFilter.
> Add generic type information to SimpleFilter
> --------------------------------------------
>
> Key: FELIX-3202
> URL: https://issues.apache.org/jira/browse/FELIX-3202
> Project: Felix
> Issue Type: Improvement
> Components: Framework
> Reporter: Lucas Galfaso
> Priority: Minor
> Attachments: felix_java5_filter.diff
>
>
> SimpleFilter does not have Java 5 generic type information and it is very
> hard to add this to the current implementation.
> Devise a way to add generate type information to SimpleFilter while keeping
> in mind that this is a critical component and any performance degradation
> would slow down the entire framework
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira