79736497

Date: 2025-08-15 14:07:54
Score: 1
Natty:
Report link

Textifier get the name of an opcode from the constant Printer.OPCODES

import org.objectweb.asm.util.Printer;

// ...
Printer.OPCODES[opcode]

I think asm doesn't store tagValue in parsed objects (the tag in the constant pool), I haven't find a way to get it so far

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: cubewhy