(final Object targetObject, final Class varClass, final Method getMethod, final Method setMethod, final String asciiName)
| 327 | } |
| 328 | |
| 329 | private static Parameter getParam(final Object targetObject, final Class varClass, final Method getMethod, final Method setMethod, final String asciiName) |
| 330 | { |
| 331 | return getParam(targetObject, varClass, getMethod, setMethod, asciiName, null); |
| 332 | } |
| 333 | |
| 334 | private static Parameter getParam(final Object targetObject, final Class varClass, final Method getMethod, final Method setMethod, final String asciiName, final String uniName) |
| 335 | { |
no test coverage detected