-
Notifications
You must be signed in to change notification settings - Fork 3
Improve code quality using static analysis #30
Comments
We're going to have a meeting with Felix on Tuesday, July 24th to perform the analyses. |
The first static analysis is finished 🎉 :
We will now go through all the problems, categorize them accordingly and fix the ones considered as errors. |
There is now a PR which addresses issues found by both tools here. Static analysis using Fortify
Static analsysis using Covertysorted by file on result website:
|
Have you considered adding Coverity/Fortify to our CI system? (Not sure about appveyor, but some CI systems support running static analysis automatically with each build) |
I don't think we would be able to use Coverty / Fortify for this (they are not free and we don't have a personal / student license, we were just able to run them on a specific computer at the HTWG). We can think about some other tool, though. 👍 |
Actually, Coverity is free for open source projects... If the comply to the list of this requirenments: https://scan.coverity.com/faq#how-get-project-included-in-scan |
Nice 👍 created an issue #98 |
The code should be checked for typical programming errors and omissions. To this end, static analysis tools could be used. Get in touch with Felix Schuckert (F-001) to discuss under what conditions the use of industry-grade tools is possible that we have at hand for teaching purposes.
The text was updated successfully, but these errors were encountered: