PiRSquared17 / tomproject

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

Incoherent name for TomEntityTestCase.getMethod(Class<?> c, String methodName) method #101

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
TomEntityTestCase method:

  public Object getMethod(Class<?> c, String methodName)

have a incoherent name, as it don't get the method, but invoke it.

Should deprecate and create a new method with a better name.

Original issue reported on code.google.com by brito....@gmail.com on 22 Apr 2010 at 3:46