(int counter)
| 646 | } |
| 647 | |
| 648 | public void setCounter(int counter) { |
| 649 | this.counter = counter; |
| 650 | if (counter>nCounters-1 && nCounters<MAX_COUNTERS) |
| 651 | nCounters = counter + 1; |
| 652 | } |
| 653 | |
| 654 | public boolean promptBeforeDeleting() { |
| 655 | if (promptBeforeDeletingCalled && getNCounters()==1) |
no outgoing calls
no test coverage detected