()
| 63 | } |
| 64 | |
| 65 | @Override |
| 66 | public String toString() { |
| 67 | return String.format("NewObj{%s[%d@L%d] %s}", |
| 68 | allocSite.getContainer(), allocSite.getIndex(), |
| 69 | allocSite.getLineNumber(), allocSite.getRValue()); |
| 70 | } |
| 71 | } |
nothing calls this directly
no test coverage detected