--- a/Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py Fri Nov 01 15:48:48 2013 +0100 +++ b/Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py Sun Nov 03 15:58:22 2013 +0100 @@ -709,7 +709,7 @@ endLine = classContext.start() + end[0] contexts.append(DocStyleContext( self.__source[startLine:endLine], - startLine, "def")) + startLine, "def")) except StopIteration: pass self.__methodsCache = contexts