summaryrefslogtreecommitdiff
path: root/vala/valaflowanalyzer.vala
Commit message (Expand)AuthorAgeFilesLines
...
* Do not use Gee namespace to avoid conflict with libgeeJürg Billeter2009-10-121-8/+7
* Detect use of possibly uninitialized variables in propertiesJürg Billeter2009-09-061-25/+30
* Fix flow analysis in finally blocksJürg Billeter2009-07-291-2/+16
* Fix unreachable catch clause detectionDidier 'Ptitjes2009-06-061-48/+30
* Convert for loops into simple loopsJürg Billeter2009-06-061-55/+0
* Convert do loops into simple loopsJürg Billeter2009-06-061-45/+0
* Convert while loops into simple loopsJürg Billeter2009-06-061-20/+10
* Rework header file generationJürg Billeter2009-03-311-4/+4
* Improve flow analysis of catch clausesThijs Vermeir2009-03-301-3/+23
* Report unused internal methodsJürg Billeter2009-01-311-6/+4
* Detect local variables conflicting with parameters, patch by AndreasJürg Billeter2009-01-161-2/+2
* Perform flow analysis on code in creation methods, fixes bug 566000Jürg Billeter2009-01-091-1/+5
* Detect unreachable code in if and while statementsJürg Billeter2008-11-291-8/+39
* Analyze errors in return expressionsJürg Billeter2008-11-281-0/+4
* Rename InvocationExpression to MethodCallJürg Billeter2008-11-201-2/+2
* Fix control flow graph for try statements with finally clause, fixes bugJürg Billeter2008-11-171-0/+3
* Report use of possibly uninitialized variables, fixes bug 508477 and bugJürg Billeter2008-11-141-0/+1054