mkhalil / log4jdbc

Automatically exported from code.google.com/p/log4jdbc
0 stars 0 forks source link

Wrong method name (getURL) in CallableStatementSpy#getArray #61

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Open CallableStatementSpy
2.Navigate to Array getArray(String parameterName) method
3.See String methodCall = "getURL(" + parameterName + ")";

What is the expected output? What do you see instead?
String methodCall = "getArray(" + parameterName + ")";

What version of the product are you using? On what operating system?
log4jdbc 1.2 final

Original issue reported on code.google.com by stas...@gmail.com on 27 Dec 2012 at 12:48

GoogleCodeExporter commented 8 years ago
Fixed, SVN rev 108. Thanks!

Original comment by arthur.b...@gmail.com on 27 Dec 2012 at 1:46