489b8e957f8b9d6d85e6071a1fbaaa6a6cf3f412
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Extract Method | 3 | ||
| Extract Method private getDotProd(c1 Counter<E>, c2 Counter<E>) : double extracted from public optimizedDotProduct(c1 Counter<E>, c2 Counter<E>) : double in class edu.stanford.nlp.stats.Counters | From | To | |
| Extract Method public toMatrixString(cellSize int, nf NumberFormat) : String extracted from public toMatrixString(cellSize int) : String in class edu.stanford.nlp.stats.TwoDimensionalCounter | From | To |