[FLOW3-general] Little project: Interface checker
Michael Sauter
mail at michaelsauter.net
Thu Mar 4 11:54:59 CET 2010
Hi,
while inspecting the persistence backend of flow3, I found out that some
public methods used by the query class are missing in the backend
interface (that is, in alpha7, seems to be fixed in trunk already).
Anyway, I thought it might be interesting to get a list of public
methods of a class that could be missing in the implemented interfaces.
To do that, I created a small package which allows to check single
classes or complete packages.
Sourcecode is available on github
(http://github.com/michaelsauter/flow3interfacechecker).
The package is not very sophisticated and I'm not sure if it is of any
practical use (and maybe there are other tools that do the same?), but
it was nice to play a bit with flow3 :) And maybe it helps someone ...
- michael
If you want to try it out: Be aware that the code is based on alpha7.
More information about the FLOW3-general
mailing list