java:javap
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| java:javap [2023/04/12 12:17] – odefta | java:javap [2023/07/04 16:36] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 92: | Line 92: | ||
| Some consistency checking information still remains in the binary.\\ | Some consistency checking information still remains in the binary.\\ | ||
| But in the main method, the array list passed to the doStuff2 method does not contain any generic type after compilation. | But in the main method, the array list passed to the doStuff2 method does not contain any generic type after compilation. | ||
| + | |||
| + | ===== Use javap in Intellij IDEA ===== | ||
| + | |||
| + | Install the plugin "Class Decompile." | ||
| + | |||
| + | {{: | ||
| + | |||
| + | {{: | ||
| + | |||
| + | Next, right click on your class and select "Show Decompile Code" option. | ||
| + | Result: | ||
| + | |||
| + | {{: | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
java/javap.1681301843.txt.gz · Last modified: (external edit)
