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. (more…)
Read more »
Accessing foreign (e.g. off-heap) memory from a Java application can be useful for a number of reasons, from avoiding the costs associated with garbage colle… Read more