Closed judovana closed 11 months ago
It is necessary to move all if loader.equals || loader.matches to separate mathod, and do not attempt to match if pattern can not compile.
if loader.equals || loader.matches
If ti does compile, it would be nice to cache the compiled version.
should be resolved via https://github.com/judovana/java-runtime-decompiler/commit/1b6cd60fed9ccf4ff4fa8163d7f04d49f2be3fda
It is necessary to move all
if loader.equals || loader.matches
to separate mathod, and do not attempt to match if pattern can not compile.If ti does compile, it would be nice to cache the compiled version.