(int slice)
| 116 | } |
| 117 | |
| 118 | public void setStopSlice(int slice) { |
| 119 | if (imp==null || slice < 1 || slice > imp.getStackSize()) |
| 120 | return; |
| 121 | stopSlice = slice; |
| 122 | } |
| 123 | |
| 124 | public void setMethod(int projMethod){ |
| 125 | method = projMethod; |
no test coverage detected