JPoint 2019: Marc Hoffmann и Евгений Мандриков — Lets make some 0xCAFEBABE — test driven bytecode engineering

Комментарий Программного комитета: Работать с байткодом — дело опасное и трудное. В этом докладе демонстрируется test-driven подход, позволяющий отстрелить себе меньше ног всякими StackMapFrame-ами. Creating or manipulating Java bytecode can be tricky when working with low-level libraries like ASM. Writing and maintaining tools on bytecode level should therefore always be guided by comprehensive tests. In this session we will learn how bytecode manipulation can be implemented in a test-driven approach. With many code examples we will see practical techniques for real projects.
Back to Top