Java HashSet: Setting In-House Coding Style with QL

An overview of how you can use custom QL queries to highlight uses of Java’s HashSet and prompt the developer to use LinkedHashSet instead. Read more

Similar

Top-10 Bugs in Java Projects in 2020

The New Year is steadily approaching, therefore it's time to sum everything up. Continuing the tradition, we thought back to our articles about checking Java projects from the open-source world for this year and rated the top 10 most exciting bugs. (more…)

Read more »

Java Double Class

Java.lang package provides a Double class which wraps a value of the primitive type double in an object. An object of type Double contains a single field whose type is double. (more…)

Read more »