jjnair / fest

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

Improve class names for 'Name' and 'StaticName', etc. #287

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The packages org.fest.reflect.method and org.fest.reflect.field have the
classes 'Name' and 'StaticName'. Those names really do not communicate
anything. There should 'MethodName', 'StaticMethodName' and so on.

I think this change is safe. Since users access this classes (at least
should) from the class org.fest.reflection.core.Reflection.

Original issue reported on code.google.com by Alex.Rui...@gmail.com on 24 Jan 2009 at 6:41

GoogleCodeExporter commented 8 years ago
Changes in http://code.google.com/p/fest/source/detail?r=2241 (r2241)

Original comment by Alex.Rui...@gmail.com on 24 Jan 2009 at 6:51

GoogleCodeExporter commented 8 years ago
More changes at http://code.google.com/p/fest/source/detail?r=2252 (r2252)

Original comment by Alex.Rui...@gmail.com on 25 Jan 2009 at 6:24