[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/work/~zecke (silent)
From:       Holger Freyther <freyther () gmx ! net>
Date:       2007-01-05 0:29:33
Message-ID: 1167956973.337190.2282.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 620011 by zecke:

SVN_SILENT Start one of these I always wanted to do this or that things

Use the KDevelop C++ parser to create a static analysis tool for KDE
and Qt. Currently it is doing nothing at all but I don't want to lose
nothing.
test/1 and test/2 are the first things I want to detect properly and
obviously this tool is inspired by findbugs

The static checking code will be MIT licensed


 AM            findbugs (directory)  
 A             findbugs/README  
 AM            findbugs/main.cpp   [License: UNKNOWN]
 A             findbugs/parser (directory)  
 A             findbugs/parser.pro  
 AM            findbugs/parser/ast.cpp   [License: LGPL (v2)]
 AM            findbugs/parser/ast.h   [License: LGPL (v2)]
 AM            findbugs/parser/class_compiler.cpp   [License: LGPL (v2)]
 AM            findbugs/parser/class_compiler.h   [License: LGPL (v2)]
 AM            findbugs/parser/control.cpp   [License: LGPL (v2)]
 AM            findbugs/parser/control.h   [License: LGPL (v2)]
 AM            findbugs/parser/default_visitor.cpp   [License: LGPL (v2)]
 AM            findbugs/parser/default_visitor.h   [License: LGPL (v2)]
 AM            findbugs/parser/dumptree.cpp   [License: LGPL (v2)]
 AM            findbugs/parser/dumptree.h   [License: LGPL (v2)]
 AM            findbugs/parser/identifier.cpp   [License: LGPL (v2)]
 AM            findbugs/parser/identifier.h   [License: LGPL (v2)]
 AM            findbugs/parser/lexer.cpp   [License: LGPL (v2)]
 AM            findbugs/parser/lexer.h   [License: LGPL (v2)]
 AM            findbugs/parser/listnode.cpp   [License: LGPL (v2)]
 AM            findbugs/parser/listnode.h   [License: LGPL (v2)]
 AM            findbugs/parser/memorypool.cpp   [License: LGPL (v2)]
 AM            findbugs/parser/memorypool.h   [License: LGPL (v2)]
 AM            findbugs/parser/name_compiler.cpp   [License: LGPL (v2)]
 AM            findbugs/parser/name_compiler.h   [License: LGPL (v2)]
 AM            findbugs/parser/parser.cpp   [License: LGPL (v2)]
 AM            findbugs/parser/parser.h   [License: LGPL (v2)]
 AM            findbugs/parser/parsesession.cpp   [License: LGPL (v2)]
 AM            findbugs/parser/parsesession.h   [License: LGPL (v2)]
 AM            findbugs/parser/problem.cpp   [License: LGPL (v2)]
 AM            findbugs/parser/problem.h   [License: LGPL (v2)]
 A             findbugs/parser/rxx.pri  
 AM            findbugs/parser/rxx_allocator.h   [License: LGPL (v2)]
 AM            findbugs/parser/symbol.h   [License: LGPL (v2)]
 AM            findbugs/parser/tokens.cpp   [License: LGPL (v2)]
 AM            findbugs/parser/tokens.h   [License: LGPL (v2)]
 AM            findbugs/parser/type_compiler.cpp   [License: LGPL (v2)]
 AM            findbugs/parser/type_compiler.h   [License: LGPL (v2)]
 AM            findbugs/parser/visitor.cpp   [License: LGPL (v2)]
 AM            findbugs/parser/visitor.h   [License: LGPL (v2)]
 A             findbugs/test (directory)  
 A             findbugs/test/1 (directory)  
 AM            findbugs/test/1/broken1.h   [License: no copyright]
 AM            findbugs/test/1/broken2.h   [License: no copyright]
 AM            findbugs/test/1/broken3.h   [License: no copyright]
 A             findbugs/test/2 (directory)  
 AM            findbugs/test/2/broken2.h   [License: no copyright]


** branches/work/~zecke/findbugs #property svn:ignore
   + Makefile
.obj
*.app
** branches/work/~zecke/findbugs/main.cpp #property svn:eol-style
   + native
** branches/work/~zecke/findbugs/parser/ast.cpp #property svn:eol-style
   + native
** branches/work/~zecke/findbugs/parser/ast.h #property svn:eol-style
   + native
** branches/work/~zecke/findbugs/parser/class_compiler.cpp #property svn:eol-style
   + native
** branches/work/~zecke/findbugs/parser/class_compiler.h #property svn:eol-style
   + native
** branches/work/~zecke/findbugs/parser/control.cpp #property svn:eol-style
   + native
** branches/work/~zecke/findbugs/parser/control.h #property svn:eol-style
   + native
** branches/work/~zecke/findbugs/parser/default_visitor.cpp #property svn:eol-style
   + native
** branches/work/~zecke/findbugs/parser/default_visitor.h #property svn:eol-style
   + native
** branches/work/~zecke/findbugs/parser/dumptree.cpp #property svn:eol-style
   + native
** branches/work/~zecke/findbugs/parser/dumptree.h #property svn:eol-style
   + native
** branches/work/~zecke/findbugs/parser/identifier.cpp #property svn:eol-style
   + native
** branches/work/~zecke/findbugs/parser/identifier.h #property svn:eol-style
   + native
** branches/work/~zecke/findbugs/parser/lexer.cpp #property svn:eol-style
   + native
** branches/work/~zecke/findbugs/parser/lexer.h #property svn:eol-style
   + native
** branches/work/~zecke/findbugs/parser/listnode.cpp #property svn:eol-style
   + native
** branches/work/~zecke/findbugs/parser/listnode.h #property svn:eol-style
   + native
** branches/work/~zecke/findbugs/parser/memorypool.cpp #property svn:eol-style
   + native
** branches/work/~zecke/findbugs/parser/memorypool.h #property svn:eol-style
   + native
** branches/work/~zecke/findbugs/parser/name_compiler.cpp #property svn:eol-style
   + native
** branches/work/~zecke/findbugs/parser/name_compiler.h #property svn:eol-style
   + native
** branches/work/~zecke/findbugs/parser/parser.cpp #property svn:eol-style
   + native
** branches/work/~zecke/findbugs/parser/parser.h #property svn:eol-style
   + native
** branches/work/~zecke/findbugs/parser/parsesession.cpp #property svn:eol-style
   + native
** branches/work/~zecke/findbugs/parser/parsesession.h #property svn:eol-style
   + native
** branches/work/~zecke/findbugs/parser/problem.cpp #property svn:eol-style
   + native
** branches/work/~zecke/findbugs/parser/problem.h #property svn:eol-style
   + native
** branches/work/~zecke/findbugs/parser/rxx_allocator.h #property svn:eol-style
   + native
** branches/work/~zecke/findbugs/parser/symbol.h #property svn:eol-style
   + native
** branches/work/~zecke/findbugs/parser/tokens.cpp #property svn:eol-style
   + native
** branches/work/~zecke/findbugs/parser/tokens.h #property svn:eol-style
   + native
** branches/work/~zecke/findbugs/parser/type_compiler.cpp #property svn:eol-style
   + native
** branches/work/~zecke/findbugs/parser/type_compiler.h #property svn:eol-style
   + native
** branches/work/~zecke/findbugs/parser/visitor.cpp #property svn:eol-style
   + native
** branches/work/~zecke/findbugs/parser/visitor.h #property svn:eol-style
   + native
** branches/work/~zecke/findbugs/test/1/broken1.h #property svn:eol-style
   + native
** branches/work/~zecke/findbugs/test/1/broken2.h #property svn:eol-style
   + native
** branches/work/~zecke/findbugs/test/1/broken3.h #property svn:eol-style
   + native
** branches/work/~zecke/findbugs/test/2/broken2.h #property svn:eol-style
   + native
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic