Our website uses cookies to enhance your browsing experience.
Accept
to the top
>
>
Posts: #Java

Posts: # Java

Jan 27 2025
Java, Taint, and SAST: What is it and why do we need it?
Vladislav Bogdanov
An enormous amount of server-side code is written in Java. So, web applications written in this language must be resistant to certain security vulnerabilities. This short article is about one of...
...
Dec 26 2024
Top 10 most intriguing Java errors in 2024
Konstantin Volohovsky
In 2024, we've analyzed a wealth of projects, sharing our discoveries on our blog. Now it's New Year's Eve—it's time to tell festive tales! We've collected the most intriguing Java errors detected...
...
Subscribe to the newsletter
Want to receive a monthly digest of the most interesting articles and news? Subscribe!
Looking for potential vulnerabilities in code, part 1: theory
Konstantin Volohovsky
We all know the risks that vulnerabilities pose: application crashes, data loss, or privacy breaches. In this article, we'll look at examples that illustrate the core aspects of an approach...
...
Dec 04 2024
Inside Java Enterprise code: let's check Flowable
Evgenii Slepyshkov
Java is famous for its widespread use in enterprise applications. Business processes need to be managed. The Flowable platform can help with that! What's more, the project is written in Java and...
...
Nov 22 2024
Java serialization: let's dig it up
Vladislav Bogdanov
Java equips developers with convenient tools for serializing objects. Although they seem primitive at first glance, their internal implementation contains a wealth of interesting insights. In...
...
Nov 14 2024
YYYY? yyyy!
Vladislav Bogdanov
Do you know what's the difference between the 'Y' and 'y' characters in the Java date pattern? In this article, we'll explore how an incorrect date format can cause an error. We'll also introduce...
...
Oct 16 2024
Belay the Metamorphosis: analyzing Kafka project
Vladislav Bogdanov
Have you ever wondered what bugs might be lurking in the project source code of global companies? Don't miss the chance to spot interesting bugs detected by the PVS-Studio static analyzer in...
...
Sep 18 2024
Mapping paths through GeoServer source code
Evgenii Slepyshkov
Accurate and detailed maps are incredibly helpful to travelers, whether they're planning a trip trying not to get lost in the middle of nowhere. GeoServer assists in processing such data on...
...
How to develop code analyzer in 48 hours
Viktoria Pelipenko, Kirill Epifanov, Konstantin Volohovsky
Static analysis is a robust tool that helps developers to control code quality. Let's try to develop a simple analyzer for Lua using Java and see what's under the static analyzer...
...
Aug 09 2024
Even great mathematicians make mistakes
Evgenii Slepyshkov
We know that math is a science of precision. Can we say the same about GeoGebra, an interactive math learning software? Let's analyze the project source code using...
...
View more Pagination arrow previous
Showing: - of 57