Skip to content

Restrict the bypass check in checkAsm8Experimental. Also add missing factory...

Eric Bruneton requested to merge restrict-preview-check-bypass into master

Restrict the bypass check in checkAsm8Experimental(). Also add missing factory methods in Remapper classes. This is to discourage users to define classes in the asm package to bypass the check (the only remaining possibility is to use inner classes in classes with a name ending with "Test").

Merge request reports