(boolean t)
| 47 | } |
| 48 | |
| 49 | public void setTraceEnabled(boolean t) { |
| 50 | trace = t; |
| 51 | } |
| 52 | @ConfigurableField(name = "Trace length", shortName = "traceSize", description = "Number of most recent trace lines to keep for debugging errors. Zero == disabled") |
| 53 | public int traceLength = 0; |
| 54 | private ArrayList<String> traceLog = new ArrayList<>(); |
no outgoing calls
no test coverage detected