Nous utilisons des cookies pour améliorer votre expérience de navigation. En savoir plus
Accepter
to the top
>
Posts

Posts

21 Oct 2020
Amnesia: The Dark Descent or how to forget to fix copy paste
Victoria Khanieva
Just before the release of the "Amnesia: Rebirth" game, the vendor "Fractional Games" opened the source code of the legendary "Amnesia: The Dark Descent" and its sequel "Amnesia: A Machine For...
...
19 Oct 2020
Checking the code of DeepSpeech, or why you shouldn't write in namespace std
George Gribkov
DeepSpeech is an open-source speech recognition engine developed by Mozilla. It's pretty fast and ranks high, which makes its source code an interesting target for static analysis. In this...
...
Subscribe to the newsletter
Want to receive a monthly digest of the most interesting articles and news? Subscribe!
16 Oct 2020
Part 2: Upsetting Opinions about Static Analyzers
Andrey Karpov
By writing the article "Upsetting opinions about static analyzers" we were supposed to get it off our chest and peacefully let it all go. However, the article unexpectedly triggered robust...
...
15 Oct 2020
How to speed up the project analysis and not to waste your time?
Maxim Zvyagintsev
Static analysis can always back you up when the time comes. But by the time it is done, you will have drunk gallons of coffee... That's why developers of these utilities are always looking for a way to make users' life easier and save time. The incremental analysis be…
...
13 Oct 2020
Organizing content on our blog with tags
Ekaterina Matveeva
As you know, we regularly post new content on programming and various interesting events from our company's life on our blog. The range of topics is expanding, and the number of articles is...
...
12 Oct 2020
Upsetting opinions about static analyzers
Andrey Karpov
Static analysis tools have advanced far over the time they've been around. They no longer resemble the "linters" that were in active use 20 years ago. But some programmers still view them...
...
07 Oct 2020
Analyzing Java Code in IntelliJ using PVS-Studio Analyzer | How to find bugs in your Java Code
If you have been programming for a while, you know the worst thing that can happen to you is one little bug inside your code that you can’t find. It is so frustrating and time consuming and can really demotivate you from coding. So, Today I am going to show you how to …
...
Nullable Reference will not protect you, and here is the proof
Nikolay Mironov
Have you ever wanted to get rid of the problem with dereferencing null references? If so, using Nullable Reference types is not your choice. Do you want to know why? This will be our topic...
...
02 Oct 2020
Checking WildFly, a JavaEE application server
Dmitry Scherbakov
WildFly (formerly known as JBoss Application Server) is an open-source JavaEE application server developed and first released by JBoss in February, 2008. The primary goal of the project is to...
...
24 Sep 2020
Why it is important to apply static analysis for open libraries that you add to your project
Andrey Karpov
Modern applications are built from third-party libraries like a wall from bricks. Their usage is the only option to complete the project in a reasonable time, spending a sensible budget, so it's...
...
View more Pagination arrow previous
Showing: - of 1579