eclipse / transformer

Eclipse Transformer provides tools and runtime components that transform Java binaries, such as individual class files and complete JARs and WARs, mapping changes to Java packages, type names, and related resource names.

Home Page:https://projects.eclipse.org/projects/technology.transformer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ability to switch to another SignatureRule implementation

jeanouii opened this issue · comments

In order to improve #472 , I have created an alternate approach using regular expressions.
It's way faster for me at least. I understand it's not the approach chosen, but I found out that switching the default SignatureRuleImpl to a RegexpSignatureRuleImpl with regular expression can probably allow both to be used.

The PR coming soon aims at providing the ability to switch to another implementation so one can plugin his own implementation

The PR uses a Regular expression approach. The speed gain is huge.

Same as for the PR. No interest so closing