()
| 7121 | /// |
| 7122 | /// a string representation of this component |
| 7123 | @Override |
| 7124 | public String toString() { |
| 7125 | String className = getClass().getName(); |
| 7126 | className = className.substring(className.lastIndexOf('.') + 1); |
| 7127 | return className + "[" + paramString() + "]"; |
| 7128 | } |
| 7129 | |
| 7130 | /// Returns a string representing the state of this component. This |
| 7131 | /// method is intended to be used only for debugging purposes, and the |
nothing calls this directly
no test coverage detected