-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Our team is investigating various options for static analysis in our project, and have mixed opinions about whether we want our Continuous Integration build to fail because of warnings from static analysis.
The argument against failing the build is that there are often exceptions to the rules, and…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Ideally, I'm looking for something to integrate into visual studio 2005, but if i could run it on the command line on windows or on linux for gcc, that would be okay also.
I'm looking for something in the $1000 range so I understand I wont get the best tools available. But I also prefer something…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have code similar to:
if conditionA(x, y, z) then doA()
else if conditionB(x, y, z) then doB()
...
else if conditionZ(x, y, z) then doZ()
else throw ShouldNeverHappenException
I would like to validate two things (using static analysis):
If all conditions conditionA, conditionB, ..., conditionZ…
>>> More
-
as seen on Programmers
- Search for 'Programmers'
Preparing myself also to ISTQB certification, I found they call static analysis actually as a static testing, while some engineering book distinct between static analysis and testing, which is the dynamic activity. I tent to think that static analysis is not a testing in the true sense as it does…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
We are using a Tool in our project. This tool has its own language which is similar to Java. I am looking for a static analysis tool which can be applied to the new language.
Are there any static analysis tools which can be customized to any languages? or Is there any document or any reference…
>>> More