Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 372344

Summary: Code is not PEP8 compliant
Product: [Tools] TCF Reporter: Frederic Leger <frederic.leger>
Component: PythonAssignee: Anton Leherbauer <aleherb+eclipse>
Status: RESOLVED FIXED QA Contact:
Severity: enhancement    
Priority: P3 CC: aleherb+eclipse
Version: unspecified   
Target Milestone: 1.1   
Hardware: PC   
OS: All   
Whiteboard:
Bug Depends on: 382488, 386552, 390178, 397827    
Bug Blocks:    

Description Frederic Leger CLA 2012-02-23 10:15:43 EST
Build Identifier: 20110916-0149

When writing python code, there are some coding conventions to follow (well, it is up to the user ;)). Those conventions are named PEP8.

TCF's python does not comply with PEP8, making it hard to read (for example I use PyDev within eclipse, with pep8 code formatter turned on, and it cries about many problems with the TCF python files)

Reproducible: Always

Steps to Reproduce:
1.Select the pep8.py tab  in Preferences->PyDev->Editor->Code Analysis
2.Choose 'Error' for Pep8
3.Open a TCF python file
Comment 1 Anton Leherbauer CLA 2012-02-24 03:30:55 EST
I do see the warnings, too, and I agree that we should make the code as much PEP8 compliant as possible.
Comment 2 Anton Leherbauer CLA 2013-01-16 03:51:32 EST
Code is now PEP8 compliant.