()
| 147 | } |
| 148 | |
| 149 | public finalize() { |
| 150 | this.data = null; |
| 151 | this.filteredData = null; |
| 152 | this.filteredColumnsStats = null; |
| 153 | if (this.selection) { |
| 154 | this.selection.excluded = null; |
| 155 | this.selection.included = null; |
| 156 | this.selection = null; |
| 157 | } |
| 158 | } |
| 159 | } |
nothing calls this directly
no outgoing calls
no test coverage detected