Skip to content

Commit

Permalink
remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
Horcrux7 committed Mar 20, 2022
1 parent 04fc77e commit c223124
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,6 @@ private void scanFunctions() throws IOException {

//temporary Hack because the generated Enum.valueOf(String) use Reflection which currently is not supported
if( classFile.isEnum() && "valueOf".equals( next.methodName ) && next.signature.startsWith( "(Ljava/lang/String;)" ) ) {
System.err.println( next.signatureName );
String replaceForEnums = ReplacementForEnums.class.getName().replace( ".", "/" );
ClassFile file = classFileLoader.get( replaceForEnums );
classFileLoader.partial( next.className, file );
Expand Down

0 comments on commit c223124

Please sign in to comment.