Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Static analysis (Score 1) 195

Static analysis tools are quite nice to point out the problems that are present in your existing code. I've used Fortify for Java code and was quite pleased with that. Just remember to be wary of false negatives. You need to review the code manually as well, but automated tools help you get started quickly.

Slashdot Top Deals

Any given program will expand to fill available memory.

Working...