Created
October 23, 2011 18:46
-
-
Save tonek/1307697 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Compiled from "Simple.java" | |
public class test.Simple extends java.lang.Object{ | |
public test.Simple(); | |
Code: | |
0: aload_0 | |
1: invokespecial #9; //Method java/lang/Object."<init>":()V | |
4: return | |
public java.lang.String testMethod(int, java.lang.String, java.lang.String); | |
Code: | |
0: aload_2 | |
1: ifnonnull 14 | |
4: new #17; //class java/lang/IllegalArgumentException | |
7: dup | |
8: ldc #19; //String Argument 1 for @NotNull parameter of test/Simple.testMethod must not be null | |
10: invokespecial #22; //Method java/lang/IllegalArgumentException."<init>":(Ljava/lang/String;)V | |
13: athrow | |
14: aconst_null | |
15: areturn | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment