Another thing that works ATM is that IDEs like PhpStorm will warn you about using deprecated code in their autocompletion
On 06/09/2015 11:47 AM, Joas Schilling wrote: > > > Am 07.06.2015 um 13:38 schrieb Christian Weiske: >> I thought that once there was a tool that I could run on my app's code >> to find out deprecated owncloud API usages. >> >> Do I remember correctly? Where do I get it? > Well there is only "./occ app:check-code <app-id>" > But this only warns about the use of private APIs. > Extending it to warn about deprecated methods sounds like a nice idea. > > Maybe you can add an issue in the tracker. > _______________________________________________ > Devel mailing list > [email protected] > http://mailman.owncloud.org/mailman/listinfo/devel _______________________________________________ Devel mailing list [email protected] http://mailman.owncloud.org/mailman/listinfo/devel
