Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7543423
By: f33l

Pylint takes care of stuff like enforcing conventions (variable names, function
names, etc.), checking for uninitialized variables, give out warnings for 
undetected
variables, give some refactoring advice (too many local variables, too many
parameters), check whether the called methods of an object exist.

I'm not sure how many of the above items are directly built into pydev, I 
suppose
it mainly detects simple syntax errors.

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to