deepsourcestatus / test-repository

File path does not match declared package JAVA-W1001
Anti-pattern
Major
1 occurrence in this check
test.java's package declaration does not match its path
 1package com.example; 2
 3import com.example.api.APIQueryHandler;
 4import com.example.api.UrlRequest;