User Tools

Site Tools


java:javap

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
java:javap [2023/04/12 15:17] odeftajava:javap [2023/07/04 19: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." (File / Settings / Plugins)
 +
 +{{:java:pasted:20230412-152124.png}}
 +
 +{{:java:pasted:20230412-152141.png}}
 +
 +Next, right click on your class and select "Show Decompile Code" option.
 +Result:
 +
 +{{:java:javap_erasure.png?nolink&1536×648}}
 +
 +
 +
 +
 +
 +
java/javap.1681301843.txt.gz · Last modified: 2023/07/04 19:36 (external edit)