deepsourcestatus / test-repository

Getter and setter method synchronization does not match JAVA-E1074
Bug risk
Major
2 months agoa year old
 14 * Performs a network call in parallel using the provided config options.
 15 */
 16public class APIQueryHandler {
 17  private Map<URL, ConfigData> configs; 18  private List<String> outputs;
 19  private static Lock LOCK = new ReentrantLock(true);
 20