Guest User

Untitled

a guest
Jul 22nd, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. package com.sli.nitrolm.javadummier.test;
  2.  
  3. public class SampleClass
  4. {
  5. protected boolean b;
  6. public static final Object C;
  7. int i;
  8.  
  9. public void doNothing()
  10. {
  11. UnsupportedOperationException tmp7_4 = new java/lang/UnsupportedOperationException; throw tmp7_4; throw tmp7_4; }
  12. protected int doSomething() { throw new java/lang/UnsupportedOperationException;
  13. UnsupportedOperationException tmp8_5 = new java/lang/UnsupportedOperationException; throw tmp8_5; return tmp8_5;
  14. }
  15.  
  16. static boolean withReturn(boolean result)
  17. {
  18. return result;
  19. }
  20.  
  21. static boolean withException(boolean result)
  22. {
  23. UnsupportedOperationException tmp7_4 = new java/lang/UnsupportedOperationException; throw tmp7_4; throw tmp7_4;
  24. }
  25.  
  26. static
  27. {
  28. UnsupportedOperationException tmp15_12 = new java/lang/UnsupportedOperationException; throw tmp15_12;
  29.  
  30. 1[2]
  31. = tmp15_12;
  32. UnsupportedOperationException tmp26_23 = new java/lang/UnsupportedOperationException; throw tmp26_23; 2[3L] = tmp26_23; C = new Object[] { "1" };
  33. }
  34. }
Add Comment
Please, Sign In to add comment