Static Analysis Static code analysers simply reads your code and points out errors They ensure: • • • • •
no syntax errors classes, methods, functions constants, variables exist no arguments or variables unused DocBlocks make sense data passed to methods are the correct type
Rob Allen ~ @akrabat