()
| 85 | properties.put(IO.id, newID()); |
| 86 | BoxDefaultCode.configure(this); |
| 87 | } |
| 88 | |
| 89 | @HiddenInAutocomplete |
| 90 | static public String newID() { |
| 91 | // ensure CallLogic is loaded |
| 92 | Dict.Prop<IdempotencyMap<Supplier<Object>>> ignored = Callbacks.main; |
| 93 | return "_" + UUID.randomUUID() |
| 94 | .toString() |
| 95 | .replace("-", "_"); |
| 96 | } |
| 97 |
no test coverage detected