sfPlayer1 / Matcher

Tool for tracking elements in obfuscated Java archives across releases
GNU General Public License v3.0
75 stars 41 forks source link

Expose a little more of Matcher to plugins #7

Closed Chocohead closed 5 years ago

Chocohead commented 5 years ago

It would be nice for Matcher#sanitizeMatches and Matcher#runInParallel to be public (or have some kind of publicly accessible version) so plugins can make the most of them. Running bulk tasks in parallel especially is helpful when operating on a class environment that might have tens of thousands of members to get through and it seems reasonable to reuse Matcher's own thread pool rather than making another.