Collection of Examples for test-driven bytecode engineering.
Example | Test | Subject |
---|---|---|
a01 Simple LOC Counter | source | source |
a10 Executable Assertions | source | source |
a80 Unparseable class from javac | source | source |
Example | Test | Subject |
---|---|---|
c01 Simple Static Method | source | source |
c02 Interface Implementation | source | source |
c03 Instance Field | source | source |
c04 Exception with Debug Info | source | source |
c05 Undeclared Checked Exception | source | source |
c06 Exception Handling | source | source |
c12 Invoke Interface | source | source |
c14 Invoke Dynamic | source | source |
c20 Simple Control Flow | source | source |
c21 Frames | source | source |
c22 COMPUTE_FRAMES | source | source |
c50 Constant Fields | source | source |
c51 Static Initializer | source | source |
c52 Dynamic Constant | source | source |
c53 putstatic for final field | source | source |
c59 Condy Crash | source | source |