--- a/Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py Sat Oct 19 14:05:26 2013 +0200 +++ b/Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py Sat Oct 19 15:15:50 2013 +0200 @@ -707,7 +707,7 @@ endLine = classContext.start() + end[0] contexts.append(DocStyleContext( self.__source[startLine:endLine], - startLine, "def")) + startLine, "def")) except StopIteration: pass self.__methodsCache = contexts