(int a, int b, int c, int d, int e)
| 91 | } |
| 92 | |
| 93 | public int cachingFields(int a, int b, int c, int d, int e) { |
| 94 | a = x; |
| 95 | b = 5; |
| 96 | c = x + 1; |
| 97 | d = hashCode(); |
| 98 | return e; |
| 99 | } |
| 100 | |
| 101 | public enum StateEnum { |
| 102 | OK, TIMEDOUT, KILLED, FAILED, OTHER |