Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

getNearestSite called multiple times per request #10019 #10027

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

rymsha
Copy link
Contributor

@rymsha rymsha commented Feb 6, 2023

No description provided.

}

@Test
void empty_from_same()

Check notice

Code scanning / Pmd (reported by Codacy)

The JUnit 5 test method name 'empty_from_same' doesn't match '[a-z][a-zA-Z0-9]*'

The JUnit 5 test method name 'empty_from_same' doesn't match '[a-z][a-zA-Z0-9]*'
{
private static final ArrayList<ApplicationKey> list = new ArrayList();
private static final ArrayList<ApplicationKey> list = new ArrayList<>();

Check notice

Code scanning / Checkstyle (reported by Codacy)

Name 'list' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.

Name 'list' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.

@Override
public void start()
{

Check notice

Code scanning / Pmd (reported by Codacy)

Document empty method body

Document empty method body

@Override
public void end()
{

Check notice

Code scanning / Pmd (reported by Codacy)

Document empty method body

Document empty method body
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant