code checking tools [message #86149] |
Fri, 11 October 2013 10:39  |
spluque
Messages: 33 Registered: September 2013
|
Member |
|
|
Hi,
I've been looking for code checking tools for IDL. For now, a tool for detecting whether a variable is created but not used would be very helpful. I have inherited code with procedures and functions that desperately need to be purged of many such variables. Any pointers would be appreciated.
Cheers,
Seb
|
|
|
|
Re: code checking tools [message #86152 is a reply to message #86149] |
Fri, 11 October 2013 12:00  |
Michael Galloy
Messages: 1114 Registered: April 2006
|
Senior Member |
|
|
On 10/11/13 11:39 AM, spluque@gmail.com wrote:
> Hi,
>
> I've been looking for code checking tools for IDL. For now, a tool
> for detecting whether a variable is created but not used would be
> very helpful. I have inherited code with procedures and functions
> that desperately need to be purged of many such variables. Any
> pointers would be appreciated.
>
> Cheers, Seb
>
I have thought about making a lint-type checker for IDL, or possibly
adding the functionality to IDLdoc. In either case, I haven't done
anything, but would be interested in your code or collaborating.
Mike
--
Michael Galloy
www.michaelgalloy.com
Modern IDL: A Guide to IDL Programming (http://modernidl.idldev.com)
Research Mathematician
Tech-X Corporation
|
|
|