A
asit
Are there any tools that can wib through a very large project and tell you
if
a: The declared variables are in fact being used and not acutally used at
all.
b. That the used variable has not been declared and infract needs to be
declared.
c. All object variables within code have been erased from memory.
d. .... any other useful vaiable stats
Apologies if this is a basic question but any direction would be most
useful.
Thanks in advance
if
a: The declared variables are in fact being used and not acutally used at
all.
b. That the used variable has not been declared and infract needs to be
declared.
c. All object variables within code have been erased from memory.
d. .... any other useful vaiable stats
Apologies if this is a basic question but any direction would be most
useful.
Thanks in advance