473,387 Members | 1,899 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Anybody seen a misspelled variable name finder tool?

One of the recurring bugs I find in my program, is a bug due to a
misspelling of a variable name. Is there a code checker out there that can
help find these critters? If so, URL's please.

Thanks.

--
Robert
Jul 18 '05 #1
2 1555
http://pychecker.sourceforge.net/

Larry Bates
Syscon, Inc.

"Robert Oschler" <no_replies@fake_email_address.invalid> wrote in message
news:Ko****************@bignews4.bellsouth.net...
One of the recurring bugs I find in my program, is a bug due to a
misspelling of a variable name. Is there a code checker out there that can help find these critters? If so, URL's please.

Thanks.

--
Robert

Jul 18 '05 #2

"Robert Oschler" <no_replies@fake_email_address.invalid> wrote:
One of the recurring bugs I find in my program, is a bug due to a
misspelling of a variable name. Is there a code checker out there that canhelp find these critters? If so, URL's please.


Pychecker can find misspelled variables in functions. For the code

def twice(x):
return 2*xx

It produces the warnings

1: Parameter (x) not used
2: No global (xx) found

Pychecker is not much help in finding misspelled variables in your main program,
compared to just running the program.

See http://pychecker.sourceforge.net/ .

----== Posted via Newsfeed.Com - Unlimited-Uncensored-Secure Usenet News==----
http://www.newsfeed.com The #1 Newsgroup Service in the World! >100,000 Newsgroups
---= 19 East/West-Coast Specialized Servers - Total Privacy via Encryption =---
Jul 18 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

134
by: James A. Donald | last post by:
I am contemplating getting into Python, which is used by engineers I admire - google and Bram Cohen, but was horrified to read "no variable or argument declarations are necessary." Surely that...
166
by: Graham | last post by:
This has to do with class variables and instances variables. Given the following: <code> class _class: var = 0 #rest of the class
4
by: zlf | last post by:
Hi, When programming, some time there is a need to change some variables' name while finding a better name. However manually change it one by one is so tedious and time-consuming. What I am...
6
by: Edward | last post by:
hi, everyone, I've found many examples of OWC chart, but all are VB version, when I tried to transform it into C#, compiler told me, "cannot find ChartSpace in OWC", while the same class can...
4
by: Corno | last post by:
Hi all, is there a way to access a variable that is hidden by a new variable with the same name in a nested block like this: void doSomething() { int x = 5; {
2
by: bdog4 | last post by:
I've got a spell checking function in php that will check the words in a sentance and suggest corrections. Right now I have it to print out the words with 6 suggestions for each misspelled word. ...
8
by: cloh | last post by:
Thanks to all the people who reply so promptly to my questions! I have another one related to the form I am working on. When I try to call this function from another, I get the "Object variable or...
5
by: =?Utf-8?B?Sm9obiBLb3R1Ynk=?= | last post by:
Hi all, We lease a non-managed Web Server running AV software but no IDS. It is Windows 2003 STD which receives automatic nightly Windows Security patches at 3AM. When I logged into the RDP...
2
by: neerashish | last post by:
Is there a good Python Syntax and mis-spelled variable and method name checker available. I have been programming in python for last 6 months and misspelled variables and method names have been...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.