|
| Iniciado por guest, 19,oct. 2016 14:22 - 2 respuestas |
| |
| | | |
|
| |
| Publicado el 19,octubre 2016 - 14:22 |
| Hi all, Does anyone know if there is a way to (programmatically) list redundant files and fields and indexes from your analysis that are not referenced anywhere in your application/ project instead of doing it for each individual field via the IDE/Editor. |
| |
| |
| | | |
|
| | |
| |
| Publicado el 19,octubre 2016 - 16:25 |
Andre,
As Harry says, there's nothing programmatically (as far as I know), off the top of my head and depending on your requirements (he says, hurriedly putting his R&D hat on), you could try (being very careful indeed; even take a backup before you try it?), read the respective files of your project directly, perhaps searching for "[YourVariable] is "? Even trying it this way assumes you don't have commented out code with variable declarations AND you would have to know what variables you're searching for.
...you may have guessed from the wording of this response, I haven't tried it myself :eek:
Anyhow... if nothing else... it's an idea for you to mull over...? |
| |
| |
| | | |
|
| | |
| |
| Publicado el 19,octubre 2016 - 17:00 |
No, not by programming. You can do a search for the tablename in your sourcecode ? |
| |
| |
| | | |
|
| | | | |
| | |
|