Used by group creation routine, not by users
()
| 151 | /** Used by group creation routine, not by users */ |
| 152 | |
| 153 | protected ST() { |
| 154 | if ( STGroup.trackCreationEvents ) { |
| 155 | if ( debugState==null ) debugState = new ST.DebugState(); |
| 156 | debugState.newSTEvent = new ConstructionEvent(); |
| 157 | } |
| 158 | } |
| 159 | |
| 160 | /** Used to make templates inline in code for simple things like SQL or log records. |
| 161 | * No formal arguments are set and there is no enclosing instance. |
nothing calls this directly
no test coverage detected