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

Posts: Java articles

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...
...
Subscribe to the newsletter
Want to receive a monthly digest of the most interesting articles and news? Subscribe!
Jul 31 2024
Search query for bugs in Apache Solr
Daniil Liakhov
Once again, we're checking the Apache product. This time we chose Solr, an open-source search server platform. Solr enables you quickly and efficiently search for information in databases and...
...
Jul 12 2024
Authorization pitfalls: what does Keycloak cloak?
Valerii Filatov
User authorization and registration are important parts of any application, not only for users but also for security. What pitfalls does the source code of a popular open-source identity...
...
Jun 21 2024
Bitwise operators in Java: unpacking ambiguities
Kirill Epifanov
The "&" and "|" operators are pretty straightforward and unambiguous when applied correctly. But do you know all the implications of using bitwise operators instead of logical ones in Java? In...
...
Jun 17 2024
How template method can ruin your Java code
Konstantin Volohovsky
OOP is wonderful. Programmers usually criticize those who don't follow this paradigm, while the knowledge of patterns is often a must. However, even the right approach doesn't completely protect...
...
Jun 05 2024
Volatile, DCL, and synchronization pitfalls in Java
Konstantin Volohovsky
What if common knowledge is actually more nuanced, and old familiar things like Double-checked locking are quite controversial? Examining the code of real projects gives this kind of thought. In...
...
Apr 19 2024
21 bugs in 21st version of Apache NetBeans
Daniil Liakhov
Apache NetBeans is one of the first IDEs for Java. It has been supported for nearly 30 years. Recently, Apache NetBeans 21 was released. We've decided to check the source code of such a...
...
Apr 10 2024
Code of game engine written in Java: what does it hide?
Kirill Epifanov
Have you ever wondered about game engines written in Java? jMonkeyEngine is such an engine, and a popular one. In this article, we will look at it and check its source code for errors. We may...
...
OOP in real-life cases
Konstantin Volohovsky
In most cases, you can solve a task in an intuitive, procedural way. However, the simplest option isn't always the best. I invite you to take a look at a real-world example of transforming a...
...
View more Pagination arrow previous
Showing: - of 63