()
| 102 | } |
| 103 | |
| 104 | public List<TokenPositionAnalysis> getAnalysisPerToken() { |
| 105 | return analysis; |
| 106 | } |
| 107 | |
| 108 | /** Free anything we can to reduce memory footprint after a format(). |
| 109 | * keep analysis, testDoc as they are used for results. |
no outgoing calls
no test coverage detected